WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-38
DELETE PROCESS
path-name is the name of the Ethernet path. The possible values for the path
name are A or B. A indicates the A Ethernet path. B indicates the B Ethernet path.
You can also use wild cards such as an asterisk (*) or question mark (?), in any
combination (for example, $ZZWAN.#*, $ZZWAN.#S*, $ZZWAN.#S01.*, and
$ZZWAN.#S01.?.?) to select more than one object matching the pattern.
SCF Example
DELETE PATH $ZZWAN.#S01.1.A
DELETE PROCESS
This command removes a ConMgr, an SNMP trap multiplexer, a TFTP server, or a
WANBoot process from the configuration database. Perform these deletes to cause
the WAN manager process to automatically configure a new process if the deleted
process is configured to the existing adapter (subnet).
The DELETE PROCESS command has this syntax:
cpu-num
is the processor number where the ConMgr process 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
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.#MYWB*, $ZZWAN.#ZWB?A, and so on) to select more than one object
matching the pattern.
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-DELETE
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-PATH
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num.{ A | B }
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num.{ A | B }
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PATH
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
DELETE PROCESS $ZZWAN.#{ cpu-num | proc-name }