TS/MP 2.5 Management Programming Manual

messages can be added to any one server class. In practice, the actual number can be less
because all individual PARAMs for a server are collected into a single PARAM message, which
is limited to 1028 bytes in length. For more information about PARAM messages, see the
Guardian Programmer’s Guide.
ZPWY-MAP-DEF-SCPROCESS
This token defines attributes for a server process within a server class.
nl
def ZPWY-DDL-DEF-SCPROCESS.
token-type ZPWY-DDL-ON-OFF.
02 ZASSOCIATIVE
nl
token-type ZPWY-DDL-CPU.
02 ZCPUPAIR.
token-type ZPWY-DDL-CPU.
03 ZPRIMARY
token-type ZPWY-DDL-ON-OFF.
03 ZBACKUP
token-type ZSPI-DDL-FNAME32.
02 ZDEBUG
token-type ZSPI-DDL-FNAME32.
02 ZGUARDIANSWAP
token-type ZPWY-DDL-1-199.
02 ZHOMETERM
02 ZPRIORITY
end.
ZASSOCIATIVE
specifies whether the PATHMON process in this Pathway subsystem grants links to
a server process with the same name that already exists in another Pathway
subsystem. The valid values are:
ZPWY-VAL-OFF Directs the PATHMON process not to grant links to the server
if a server process by the same name already exists. A START
SC command fails.
ZPWY-VAL-ON Directs the PATHMON process to grant links to the server even
if a server process by the same name already exists. A START
SC command succeeds.
If you do not assign a value to this field, then the default is ZPWY-VAL-OFF.
ZCPUPAIR
specifies the processor in which the server process must run. The processor can be
specified either as a primary and backup CPU pair or as a single CPU.
ZPRIMARY
this field includes the primary processor when specifying a CPU-pair. When
specifying a single CPU, this field is the single processor. Valid values are in the
range from 0 to 15.
ZBACKUP
this field is the backup processor when specifying a CPU-pair. Valid values are in
the range from 0 to 15. It is recommeded that you specify a CPU number that is
greater than plus or minus one from the primary CPU.
When specifying a single CPU, the only valid value is -1.
When ZCPUPAIR is used with ZPWY-MAP-DEF-SCPROCESS, the PATHMON process
uses the CPUs specified for the server process. The CPUs specified for the server
process need not match the CPUs specified for the server class in
ZPWY-MAP-DEF-SC.
If you do not assign a value to the ZCPUPAIR fields, the system assigns the same
value designated in the ZCPUPAIR field in ZPWY-DDL-DEF-SC.
ZPWY-MAP-DEF-SCPROCESS 93