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

SERVER Commands
NonStop TS/MP System Management Manual541819-001
12-29
SET SERVER Command
STARTUP string
specifies the character string that is sent to a Guardian server process in the
startup message. Leading blanks are ignored. If you want embedded blanks to be
read as part of the startup string, enclose string in quotation marks. If the string
includes quotation marks, they must be doubled.
This attribute is valid for Guardian server processes only.
STDERR oss-pathname
specifies the name of the OSS stderr (standard error) file to be used by the OSS
servers in this server class. This file is opened only for write operations.
If the CWD attribute is not specified (in the CMDCWD command or the SET
SERVER CWD command), the OSS stderr file must be an absolute OSS
pathname. Case is significant. For a discussion, see OSS Pathnames on
page 8-8.
If the file specified does not exist, it is created. Output is appended to the end of
the file. If you omit this attribute, a null string is sent to the server process.
This attribute is valid for OSS server processes only.
STDIN oss-pathname
specifies the name of the OSS stdin (standard input) file to be used by the servers
in this server class. This file is opened only for read operations.
If the CWD attribute is not specified (in the CMDCWD command or the SET
SERVER CWD command), the OSS stdin file must be an absolute OSS pathname.
Case is significant. For a discussion, see OSS Pathnames on page 8-8.
If the file specified does not exist, it is created. If you omit this attribute, a null
string is sent to the server process.
This attribute is valid for OSS server processes only.
STDOUT oss-pathname
specifies the name of the OSS stdout (standard output) file to be used by the
servers in this server class. This file is opened only for write operations.
If the CWD attribute is not specified (in the CMDCWD command or the SET
SERVER CWD command), the OSS stdout file must be an absolute OSS
pathname. Case is significant. For a discussion, see OSS Pathnames on
page 8-8. If the file specified does not exist, it is created. Output is appended to
the end of the file. If you omit this attribute, a null string is sent to the server
process.
This attribute is valid for OSS server processes only.