WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-19
ADD PROCESS
cpu-num
indicates the name of the ConMgr process specifying the processor in which the
ConMgr process is to run. You can also use wild cards such as an asterisk (*) or
question mark (?) (for example, $ZZWAN.#?).
object-filename
indicates the file name of the executable object code for the ConMgr process.
SCF Examples
1. The syntax for the ConMgr process is:
cpu-num
indicates the name of the ConMgr process specifying the processor in which the
ConMgr process is to run. You can also use wild cards such as an asterisk (*) or
question mark (?) (for example, $ZZWAN.#?).
object-filename
indicates the file name of the executable object code for the ConMgr process.
For example:
ADD PROCESS $ZZWAN.#1, IOPOBJECT $SYSTEM.SYS00.CONMGR
2. The syntax for the WANBoot process is:
proc-name
is the name of the WANBoot process. 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.
type
is the NonStop OS registered device type for the PROCESS object.
object-filename
indicates the file name of the executable object code.
ADD PROCESS $ZZWAN.#cpu-num, IOPOBJECT object-filename
ADD PROCESS $ZZWAN.#proc-name, TYPE type, IOPOBJECT object-filename
, CPU cpu-num,
[ , ALTCPU altcpunum ]
[ , STARTUP "TCPIP tcpip-name [ , DUMPVOL dumpvol ]" ]