SNAX Creator-2 Configuration and Control Manual

PRIMARY Command
SCF Commands for SNAX Creator-2
4–38 117143 SNAX Creator-2 Configuration and Control Manual
PRIMARY Command The PRIMARY command causes the primary and backup CPU to exchange roles. It is
a sensitive command.
PRIMARY command syntax is as follows:
PRIMARY [ /OUT
file-spec
/ ] [ SUBSYS ]
manager-name
,
cpu-number
OUT
causes any SCF output generated for this command to be directed to the file
file-spec
; it is described in the Subsystem Control Facility (SCF) Reference Manual.
manager-name
is described in Section 3, “Objects for SNAX Creator-2.”
cpu-number
is the CPU number of the current backup process (
cpu-number
must be the CPU
number of the backup process; otherwise, the command is rejected).
Example
Suppose CPU 6 is the backup CPU. The following examples cause CPU 6 to become
the primary CPU, and the primary CPU to become the backup CPU:
PRIMARY SUBSYS $CREA, 6
or
PRIMARY $CREA, 6