TS/MP 2.5 System Management Manual

DEBUG { ON | OFF }
specifies whether the server processes in this server class enter debug mode when starting.
If you omit this attribute, the default is OFF.
ON
directs the server processes to enter debug mode. If the PATHMON process was started with INSPECT
ON or the server program was compiled or bound with the Inspect process defined, the servers
enter Inspect mode for debugging. For more information about Inspect mode, see the Inspect Manual.
For information regarding errors that can occur when a server process is in debug mode, see the
TS/MP 2.5 Pathsend and Server Programming Manual.
OFF
directs the server processes not to enter debug mode.
This attribute is valid for Guardian and OSS server processes.
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 you associate with it.
This attribute is valid for Guardian and OSS server processes.
For detailed information about DEFINEs, see the TACL Reference Manual and the Guardian User’s
Guide.
DELETEDELAY number { HRS | MINS | SECS }
specifies the maximum amount of time a link between a link manager that is ACS subsystem processes
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.
number must be a value within one of these ranges:
0 through 16,383 SECS
nl
0 through 1092 MINS
nl
0 through 18 HRS
If you omit this attribute, the default is 10 MINS.
If ACS subsystem processes are unable to implement a DELETEDELAY timer due to a system resource
problem, the ACS subsystem processes assume DELETEDELAY is 0 and returns the link to the
PATHMON process.
This attribute is valid for Guardian and OSS server processes.
ENV name=value
specifies one or more OSS environment variables sent to OSS server processes in the server class.
Multiple environment variables can be specified in a single command as a list of name-value pairs,
separated by commas, or each variable can be specified in a separate SET SERVER ENV command.
Within a server process, environment variables are available as an array of null-terminated strings,
ending with a null pointer, pointed to by the external variable environ [].
You can specify from 3 through 24,000 characters for the ENV attribute. The length is calculated
as the number of bytes of storage needed (the length after any quotes is removed and a null byte
added for each environment variable). However, the total length of the values set for all ARGLIST
and ENV values must not exceed 24,000 characters. The string value can be a null value. If you
omit this attribute, no environmental information is sent to the server processes in this server class.
190 SERVER Commands