Open System Services Management and Operations Guide (G06.25+, H06.03+)
Open System Services Monitor
Open System Services Management and Operations Guide—527191-002
12-67
START SERVER Command
START SERVER Command
The START SERVER command starts an OSS server. The syntax of the START
SERVER command is:
OUT filename
specifies the name of a Guardian output file for informational messages. You can
either read this file with a text editor or display it with the FUP COPY command.
SERVER server_processname
specifies the server being started. server_processname has the following form:
[$ZPMON.]servername
servername
specifies the name of the server to start. Only names currently defined in the
ZOSSSERV file are valid values.
The first character of the name must be a pound sign (#). Server names are
not case-sensitive.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON
in an SCF ASSUME command.
Considerations
•
You can use the START SERVER command to start the OSS sockets local server,
the OSS message-queue server, and the OSS transport agent servers. An OSS
name server is automatically started when one of the filesets managed by that
OSS name server is started.
•
The START SERVER command can be used only by super-group users (255,nnn).
Example
To start the OSS sockets local server $ZPLS and send informational messages to the
file CMDLOG, enter the following command:
START /OUT CMDLOG/ SERVER $ZPMON.#ZPLS
START [ /OUT filename/ ] SERVER server_processname