SSH Tectia  
Previous Next Up [Contents] [Index]

    About This Document >>
    Installing SSH Tectia Server for IBM z/OS >>
        Preparing for Installation >>
        Upgrading Previously Installed Secure Shell Software >>
        Installing the SSH Tectia Server for IBM z/OS Software >>
            Unpacking the Installation Package
            Creating the SAMPLIB and PARMLIB Datasets
            Preparing the System
            Creating the SSHD2 User
            Creating the /opt/tectia Directory
            Running the Setup Script
            Enabling Manual Pages
        Removing the SSH Tectia Server for IBM z/OS Software
    Getting Started with SSH Tectia Server for IBM z/OS >>
    Configuring the Server >>
    Authentication >>
    System Administration >>
    File Transfer Using SFTP >>
    Secure File Transfer Using Transparent FTP Security >>
    Tunneling >>
    Troubleshooting SSH Tectia Server for IBM z/OS >>
    Man Pages and Default Configuration Files >>
    Log Messages >>

Enabling Manual Pages

The online manual pages for the product are installed to /opt/tectia/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 test X$MANPATH = X ; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/opt/tectia/man/%L:$MANPATH"
    export MANPATH
    

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

    if (! $?MANPATH) setenv MANPATH "/usr/man/%L"
    setenv MANPATH "/opt/tectia/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 test X$MANPATH = X ; then
      MANPATH="/usr/man/%L"
    fi
    MANPATH="/opt/tectia/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 "/opt/tectia/man/%L:$MANPATH"
    

Previous Next Up [Contents] [Index]


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

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