OSI/FTAM and OSI/APLMGR SCF Reference Manual
SCF Commands for Tandem FTAM
OSI/FTAM and OSI/APLMGR SCF Reference Manual—421943-001
3-13
ADD PROCESS Examples
ADD PROCESS Examples
The following command adds an initiator process named FTI1P that is managed by the
APLMGR process named \MARS.$AMGR. When this initiator is started, its primary
process runs in CPU 3, and its backup process runs in CPU 4. The initiator handles up to
three FTAM associations at a time, and uses “FTM1E” as the default common name for
its associations.
ADD PROCESS \MARS.$AMGR.#FTAMI.FTI1P , NAME $FTI1P &
, CPU 3 &
, BACKUPCPU 4 &
, MAXASSOC 3 &
, COMNAME "FTM1E"
The following command adds a responder process named FTR2 that is managed by the
APLMGR process \MARS.$AMGR and uses a VFS profile named #VFS.ACCT.
Default values are used for all other parameters.
ADD PROCESS \MARS.$AMGR.#FTAMR.FTR2 , NAME $FTR2 &
, PROFILE \MARS.$AMGR.#VFS.ACCT