Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-8
Example
Example
The following command aborts all servers under the assumed manager process that are
in the STARTED summary state:
->ABORT SERVER $ZNFS.*, SEL STARTED
ABORT SUBSYS Command
The ABORT SUBSYS command terminates the operation of the OSS NFS subsystem as
quickly as possible, regardless of whether client operations are in progress or remote
mounts against the subsystem exist. Only enough processing to ensure the integrity of
the subsystem is done. All OSS NFS objects are left in the STOPPED summary state.
The ABORT SUBSYS command has the following syntax:
SUBSYS process-name
specifies the name of the SUBSYS object whose operation is to be terminated. The
SUBSYS object uses the name of the manager process with which it is associated.
SUB [ ALL | NONE | ONLY | subtype ]
specifies the subordinate object select option. You can use the SUB option to specify
that you want to abort only specified subordinate objects. ABORT SUBSYS, SUB
ALL is equivalent to ABORT SUBSYS, because no further commands can be
processed after the subordinate PROCESS object is stopped. With ABORT
SUBSYS, only the SUB NONE, SUB ONLY, SUB LAN, and SUB SERVER
options are useful.
SEL [ NOT ] state
specifies the summary state select option. You can use the SEL option to specify that
you want to abort only objects in the STARTED summary state.
Considerations
Consider the following points when using the ABORT SUBSYS command:
•
ABORT SUBSYS is a sensitive command requiring super-group access.
•
This command proceeds even though there are remote mounts outstanding against
the subsystem, requests pending for a LAN interface process, or requests in progress
for servers. The consistency of OSS NFS data structures is preserved, but client
applications might be disrupted.
ABORT SUBSYS process-name
[ , SUB [ ALL | NONE | ONLY | subtype ] ]
[ , SEL [ NOT ] state ]