44
C
HAPTER
4: I
NSTALLING
AND
C
ONFIGURING
THE
N
ET
W
ARE
D
RIVER
b
Add or verify the LOAD commands for the LAN drivers
for all slot-frame instances.
c
In each Load Balancing/RSL group, load the same protocols
and frame types on the primary and all secondary NICs.
d
On the primary NIC only, bind a protocol to each
slot-frame instance.
e
Remove any BIND commands from each secondary NIC.
f
For each Load Balancing/RSL group, add an EL985LB BIND
command to bind the primary and all secondary NICs
together. Place this command after the LAN driver
LOAD commands or the SYS:ETC\INITSYS.NCF command.
There can be only one EL985LB BIND command per
group, and it must list the primary and all secondary
NICs. (See
Load Balancing/RSL Commands
for the
EL985LB BIND command syntax.)
5 Save the AUTOEXEC.NCF file and return to the
server prompt.
The sample AUTOEXEC.NCF file in
Figure 12
shows a
group of two NICs. The primary NIC in slot 1 is bound to
a secondary NIC in slot 2.
Figure 12
AUTOEXEC.NCF File for One Group of Two NICs
load el985lb
;Define primary NIC slot-frame instances
load 3c985 slot=1 frame=ethernet_802.2 name=p1_802.2
load 3c985 slot=1 frame=ethernet_ii name=p1_ii
;Define secondary NIC slot-frame instances
load 3c985 slot=2 frame=ethernet_802.2 name=p2_802.2
load 3c985 slot=2 frame=ethernet_ii name=p2_ii
;Bind protocols to primary NIC
bind ipx to p1_802.2 net=FF02
bind ip to p1_ii address=192.1.1.1 mask=ff.ff.ff.00
;Create a group with NIC 1 primary
;and NIC 2 secondary
el985lb bind 1 2
Book Page 44 Monday, June 7, 1999 2:14 PM