NonStop S-Series Hardware Installation and FastPath Guide (G06.29+)

Case Study: Installing and Configuring a System
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
14-24
Adding ConMgr Process
== Add the LIFs associated with the PIFs
ADD LIF L028, PIF E0253.0.A
ADD LIF L029, PIF E0253.0.B
ADD LIF L02A, PIF E0253.1.A
ADD LIF L02B, PIF E0253.1.B
== Start the LIFs on the adapter
START LIF L028
START LIF L029
START LIF L02A
START LIF L02B
== Add the adapter in Group 02, Module 01, Slot 54
ADD ADAPTER E0254, TYPE E4SA, LOCATION (2,1,54), ACCESSLIST (3,2)
== Start the adapter and the SACs and PIFs subordinate to it
START ADAPTER E0254, SUB ALL
== Add the LIFs associated with the PIFs
ADD LIF L02C, PIF E0254.0.A
ADD LIF L02D, PIF E0254.0.B
ADD LIF L02E, PIF E0254.1.A
ADD LIF L02F, PIF E0254.1.B
== Start the LIFs on the adapter
START LIF L02C
START LIF L02D
START LIF L02E
START LIF L02F
Adding ConMgr Process
This example contains a startup file and an SCF command file that adds the
concentrator manager to the configuration database.
== This is $SYSTEM.STARTUP.ADDMGR
== This file adds the ConMgr process.
ALLOW 20 ERRORS
== Add and start 1 ConMgr for each processor to the database
ADD PROCESS $ZZWAN.#0, IOPOBJECT $SYSTEM.SYS00.CONMGR
ADD PROCESS $ZZWAN.#1, IOPOBJECT $SYSTEM.SYS00.CONMGR
ADD PROCESS $ZZWAN.#2, IOPOBJECT $SYSTEM.SYS00.CONMGR
ADD PROCESS $ZZWAN.#3, IOPOBJECT $SYSTEM.SYS00.CONMGR
START PROCESS $zzwan.#0
START PROCESS $zzwan.#1
START PROCESS $zzwan.#2
START PROCESS $zzwan.#3