OSI/FTAM Configuration and Management Manual

Example FTAM Configuration Command Files
OSI/FTAM Configuration and Management Manual421944-001
A-14
Starting an FTAM Installation
Starting an FTAM Installation
This subsection presents an SCF command file to create and start the APLMGR process,
configure the FTAM processes, and configure the VFS profile.
The SCF command file EXFTMUP creates and starts the APLMGR process, defines the
VFS profile, and adds and starts the four FTAM processes in the example FTAM
configuration. Note that the values entered for attributes in this command file are
identical to the values presented in Table A-2
on page A-2, Table A-3 on page A-4,
Table A-4 on page A-5, and Table A-5 on page A-5.
To execute this command file, run SCF and enter the following command:
OBEY EXFTMUP
The EXFTMUP file consists of the following:
=============================================================
== File: EXFTMUP
==
== Example SCF command file to configure and start up a
== Tandem FTAM installation.
==
=============================================================
== Clean up the APLMGR and FTAM processes first.
==
== These commands require that no subdevices exist for
== the named initiator and responder processes.
== Allow five errors in case these processes don't initially
== exist; afterwards, allow no errors.
=============================================================
ALLOW 5 ERRORS
STOP PROCESS $AMGR.#FTAMI.FTI1
STOP PROCESS $AMGR.#FTAMI.FTI2
STOP PROCESS $AMGR.#FTAMR.FTR1
STOP PROCESS $AMGR.#FTAMR.FTR2
STOP PROCESS $AMGR
ALLOW 0 ERRORS
=============================================================
== Create the APLMGR process.
=============================================================
APLMGR /NAME $AMGR, NOWAIT, PRI 180, CPU 1/2
=============================================================
== Modify and start APLMGR.
=============================================================
ALTER SUBSYS $AMGR, MAXFTAMI 8 &
, MAXFTAMR 8 &
, OMGRNAME $OSM1 &
, MIB ZOSADB
START PROCESS $AMGR
DELAY 5
=============================================================
== Add the VFS profile, COMNAME = APPL1A.
==
== USER.BOB and "passwd" must be the valid Guardian
== user ID and password for the VFS.
=============================================================