46
C
HAPTER
4: I
NSTALLING
AND
C
ONFIGURING
THE
N
ET
W
ARE
D
RIVER
Maintaining a Load Balancing/RSL Configuration
The examples in this section illustrate typical actions
you might take in the course of maintaining a Load
Balancing/RSL configuration. They show how to add
NICs and groups to a server where Load Balancing/RSL
software is already installed and configured.
Adding a Secondary NIC to a Load Balancing/RSL Group
1 Install the new secondary NIC.
Follow the procedures in
Chapter 2
.
Connect the new secondary NIC to the network used by
the Load Balancing/RSL group.
2 Make the following changes to the AUTOEXEC.NCF file:
a
Add or verify the LOAD commands for the LAN drivers
for all slot-frame instances.
b
Load the same protocols and frame types on the new
secondary NIC.
c
Add the slot number of the new secondary NIC to the
EL985LB BIND command.
Figure 13
AUTOEXEC.NCF File for One Group of Three 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
load 3c985 slot=3 frame=ethernet_802.2 name=p3_802.2
load 3c985 slot=3 frame=ethernet_ii name=p3_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
;NICs 2 and 1003 secondary
el985lb bind 1 2 3
Book Page 46 Monday, June 7, 1999 2:14 PM