Open System Services Management and Operations Guide (G06.25+, H06.03+)

Open System Services Monitor
Open System Services Management and Operations Guide527191-002
12-84
STOP SERVER Command
STOP SERVER Command
The STOP SERVER command stops an OSS server.
The syntax of the STOP 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 stopped. server_processname has the following
form:
[$ZPMON.]servername
servername
specifies the name of the server to stop. 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.
servername can contain wildcard characters. (See Using Wildcard
Characters in OSS Monitor Commands on page 2-13 for the definition of UNIX
wildcard characters.)
The $ZPMON prefix can be omitted if you have previously specified $ZPMON
in an SCF ASSUME command.
Considerations
The STOP SERVER command can be used to stop the OSS sockets local server,
the OSS message-queue server, and the OSS transport agent servers. An OSS
name server is automatically stopped when all filesets managed by that OSS name
server are stopped.
The STOP SERVER command can be used only by super-group users (255,nnn).
Examples
To stop the OSS sockets local server $ZPLS and send informational messages to
the file CMDLOG, enter the following command:
STOP /OUT CMDLOG/ SERVER #ZPLS
STOP [ /OUT filename/ ] SERVER server_processname