WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-20
ADD PROCESS
cpu-num
is the processor number where the primary process normally executes.
altcpunum
is the processor number where the backup process normally runs.
tcpip-name
is the name of the preferred TCP/IP process.
dumpvol
is the location for processor dumps.
For example:
ADD PROCESS $ZZWAN.#MYWBA, TYPE (0,30), CPU 0, ALTCPU 1, &
IOPOBJECT $SYSTEM.sys03.WANBOOT, STARTUP "TCPIP $ZTC1"
3. The syntax for the TFTP server process is:
proc-name
is the name of the TFTP server process.
type
is the NonStop OS registered device type for the PROCESS object.
object-filename
indicates the file name of the executable object code.
cpu-num
is the processor number where the primary process normally executes.
altcpunum
is the processor number where the backup process normally executes.
tcpip-name
is the name of the preferred TCP/IP process.
ADD PROCESS $ZZWAN.#proc-name, TYPE type, IOPOBJECT object-filename
, CPU cpu-num
[ , ALTCPU altcpunum ]
[ , TCPIP tcpip-name, STARTUP "$SYSTEM.CSS01" ]