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

CONTROL SERVER $ZPMON.#ZPNS, RESET MAXINODECACHEUSED
DELETE FILESET Command
The DELETE FILESET command removes an OSS fileset from the configuration administered through
the OSS Monitor. This command affects the contents of the ZOSSFSET file.
The syntax of the DELETE FILESET command is:
DELETE [ /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 deleting. Only names currently defined in the ZOSSFSET
file are valid values.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
Considerations
The DELETE FILESET command can be used only by the super ID (255,255).
You can use the DELETE FILESET command only on a fileset that is in the STOPPED or
UNKNOWN state.
If the fileset contains files, all of those files and the catalog files are deleted.
The user is prompted for confirmation before the fileset is deleted.
The DELETE FILESET command does not delete the root fileset.
Example
To delete the fileset USER1 and send informational messages to the file CMDLOG, enter the
following command:
DELETE /OUT CMDLOG/ FILESET $ZPMON.USER1
DELETE SERVER Command
The DELETE SERVER command removes an OSS name server, except the root OSS name server,
from the configuration administered through the OSS Monitor. This command does not apply to
any of the other OSS servers.
The syntax of the DELETE SERVER command is:
DELETE [ /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 deleted. server_processname has the following form:
[$ZPMON.]servername
servername
specifies the name of the server to delete. 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.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an SCF
ASSUME command.
292 Open System Services Monitor