Open System Services Management and Operations Guide (G06.29+, H06.07+)
Open System Services Monitor
Open System Services Management and Operations Guide—527191-005
12-82
STOP SERVER Command
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an
SCF ASSUME command.
Considerations
•
The STOP FILESET command does not close any open OSS files or directories on
the affected fileset.
•
The STOP FILESET command can be used only by super-group users (255,nnn).
•
A fileset cannot be stopped while other filesets are mounted on it.
Examples
•
To stop (unmount) the fileset USER1 and send informational messages to the file
CMDLOG, enter the following command:
STOP /OUT CMDLOG/ FILESET $ZPMON.USER1
•
To stop (unmount) all started filesets and send informational messages to the file
CMDLOG, enter the following command:
STOP /OUT CMDLOG/ FILESET $ZPMON.*
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.
STOP [ /OUT filename/ ] SERVER server_processname