WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-82
STOP ADAPTER
SERVER objects must first be placed in the STOPPED state, or the STOP ADAPTER 
command is rejected.
The STOP ADAPTER command has this syntax: 
conc-name
is the name of the SWAN concentrator as specified in the ADD ADAPTER 
command. You can use wild cards such as an asterisk (*), in any combination (for 
example, $ZZWAN.#* and $ZZWAN.#S*) to select more than one object matching 
the pattern.
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. If 
SUB ALL is not specified, all the subordinate objects must be stopped before 
you issue the STOP ADAPTER command.
NONE
specifies that the named object is affected but that the subordinate objects are 
not. NONE is the default.
ONLY
specifies that only the subordinate objects are affected.
SCF Example
STOP ADAPTER $ZZWAN.#S* 
STOP ADAPTER $ZZWAN.#conc-name [, SUB { ALL | NONE | ONLY }]
Tokens in Command Buffer 
 ZSPI-TKN-COMMAND: ZCOM-CMD-STOP
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-ADAPT
 ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name
 ZCOM-TKN-SUB: ZCOM-VAL-SUB-ALL | ZCOM-VAL-SUB-NONE | 
 ZCOM-VAL-SUB-ONLY !o










