Expand Management Programming Manual

COMMANDS AND RESPONSES
SWITCH Command
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.
Tokens in Command Buffer
ZSPI-TKN-MANAGER is a standard SPI manager token that contains
the file name of the EXPAND manager process. This token
must be present in the command, and duplicate occurrences are
not allowed. ZSPI-TKN-MANAGER is described in the
Distributed
Systems Management (DSM) Programming Manual
.
ZCOM-TKN-SWITCH-CPU and ZCOM-TKN-SWITCH-PATH are standard data-
communications tokens that describe what the processes are to
be switched to. One token or the other, but not both, must
be present in the command, and duplicate occurrences are not
allowed.
If ZCOM-TKN-SWITCH-CPU is present, the line-handler processes are
to be switched between processors, and the value of this token is
an integer indicating the primary processor the processes are to
be switched to. This value must be in the range 0 through 15.
If ZCOM-TKN-SWITCH-PATH is present, the line-handler processes
are to be switched between CIU paths, and the value of this token
indicates the path the processes are to be switched to. ZCOM-
TKN-SWITCH-PATH can have the following values:
ZCOM-VAL-PATH-A The processes are to be switched to path A.
ZCOM-VAL-PATH-B The processes are to be switched to path B.
ZCOM-TKN-OBJNAME is an object-name token that contains the object
name of a line-handler process to be switched. This token must
be present in the command, and from 1 through 30 object names
are allowed. ZCOM-TKN-OBJNAME is described in Section 6, "Common
Definitions."
ZCOM-TKN-CMD-TIMEOUT and ZCOM-MAP-REQID are standard data-
communications tokens that are described in the
Communications
Management Programming Manual
. Duplicate occurrences of these
tokens are not allowed.
7-113