102 C HAPTER 5: I NSTALLING N ETW ARE C LIENT AND S ERVER D RIVERSFigure 6 AUTOEXEC.NCF File for One Group of Two NICsVerifying the Installation and ConfigurationTo verify that the driver has been properly loaded on theNetWare server, perform the following procedure:1 At the system prompt, enter:load monitorThe NetWare Monitor screen appears.2 From the Available Options menu, selectLAN/WAN Drivers.The Available LAN Driver menu appears. If the driver has beenproperly loaded, the driver and frame types associated withthe driver appear on this menu.3 Select a driver to view its associated statistics.A functioning driver displays packets being sent andreceived.To verify that the server is communicating over thenetwork, complete the following procedure:1 Set up a NetWare client on a LAN supported by theserver to be tested.load seload lbrsl;Define primary NIC slot-frame instancesload 3c990 slot=10001 frame=ethernet_802.2 name=p1_802.2load 3c990 slot=10001 frame=ethernet_ii name=p1_ii;Define secondary NIC slot-frame instancesload 3c990 slot=10002 frame=ethernet_802.2 name=p2_802.2load 3c990 slot=10002 frame=ethernet_ii name=p2_ii;Bind protocols to primary NICbind ipx to p1_802.2 net=FF02bind ip to p1_ii address=192.1.1.1 mask=ff.ff.ff.00;Create a group with NIC 10001 primary and NIC 10002 secondarylbrsl 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