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

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
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.
ZPWY-MAP-DEF-SCASSIGN
This token defines the attributes for a server ASSIGN message.
ZGUARDIANFILE
is the name of a Guardian file in which the PATHMON process stores the ASSIGN
values and sends those values to the server process using an ASSIGN message
when the server process is opened.
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
do not specify a node name, the default node for the file-name expansion is
determined by the value you specify for the ZNODEINDEPENDENT field of the
START PATHWAY command.
ZEXTENTSIZE
is the size of the file extents allocated to the file. ZEXTENTSIZE contains:
ZPWY-VAL-
GUARDIAN
All servers in this server class are Guardian processes.
ZPWY-VAL-OSS All servers in this server class are OSS processes.
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.