Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)
STOP /OUT CMDLOG/ FILESET $ZPMON.*
STOP SERVER Command
The STOP SERVER command stops an OSS server.
The syntax of the STOP SERVER command is:
STOP [ /OUT filename/ ] SERVER server_processname
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 Table 5 (page 55) 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 servers, the OSS
message-queue server, the OSS transport-agent servers, and the OSS resource 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
NOTE: This example is valid for systems running AF_UNIX Release 1 software only.
• To stop the OSS sockets local server 2 $ZLS01 and send informational messages to the file
CMDLOG, enter the following command:
STOP /OUT CMDLOG/ SERVER #ZLS01
NOTE: This example is valid for systems running AF_UNIX Release 2 software only.
• To stop all OSS sockets local servers, the OSS message-queue server, and OSS transport-agent
servers and send informational messages to the file CMDLOG, enter the following command:
STOP /OUT CMDLOG/ SERVER *
VERSION SUBSYS, VERSION MON, and VERSION PROCESS Commands
The VERSION SUBSYS, VERSION MON, and VERSION PROCESS commands all display
product-version information for a specified OSS object known to SCP.
332 Open System Services Monitor