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 Datasets
            Preparing the System
            Creating the SSHD2 User
            Creating the /opt/tectia Directory
            Running the Setup Script
    Getting Started with SSH Tectia Server for IBM z/OS >>
    Setting up Non-Interactive Server and User Authentication >>
    Setting up Non-Interactive Secure File Transfer >>

Preparing the System

SSH Tectia Server for IBM z/OS uses the ASCII and XPLINK features of the IBM Language Environment (LE) product. The libraries CEE.SCEERUN and CEE.SCEERUN2 must be available in LPALIB or LNKLST.

The server is program-controlled. All the programs it loads must be program-controlled too, otherwise a BPX015I error will occur when the server tries to create a user process. To make CEE.SCEERUN2 program-controlled, run the job RACFPC from SAMPLIB (shown below).

RACFPC:

//ADDUSR  EXEC PGM=IKJEFT1A,DYNAMNBR=75,TIME=1440,REGION=6M
//SYSPRINT DD  SYSOUT=*
//SYSTSPRT DD  SYSOUT=*
//SYSTERM  DD  DUMMY
//SYSTSIN  DD *
  RALTER PROGRAM ** +
    ADDMEM('CEE.SCEERUN2'//NOPADCHK) +
    UACC(READ)
  SETROPTS WHEN(PROGRAM) REFRESH

If any crypto hardware devices are to be used, the machine or the LPAR must be enabled for cryptography. Depending on the machine and devices, the required feature may be Feature code 0800 or Feature code 3863.

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