WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-8
ABORT SERVER
ABORT SERVER
This command terminates the operation of a CLIP and places the SERVER object in
the STOPPED state, which prevents further use of the CLIP.
The ABORT SERVER command has this syntax:
conc-name.clip-num
conc-name is the name of the SWAN concentrator as specified in the ADD
ADAPTER command.
clip-num is the CLIP number that is being aborted.
You can also use wild cards such as an asterisk (*) or question mark (?), in any
combination (for example, $ZZWAN.#*, $ZZWAN.#S*, $ZZWAN.#S*.*, and
$ZZWAN.#S01.?) to select more than one object matching the pattern.
SEL [ NOT ] sum-state
is an optional parameter that directs the command only at objects in the specified
state. SEL NOT directs only at those objects that are not in the specified state.
sum-state gives the summary state of objects. The valid states are ABORTING,
STOPPING, STOPPED, STARTING, STARTED, SUSP, and SUSPENDING.
SUB { ALL | NONE | ONLY }
is an optional parameter used to select the subordinate objects that the command
affects.
ALL
specifies that the named object and the subordinate objects are affected.
NONE
specifies that the named object is affected but that the subordinate objects are
not. NONE is the default.
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: $ZZWAN.#cpu-num | $ZZWAN.#proc-name
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PROC
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
ABORT SERVER $ZZWAN.#conc-name.clip-num
[ , SEL [ NOT ] sum-state ]
[ , SUB { ALL | NONE | ONLY } ]