SSH Tectia  
Previous Next Up [Contents] [Index]

    About This Document >>
    Installing SSH Tectia Server for IBM z/OS >>
        Preparing for Installation >>
        Installing the SSH Tectia Server for IBM z/OS Software >>
            Unpacking the Installation Package
            Creating the SAMPLIB and PARMLIB Directories
            Preparing the System
            Creating the SSHD2 User
            Creating the /usr/lpp/ssh2 Directory
            Running the Setup Script
            Enabling Manual Pages
        Upgrading the SSH Tectia Server for IBM z/OS Software
        Removing the SSH Tectia Server for IBM z/OS Software
    Getting Started with SSH Tectia Server for IBM z/OS >>
    Configuring the Server >>
    Configuring the Client >>
    Authentication >>
    Transferring Files >>
    Tunneling >>
    Troubleshooting SSH Tectia Server for IBM z/OS >>
    Advanced Information >>
    Man Pages >>
    Log Messages >>

Enabling Manual Pages

The online manual pages for the product are installed to /usr/lpp/ssh2/man. If you want your USS manual page tool (/bin/man) to be able to find the new manual pages, you will have to perform the following environment setup.

If you want to have the manual pages visible to all USS shell users, you must edit system-wide configuration files:

  1. Add the following lines to file /etc/profile:

    if [ "X$MANPATH" = X ]; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/usr/lpp/ssh2/man/%L:$MANPATH"
    export MANPATH
    

  2. Add the following lines to file /etc/cshrc:

    if (! $?MANPATH) setenv MANPATH "/usr/man/%L"
    setenv MANPATH "/usr/lpp/ssh2/man/%L:$MANPATH"
    

If you want to have the manual pages visible to just one user, you must edit two files in the user's home directory:

  1. Add the following lines to .profile in the user's home directory:
    if [ "X$MANPATH" = X ]; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/usr/lpp/ssh2/man/%L:$MANPATH"
    export MANPATH
    
  2. Add the following lines to file .cshrc in the user's home directory:
    if (! $?MANPATH) setenv MANPATH "/usr/man/%L"
    setenv MANPATH "/usr/lpp/ssh2/man/%L:$MANPATH"
    

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2007 SSH Communications Security Corp.
This software is protected by international copyright laws. All rights reserved.
Copyright Notice