Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-40
Example
•
The DELETE NETGROUP command does not delete the NETGROUP or USER
objects that are members of the netgroup. Each NETGROUP object must be
specifically deleted. You delete USER objects by using the DELETE USER
command.
Example
The following command deletes a netgroup named labtech:
->DELETE NETGROUP $ZNFS.labtech
DELETE SERVER Command
The DELETE SERVER command removes specified SERVER objects from the OSS
NFS subsystem.
The DELETE SERVER command has the following syntax:
SERVER server-name
specifies the name of the SERVER object to be deleted.
SEL [ NOT ] state
specifies the SEL option. You can use the SEL option to specify that you want to
delete only SERVER objects in the STOPPED summary state.
Considerations
Consider the following points when using the DELETE SERVER command:
•
DELETE SERVER is a sensitive command requiring super-group access or
super-ID access if NULL-ALIAS-OK and ROOT-USER-OK are TRUE.
•
When you delete a SERVER object, it must be in the STOPPED summary state.
Example
The following command deletes a server named ROOT (but only if it is in the
STOPPED summary state):
->DELETE SERVER $ZNFS.ROOT, SEL STOPPED
DELETE SERVER server-name [ , SEL [ NOT ] state ]