TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
7-25
ZPWY-MAP-DEF-SCPROCESS
ZPWY-MAP-DEF-SCPROCESS
This token defines attributes for a server process within a server class.
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:
If you do not assign a value to this field, the default is ZPWY-VAL-OFF.
ZCPUPAIR
specifies the processor in which the server process is to run. The processor can be
specified either as a primary and backup CPU pair or as a single CPU.
ZPRIMARY
when specifying a CPU-pair, this field is the primary processor. When
specifying a single CPU, this field is the single processor. Valid values are in
the range from 0 through 15.
ZBACKUP
when specifying a CPU-pair, this field is the backup processor. Valid values
are in the range from 0 through 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.
def ZPWY-DDL-DEF-SCPROCESS.
02 ZASSOCIATIVE token-type ZPWY-DDL-ON-OFF.
02 ZCPUPAIR.
03 ZPRIMARY token-type ZPWY-DDL-CPU.
03 ZBACKUP token-type ZPWY-DDL-CPU.
02 ZDEBUG token-type ZPWY-DDL-ON-OFF.
02 ZGUARDIANSWAP token-type ZSPI-DDL-FNAME32.
02 ZHOMETERM token-type ZSPI-DDL-FNAME32.
02 ZPRIORITY token-type ZPWY-DDL-1-199.
end.
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.