OSI/FTAM and OSI/APLMGR SCF Reference Manual

SCF Commands for Tandem FTAM
OSI/FTAM and OSI/APLMGR SCF Reference Manual421943-001
3-25
ALTER PROCESS Examples
ALTER PROCESS Examples
The following command redefines the default common name of the FTAM initiator
process named FTI1 to “FTM1F”:
ALTER PROCESS \MARS.$AMGR.#FTAMI.FTI1, COMNAME "FTM1F"
The following command changes the Guardian process name of the FTAM responder
process named IFR1 to $RESP1, and changes its primary and backup CPUs to 4 and 5:
ALTER PROCESS \MARS.$AMGR.#FTAMR.IFR1 &
, NAME $RESP1 &
, CPU 4 &
, BACKUPCPU 5