WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-7
ABORT PROCESS
ABORT PROCESS
This command terminates the operation of a ConMgr or a WANBoot process and
places the PROCESS object in the STOPPED state. The DEVICE objects use the
ConMgr process to download data link control (DLC) tasks to the SWAN concentrator.
The DLC tasks cannot be downloaded when the ConMgr process that a device uses is
stopped. Otherwise, the device activity is not interrupted by aborting the ConMgr
process.
The WAN manager process uses the ConMgr process when a START or STATUS
TASK command is issued. These commands cannot be run when the ConMgr process
used is stopped. WANBoot process is the one which assigns IP addresses to the
SWAN concentrator. If the WANBOOT process running on the primary and alternate
TCPIP of the SWAN concentrator is aborted, and if the CLIP reset occurs, there is no
chance for the SWAN concentrator to get the IP because the WANBoot process (which
actually assigns IP to the SWAN concentrator) is in the aborted state. Therefore, no
activity can take place on the SWAN concentrator.
The ABORT PROCESS command has this syntax:
cpu-num
is the processor number where the ConMgr object normally executes. You can also
use wild cards such as an asterisk (*) or question mark (?) in any combination (for
example, $ZZWAN.#?, $ZZWAN.#*, and so on).
proc-name
indicates the name of the SNMP trap multiplexer, TFTP server, or WANBoot
process. You can also use wild cards, such as an asterisk (*) or question mark (?),
in any combination (for example, $ZZWAN.#*, $ZZWAN.#MYWB*,
$ZZWAN.#ZWB?A, and so on) to select more than one object matching the
pattern.
SCF Examples
ABORT PROCESS $ZZWAN.#1
ABORT PROCESS $ZZWAN.#ZTFAB
ABORT PROCESS $ZZWAN.#{ cpu-num | proc-name }
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-ABORT
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-PROC
ZCOM-TKN-OBJNAME: $ZZWAN.#cpu-
num | $Z
ZWAN.#proc-name