Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-52
SET SERVER
group. To do this, specify each group in a separate SET SERVER GROUP
statement.
This attribute is optional; if you omit this attribute, there is no default.
GUARDIAN-LIB file-name
specifies the name of the user library object file that contains additional server code
space and procedures that can be shared among servers. If you supply a value for
this attribute, the operating system uses this file name and the file named in the
PROGRAM attribute to access the server code. For example:
SET SERVER PROGRAM $DATA.WORK.SRVOBJ
SET SERVER GUARDIAN-LIB $DATA.WORK.SRVLIB
In this example, whoever starts the PATHMON process must have WRITE and
EXECUTE access to the server object file.
If you omit this attribute, the operating system accesses all of the server code,
including the user library object file, through the file that you define with the
PROGRAM attribute.
Defaults for file name expansion are based on the values of the SYSTEM and
DEFAULT attributes of the associated NODE object.
After starting a server process, the operating system modifies the server object file
to point to the user library object file.
You can set the server user library file using the TACL RUN command or using the
Binder program development tool.
HIGHPIN { ON | OFF }
specifies whether the server process runs at a high PIN or a low PIN:
If you omit this attribute, the default is OFF.
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, refer to the appropriate programming language reference manual.
ON The server process runs at a high PIN.
OFF The server process runs at a low PIN.