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

Open System Services Monitor
Open System Services Management and Operations Guide527191-002
12-83
STOP FILESET Command
STOP FILESET Command
The STOP FILESET command makes an existing, started OSS fileset unavailable to
users (also known as unmounting the fileset).
The syntax of the STOP FILESET 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.
FILESET [$ZPMON.]filesetname
specifies the name of the fileset you are stopping. filesetname is the name in
the NAME field of the ZOSSFSET file entry for the fileset.
filesetname 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 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 [ /OUT filename/ ] FILESET [$ZPMON.]filesetname