WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-22
ADD PROFILE
ADD PROFILE
This command defines a profile to the configuration database. A profile defines
configuration modifiers that are used by the data communications subsystem objects.
The PROFILE object is associated with a data communications subsystem object in
the ADD DEVICE command.
The ADD PROFILE command has this syntax:
profilename
is the profile name with the configuration parameters to be referenced when
configuring the WAN IOPs for objects such as DEVICE or PROCESS (for example,
PATHX25AM or NCP). You can also use wild cards such as an asterisk (*) or
question mark (?), for example, $ZZWAN.#?.
disc-file-name
indicates the location of the disk file to be used to import the configuration
parameters into the profile you are adding. The configuration parameters are
maintained by the WAN manager in the CONFIG file and are referenced by the
name in profilename.
existing-profile-name
indicates an existing profile name to be used as a base for creating the new profile
name given by profilename.
modifier-keyword and modifier-value
specify product-specific characteristics for the DEVICE object.
modifier-keyword specifies a keyword defined in profilename, and
modifier-value specifies a string of characters associated with the specified
modifier-keyword.
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:-
ADD PROFILE $ZZWAN.#profilename
{ , FILE disc-file-name | LIKE existing-profile-name }
[ , modifier-keyword [ modifier-value ] ]...










