WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-34
DELETE Command
DELETE Command
This is a sensitive command that is used to remove a WAN subsystem object from the
configuration database.
The DELETE commands are:
DELETE ADAPTER
DELETE DEVICE on page 5-37
DELETE PATH on page 5-37
DELETE PROCESS on page 5-38
DELETE PROFILE on page 5-39
DELETE SERVER on page 5-40
DELETE ADAPTER
This command removes the definition of a SWAN concentrator. The ADAPTER object
must be in the STOPPED state. In addition, the subordinate objects must also be in the
STOPPED state. If the optional SUB parameter is not used, or used as SUB NONE, the
subordinate objects must be deleted before the DELETE command is issued.
The DELETE ADAPTER command has this syntax:
conc-name
is the name of the SWAN concentrator as specified in the ADD ADAPTER
command. You can also use wild cards such as an asterisk (*), in any combination
(for example, $ZZWAN.#* and $ZZWAN.#S*) to select more than one object that
matches the pattern. You can use the asterisk (*) to specify all configured
ADAPTER objects.
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.
DELETE ADAPTER $ZZWAN.#conc-name
[ , SUB { ALL | NONE | ONLY } ]