LAN Configuration and Management Manual
SCF Commands for the SLSA Subsystem
LAN Configuration and Management Manual—520469-012
4-7
ABORT Command
Generic processes have the following characteristics:
You can configure a generic process to start in one processor, in more than one
processor, or in each processor in the system.
You can permanently change an attribute of a generic process by using the SCF
ALTER command. This change takes effect the next time the process is started.
You can create a generic process to run at a high pin or a low pin. The default is to
run at a high pin.
You cannot use TACL ASSIGNs, DEFINEs, or PARAMs on a generic process.
Only the SCF ADD and ALTER commands can create or change the behavior of a
generic process.
You can configure a generic processes as persistent (to restart automatically if
stopped abnormally).
Refer to the SCF Reference Manual for the Kernel Subsystem for more detailed
information about generic processes.
ABORT Command
ABORT is a sensitive command used to halt an object’s operation as quickly as
possible. Only enough processing is done to ensure that the object can run again when
it is restarted.
ABORT ADAPTER Command
The ABORT ADAPTER command halts the operation of the specified ADAPTER as
quickly as possible. Only enough processing is done to ensure that the object can run
again when restarted. The object is left in the STOPPED state if the command is
successful.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
adapter-name
is the name of the ADAPTER to be aborted. The ADAPTER name has the form
$ZZLAN.adapter-name, for example $ZZLAN.G11123.
ABORT [ /OUT file-spec/ ] ADAPTER adapter-name
[ , SUB [ ONLY | ALL | NONE ] ]