TS/MP Management Programming Manual (H06.05+, J06.03+)

ZPWY-MAP- Definitions
HP NonStop TS/MP Management Programming Manual540082-005
7-22
ZPWY-MAP-DEF-SCASSIGN
To run a server at a high PIN, you must also set the ?HIGHPIN compiler directive
in your server source code file. For more information about the ?HIGHPIN compiler
directive, see the appropriate programming language reference manual.
ZPROCESSTYPE
specifies the type of servers in the server class. The valid values are:
All attributes specified for a server class must be consistent with the type specified
in the ZPROCESSTYPE field. Therefore, HP recommends that you set this
attribute first, before setting other attributes.
If you do not assign a value to this field, the default is ZPWY-VAL-GUARDIAN.
ZCPUWTINFO
specifies the list of processors (CPU) weights. The index of this list indicates the
CPU to which the weight is applicable. This is optional and can be specified when
CPU pairs are not used. When weights are not specified, link selection happens in
a round-robin fashion. Valid values are from 1 through 100. When weights are
specified, they should sum up to 100. Weights should be specified for the CPUs
defined in ZPRIMARY only.
ZPWY-MAP-DEF-SCASSIGN
This token defines the attributes for a server ASSIGN message.
ZPWY-VAL-
GUARDIAN
All servers in this server class are Guardian processes.
ZPWY-VAL-OSS All servers in this server class are OSS processes.
Note. ZCPUWTINFO is supported by TS/MP 2.4 and is available only on systems running
J06.07 or later J-series RVUs and H06.16 or later H-series RVUs.
def ZPWY-DDL-DEF-SCASSIGN.
02 ZGUARDIANFILE token-type ZSPI-DDL-
FNAME32.
02 ZEXTENTSIZE.
03 ZPRIMARY token-type ZSPI-DDL-INT2.
03 ZSECONDARY token-type ZSPI-DDL-INT2.
02 ZFILECODE token-type ZSPI-DDL-INT2.
02 ZEXCLUSION token-type ZSPI-DDL-INT.
02 ZACCESS token-type ZSPI-DDL-INT.
02 ZRECORDSIZE token-type ZSPI-DDL-INT.
02 ZBLOCKSIZE token-type ZSPI-DDL-INT.
end.