TS/MP System Management Manual (G06.24+, H06.03+)

SERVER Commands
NonStop TS/MP System Management Manual541819-001
12-19
SET SERVER Command
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.
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 Users Guide
.