NET/MASTER Management Services (MS) System Management Guide

Running the NCP Program
Starting NonStop NET/MASTER MS
115414 NonStop NET/MASTER MS System Management Guide 2–37
Examples
1. Assuming that CPUs 0, 1, 2, and 3 are available, the following example starts the
NCP as a process pair in CPUs 0 (primary) and 1 (backup):
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 0/1
2. Assuming that CPUs 0, 1, 2, and 3 are available, the following example starts the
NCP in CPU 0 only: that is, without a backup process:
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 0/0
3. Assuming that CPUs 0, 1, 2, and 3 are available, the following example fails
because CPU 4 (primary) does not exist:
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 4/1
4. Assuming that CPUs 0, 1, 2, and 3 are available, the following example fails
because CPU 15 (backup) does not exist:
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 0/15
5. The following example specifies the NAME operand of the TACL RUN command
and explicitly specifies the process name using a process character of Z:
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 0/1
The process name of the NCP is $ZNNM. Additionally, if the installation volume
is $BUNDY, the system files listed earlier in this section have the following names:
$BUNDY.ZNNMDATA.ZCEXCCF
$BUNDY.ZNNMDATA.ZLGFILE1
$BUNDY.ZNNMDATA.ZMAPFILE
$BUNDY.ZNNMDATA.ZUACAUTH
$BUNDY.ZNNMDATA.ZUACUTIL
$BUNDY.ZNNMDATA.ZUMSFILE
6. The following example specifies the NAME operand of the TACL RUN command
but does not explicitly specify the process name of the NCP:
RUN NCP / NAME, NOWAIT, TERM $OSP, PRI 135, CPU 0/1
The process name of the NCP starts with X, Y, or Z. Additionally, if the
installation volume is $BUNDY, the name of each system file listed earlier in this
section starts with X, Y, or Z.
7. The following example starts NonStop NET/MASTER MS with a configuration
file called MYCONFIG:
RUN NCP / NAME $ZNNM, NOWAIT, TERM $OSP, PRI 135, CPU 0/1 MYCONFIG