Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)

ResourceLimit
is the maximum limit of the resource being displayed. If the resource is a buffer then the
value is in Megabytes, otherwise, the value is an absolute integer value.
CurrentUsage
is the current usage value (either in Megabytes or in absolute value) of the resource and
also the current usage percentage with respect to the resource limit of the resource.
PeakUsage
is the peak usage value (either in Megabytes or in absolute value) of the resource and
also the peak usage percentage with respect to the resource limit of the resource.
PeakUsageTime
is the timestamp indicating when the peak usage of the resource was reached.
FailureCount
is the number of limit and allocation failures of the resource..
LastFailureTime
is the timestamp indicating when the failure count was last updated for the resource.
ResetTime
is the timestamp indicating when the peak usage and failure information for the resource
was reset.
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:
STOP [ /OUT filename/ ] FILESET [$ZPMON.]filesetname
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 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 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:
OSS Monitor SCF Command Reference Information 331