WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-32
ALTER TASK
modifier-value
specifies a string of characters associated with the specified modifier-keyword.
SCF Example
ALTER PROFILE $ZZWAN.#CP6130, &
BSCNONSTOPOFF, BSCSYNCS 3, BSCREADTO 3000, &
BSCRETRIES 7, BSCITBSIZE 0, PROFILEID 1
ALTER TASK
TSM/OSM uses this command to define a DIAG TASK. TSM/OSM/SCF uses this
command to place DLC0 or DLC1 TASK code in the CLIP FLASH memory.
The ALTER TASK command has this syntax:
conc-name.clip-num.dlc-task
conc-name is the name of the SWAN concentrator as specified in the ADD
ADAPTER command.
clip-num is the CLIP number where the TASK object executes.
dlc-task is the name of the DLC task or DIAG task. The possible values are
DLC0, DLC1, or DIAG. DLC0 indicates the task running in WAN port 0. DLC1
indicates the task running in WAN port 1. DIAG is the task running in the Kernel.
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.1.DLC?) to select more than one object matching the pattern.
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-ALTER
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-PROF
ZCOM-TKN-OBJNAME: $ZZWAN.#profilename
ZWAN-TKN-MODIFIER: modifier-keyword and modifier-value !r
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: $ZZWAN.#profilename
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PROF
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
ALTER TASK $ZZWAN.#conc-name.clip-num.dlc-task
, PROGRAM download-filename
[ , PATH path-name ]