WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-85
STOP SERVER
proc-name
is the name of process other than ConMgr. You can also use wild cards such as an
asterisk (*) or question mark (?), in any combination (for example, $ZZWAN.#?,
$ZZWAN.#*, and so on).
SCF Example
STOP PROCESS $ZZWAN.#*
STOP SERVER
This command terminates the further use of a CLIP. You can also use the OSM Service
Connection or the TSM Service Application. For more information on using OSM or
TSM, see the online help within each application.
The STOP 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 of the SERVER object.
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.
SUB { ALL | NONE | ONLY }
is an optional parameter used to select the subordinate objects that the command
affects.
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-STOP
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-PROC
ZCOM-TKN-OBJNAME: $ZZWAN.#{ cpu-num | proc-name }
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: $ZZWAN.#{ cpu-num | proc-name }
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PROC
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
STOP SERVER $ZZWAN.#conc-name.clip-num
[ , SUB { ALL | NONE | ONLY }]