Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-51
SET SERVER
If you omit this attribute, the default is OFF.
DEFINE define-name , define-attribute-spec
assigns a DEFINE definition as part of a server class definition. When a server
process in the server class is created, the specified DEFINEs are included in the
process context.
define-name
specifies a valid name to be assigned to the DEFINE. A DEFINE name can be
from 2 through 24 characters in length. The first character must be an equal sign
(=) and the second must be a letter. The name can contain alphanumeric
characters, hyphens (-), underscores (_), and circumflexes (^).
define-attribute-spec
specifies the name of a valid DEFINE attribute and the value associated with it.
DELETEDELAY number { HRS | MINS | SECS }
for direct and replicated server classes, specifies the maximum amount of time a link
between a link manager, such as a LINKMON process or TCP, and a dynamic server
process in a server class can remain idle before the link manager automatically
returns the link to the dynamic server.
This attribute is not valid for distributed server classes.
number 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 10 MINS.
If a LINKMON process is unable to implement a DELETEDELAY timer due to a
system resource problem, the LINKMON process assumes DELETEDELAY is 0
and returns the link to the PATHMON process.
GROUP group-name
specifies the name of a set of SERVER objects; all SERVER objects configured with
this group-name are members of the same set.
group-name can be from 1 to 15 alphanumeric or hyphen characters and must
start with a letter, be unique within the Pathway/XM environment, and not be a
Pathway/XM reserved word. SERVER objects can be members of more than one
ON Directs the server processes to enter debug mode. If the PATHMON
process was started with ON or the server program was compiled or
bound with the Inspect process defined, the servers enter Inspect mode
for debugging.
OFF Directs the server processes not to enter debug mode.