User Manual
Installation and Configuration Instructions 31
■ For each group, add an LBRSL GROUP command to group the primary and 
secondary NICs together. There can be only one LBRSL GROUP command 
per group, and it must list the primary and all secondary NICs. Place this 
command after the LAN driver. 
To specify a load balancing group with resilient server links, use the LB option. 
To specify a resilient server link group without load balancing, use the RSL 
option.
For the LBRSL GROUP command syntax, see Server Feature Commands on 
page 37.
For more information on maintaining the group configuration, see Configuring 
Groups on page 34.
5 Save the AUTOEXEC.NCF file and return to the server prompt.
The sample AUTOEXEC.NCF file in Figure 7 shows a group of two NICs. The 
primary NIC in slot 10001 is bound to a secondary NIC in slot 10002. 
Figure 7 AUTOEXEC.NCF File for One Group of Two NICs
Verify the Installation
and Configuration
To verify that the driver has been properly loaded on the NetWare server, perform 
the following procedure:
1 At the system prompt, enter:
load monitor 
The NetWare Monitor screen appears.
2 From the Available Options menu, select LAN/WAN Drivers.
The Available LAN Driver menu appears. If the driver has been properly loaded, the 
driver and frame types associated with the driver appear on this menu. 
If INETCFG is used, all adapters will have protocol bindings. You will have to 
unbind all secondary adapters in the AUTOEXEC.NCF file.
load se
load lbrsl
;Define primary NIC slot-frame instances
load 3c980 slot=10001 frame=ethernet_802.2 name=p1_802.2
load 3c980 slot=10001 frame=ethernet_ii name=p1_ii
;Define secondary NIC slot-frame instances
load 3c980 slot=10002 frame=ethernet_802.2 name=p2_802.2
load 3c980 slot=10002 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 10001 primary and NIC 10002 secondary 
lbrsl group lb 10001 10002
;To create a resilient server link group without load balancing (for
;use with NICs from manufacturers other than 3Com) use the rsl option:
;lbrsl group rsl 10001 10002










