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
            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 >>
    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 >>

Creating the /opt/tectia Directory

SSH Tectia Server for IBM z/OS is always installed to /opt/tectia. You have several options of how to create the tectia directory.

Option 1

To put the product in a separate HFS or zFS file system, make an empty tectia directory under /opt:

> cd /opt
> mkdir tectia

Create the file system and mount it on /opt/tectia. You can use the CREAHFS and MOUNHFS examples from SAMPLIB (shown below). The sample files are for HFS but zFS can also be used. Note that mounting the file system causes an operator query that must be responded to. You may want to copy the mount command into the BPXPRMxx member in PARMLIB so that the file system is mounted each time you IPL the system.

CREAHFS:

//CREAHFS EXEC PGM=IEFBR14
//*
//* Allocate a dataset for a USS file system. The space allocated, 250
//* cylinders, corresponds to about 200 MB on a 3390 device.
//*
//HFS      DD  DSN=SSZ.SRVR608.HFS,
//             UNIT=SYSALLDA,
//             SPACE=(CYL,(250,1,5)),
//             DSNTYPE=HFS,
//             DCB=(DSORG=PO),
//             DISP=(NEW,CATLG,DELETE)

MOUNHFS:

//* REPLY nn,dddd ON THE MACHINE CONSOLE TO ALLOW MOUNT
//*
//MOUNT    EXEC PGM=IKJEFT1A,DYNAMNBR=75,TIME=100,REGION=6M
//*
//* Mount the file system on an existing, empty directory
//*
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTERM  DD DUMMY
//SYSTSIN  DD *
  MOUNT FILESYSTEM('SSZ.SRVR608.HFS') +
    MOUNTPOINT('/opt/tectia') +
    TYPE(HFS) +
    MODE(RDWR)
/*

Option 2

If you want to install the product into an existing file system, for example the one where /usr/local is mounted, make an empty directory in that file system and create a link to it under /opt:

> mkdir /usr/local/tectia_6_0_0
> ln -s /usr/local/tectia_6_0_0 /opt/tectia

Option 3

If you do neither of the above, the product will go into the file system where /opt is. In all cases the path to the product will be /opt/tectia.

Setting Permissions to /opt/tectia

Ensure that the /opt/tectia directory is writable and that it is owned by the SSHD2 user:

> chmod 755 /opt/tectia
> chown SSHD2:0 /opt/tectia

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