Pathway/XM System Management Manual

PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual426761-001
10-50
SET SERVER
CMON { ON | OFF }
specifies whether the LCS process allows a user-supplied $CMON process, if one
exists, to approve or modify the values of server-process startup parameters (such as
CPU numbers and process priorities).
This attribute is valid only for distributed server classes.
If you omit this attribute, the default is OFF.
CREATEDELAY number { HRS | MINS | SECS }
for direct and replicated server classes, specifies the maximum amount of time a link
manager (that is, a TCP or LINKMON process) waits to use an established link to a
server class before requesting a new link from the PATHMON process that controls
the server class.
This attribute is not valid for distributed server classes.
CREATEDELAY must be a value within one of the following ranges:
0 through 16383 SECS
0 through 1092 MINS
0 through 18 HRS
If you omit this attribute, the default is 1 MINS.
If the link manager has no established links or it calculates that a link is available,
the link manager immediately requests a link without waiting for CREATEDELAY
to expire. If an established or newly created link becomes available while the link
manager is waiting for CREATEDELAY to expire, the link manager immediately
uses that link.
When the TCP calculates that no link is available, it delays all future link requests
from the PATHMON process by the value of CREATEDELAY or by 60 seconds,
whichever is greater.
If a LINKMON process is unable to implement a CREATEDELAY timer due to
insufficient system resources, it assumes CREATEDELAY is 0 and immediately
requests a link from the PATHMON process.
DEBUG { ON | OFF }
specifies whether the server processes in this server class enter debug mode when
starting.
ON Directs the LCS process to send a message to a user-supplied $CMON
process (if one exists) before creating a new server process in the server
class, thus allowing the $CMON process to change process startup
parameters.
OFF Directs the LCS process to create new server processes without sending
messages to the $CMON process.