OSI/FTAM Configuration and Management Manual

Example FTAM Configuration Command Files
OSI/FTAM Configuration and Management Manual421944-001
A-6
Creating the APLMGR MIB File
Creating the APLMGR MIB File
This subsection presents two alternatives for creating the MIB file for the APLMGR
process. The first alternative is a FUP command file that creates a MIB file where one
did not previously exist. The second is a TACL command file that purges the data in a
MIB that already exists.
Command File to Create the APLMGR MIB
You can use a FUP command file to create the primary key file ZOSADB and an
alternate key file ZOSADB0 for the APLMGR MIB. This command file is written under
the assumption that a MIB with these filenames does not currently exist. If the command
file is named MAKDB, enter the following command to execute the command file:
FUP /IN MAKDB/
The MAKDB file consists of the following:
The MAKDB command file is released as part of the Tandem FTAM product and resides
in the subvolume ZOSIAPLM.
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, ZOSADB0 )
SET TYPE K
SET KEYLEN 244
SET REC 1268
SET BLOCK 4096
SET IBLOCK 4096
SET EXT ( 4, 32 )
SET MAXEXTENTS 100
CREATE ZOSADB
RESET
SET TYPE K
SET KEYLEN 250
SET REC 250
SET BLOCK 4096
SET IBLOCK 4096
SET EXT ( 4, 32 )
SET MAXEXTENTS 100
CREATE ZOSADB0
EXIT