OSI/FTAM Configuration and Management Manual

Example FTAM Configuration Command Files
OSI/FTAM Configuration and Management Manual421944-001
A-8
Configuring OSI/AS to Support Tandem FTAM
Configuring OSI/AS to Support Tandem FTAM
This subsection first provides a listing of the FUP command file (provided with the
OSI/AS product) that you should use to create the MIB for the OSI manager process (for
the example configuration and for any other configuration). Following this FUP
command file is an SCF command file that configures OSI addresses for Tandem FTAM
in the OSI manager MIB. This SCF command file is specific to the sample configuration
presented in this appendix.
Command File to Create the OSI Manager MIB
To create the MIB for the OSI manager process, you should use the FUP command file
provided for this purpose as part of the Tandem OSI/AS product. The name of this file is
DBFUP, and its location on your system is determined by the installation of the OSI/AS
product; refer to your installation documentation and to the OSI/AS Configuration and
Management Manual for details. This file creates the primary key file (ZOSIDB) and a
secondary key file (ZOSIDB0) for the OSI manager MIB and is written under the
assumption that a MIB with these key filenames does not currently exist.
To use this command file to create the OSI manager MIB, set your TACL volume and
subvolume to the volume and subvolume on which the DBFUP file has been installed,
then enter the following command from the TACL prompt:
FUP /IN DBFUP/
The DBFUP file consists of the following:
After the command file completes its operations and the FUP prompt is displayed, enter
the EXIT command to return to the TACL prompt.
RESET
SET ALTKEY ( %000001, KEYOFF 0, KEYLEN 4, FILE 0 )
SET ALTKEY ( %000002, KEYOFF 0, KEYLEN 2, FILE 0 )
SET NO ALTCREATE
SET ALTFILE ( 0, ZOSIDB0 )
SET TYPE K
SET KEYLEN 244
SET REC 1268
SET BLOCK 4096
SET IBLOCK 4096
SET EXT ( 4, 32 )
SET MAXEXTENTS 100
CREATE ZOSIDB
RESET
SET TYPE K
SET KEYLEN 250
SET REC 250
SET BLOCK 4096
SET IBLOCK 4096
SET EXT ( 4, 32 )
SET MAXEXTENTS 100
CREATE ZOSIDB0