X25AM Configuration and Management Manual

SCF Commands for the X25AM Subsystem
X25AM Configuration and Management Manual523424-004
4-12
ABORT Command
ABORT Command
The ABORT command terminates the operation of objects as quickly as possible. Only
enough processing is done to ensure the security of the subsystem. The object is left in
the STOPPED state. This is a sensitive command.
Command Syntax for the ABORT Command
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
LINE line-name | SU su-name
designates the line or subdevice to be aborted. If you omit line-name or su-
name, the assumed object is aborted (for details about the ASSUME command,
see the SCF Reference Manual for G-Series RVUs or SCF Reference Manual for
H-Series RVUs). The objects you can abort are lines and subdevices.
SUB [ subtype ]
selects the subordinate objects that the command affects. subtype can be a
subordinate object type or one of the keywords ONLY or ALL.
If you name a subordinate object type, only objects of that type are affected. ONLY
specifies that only the subordinate objects are affected. ALL specifies that the
named object and the subordinate objects are affected. If you omit subtype, ALL
is assumed.
Examples of the ABORT Command
The following command aborts the line $X25P1 as well as the subdevices on that line:
-> ABORT LINE $x25p1, SUB
The following command aborts the subdevice $X25P1.#TERM:
-> ABORT SU $x25p1.#term
The following command is a quick procedure that aborts a line and all the subdevices
on it; it has the same effect as the first example.
-> ABORT LINE $x25p1, SUB ALL
ABORT [ / OUT file-spec / ] [ LINE line-name | SU su-name ]
[ , SUB [ subtype ] ]