Gigabit Ethernet 4-Port Adapter Installation and Support Guide

Installing a G4SA
Gigabit Ethernet 4-Port ServerNet Adapter Installation and Support Guide528166-006
2-10
Add and Start the G4SA Using SCF
SCF adds a G4SA to group 11, module 2, and slot 3 of an I/O adapter module
(IOAM) and gives processor 0 primary access to the ServerNet addressable
controller (SAC). Processors 1 through 3 are assigned secondary access.
2. Use the SLSA subsystem SCF NAMES command to display the names assigned
to the SAC and PIF of the adapter you added in Step 1.
3. Assign logical interfaces (LIFs) to the PIFs on the G4SA added in Step 1 by using
the SLSA subsystem SCF ADD LIF command. Use the names of the PIFs returned
from the NAMES command in Step 2.
4. Start the LIFs by using the SLSA subsystem START LIF command.
5. Start the G4SA and its subordinate SAC and PIF objects by using the SLSA
subsystem SCF START ADAPTER command with the SUB ALL option as shown
in the following example. The SUB ALL option starts the ADAPTER object and its
subordinate objects:
6. Use the SLSA subsystem SCF STATUS commands to check that the adapter,
SAC, PIFs, and LIFs have started (see Example 2-1).
->NAMES PIF $ZZLAN.G1123*
SLSA Names PIF \SYS.$ZZLAN.G1123
PIF
$ZZLAN.G1123.0.A
$ZZLAN.G1123.0.B
$ZZLAN.G1123.0.C
$ZZLAN.G1123.0.D
->ADD LIF $ZZLAN.L112I, PIF G1123
.0.A
->ADD LIF $ZZLAN.L112J, PIF G1123.0.B
->ADD LIF $ZZLAN.L112K, PIF G1123.0.C
->ADD LIF $ZZLAN.L112L, PIF G1123.0.D
->START LIF $ZZLAN.L112I
->START LIF $ZZLAN.L112J
->START LIF $ZZLAN.L112K
->START LIF $ZZLAN.L112L
->START ADAPTER $ZZLAN.G1123, SUB ALL