TS/MP System Management Manual (H06.05+, J06.03+)

SERVER Commands
HP NonStop TS/MP System Management Manual541819-007
12-19
SET SERVER Command
available while the link manager is waiting for CREATEDELAY to expire, the link
manager immediately uses that link.
When the TCP calculates that no static link is available, it delays all future link
requests to the PATHMON process by the value of CREATEDELAY. If
CREATEDELAY is not specified, a default delay of 60 SECS is imposed.
If LINKMON process or ACS subsystem processes are 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.
This attribute is valid for Guardian and OSS server processes.
CWD oss-pathname
specifies the absolute OSS pathname of the current working directory of an OSS
server process. This value is used to resolve relative pathnames specified for
other OSS server process attributes in the server class. Case is significant. For a
discussion, see OSS Pathnames.
If you omit this attribute in the SET command, relative OSS pathnames are
resolved using the default directory specified by the CMDCWD command. If no
value is set for this attribute via either command, there is no default.
This attribute is valid for OSS server processes only.
Use the OSS getcwd() function to obtain the name of the current working directory.
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 Pathsend and Server Programming Manual.
OFF
directs the server processes not to enter debug mode.
Note. To minimize internal TCP or LINKMON queing of requests, or if subsecond
response time is desired, set CREATEDELAY to zero or a very small value in
seconds.This increases the likelihood of additional server process creation during
transaction peaks.