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-23
Adding Ethernet 4 ServerNet Adapters (E4SAs)
Adding Ethernet 4 ServerNet Adapters (E4SAs)
This example contains an SCF command file that adds Ethernet 4 ServerNet adapters
(E4SAs) to the configuration database. It also contains a startup file.
== This is $SYSTEM.STARTUP.ADDE4SA
== This SCF command file adds the E4SAs to the configuration.
ALLOW 20 ERRORS
ASSUME PROCESS $ZZLAN
== Add the adapter in Group 01, Module 01, Slot 53
ADD ADAPTER E0153, TYPE E4SA, LOCATION (1,1,53), ACCESSLIST (0,1)
== Start the adapter and the SACs and PIFs subordinate to it
START ADAPTER E0153, SUB ALL
== Add the LIFs associated with the PIFs
ADD LIF L018, PIF E0153.0.A
ADD LIF L019, PIF E0153.0.B
ADD LIF L01A, PIF E0153.1.A
ADD LIF L01B, PIF E0153.1.B
== Start the LIFs on the adapter
START LIF L018
START LIF L019
START LIF L01A
START LIF L01B
== Add the adapter in Group 01, Module 01, Slot 54
ADD ADAPTER E0154, TYPE E4SA, LOCATION (1,1,54), ACCESSLIST (1,0)
== Start the adapter and the SACs and PIFs subordinate to it
START ADAPTER E0154, SUB ALL
== Add the LIFs associated with the PIFs
ADD LIF L01C, PIF E0154.0.A
ADD LIF L01D, PIF E0154.0.B
ADD LIF L01E, PIF E0154.1.A
ADD LIF L01F, PIF E0154.1.B
== Start the LIFs on the adapter
START LIF L01C
START LIF L01D
START LIF L01E
START LIF L01F
== Add the adapter in Group 02, Module 01, Slot 53
ADD ADAPTER E0253, TYPE E4SA, LOCATION (2,1,53), ACCESSLIST (2,3)
== Start the adapter and the SACs and PIFs subordinate to it
START ADAPTER E0253, SUB ALL