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

Open System Services Monitor
Open System Services Management and Operations Guide527191-002
12-41
DELETE SERVER Command
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:
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.
Considerations
You must be in the super group (255, nnn) to use this command.
You can delete only OSS name servers that are not running.
You cannot delete an OSS name server that is associated with a fileset. You must
first alter or delete that fileset so that it is not associated with the OSS name server
you want to delete.
You cannot delete the OSS name server for the root fileset.
Example
To delete the OSS name server #ZPNS1 and send informational messages to the file
CMDLOG, enter the following command:
DELETE / OUT CMDLOG /SERVER $ZPMON.#ZPNS1
DELETE [ /OUT filename / ] SERVER server_processname