Installing the Novell NetWare Server Driver |
5At the A:\ prompt, enter: nwserver
The installation program gathers the files and prompts you for a NIC selection.
6Select 3Com Fast EtherLink XL 10/100 Ethernet NIC.
7Press Enter to continue the server installation.
Multiple NICs
To support more than one NIC in a server, edit the
AUTOEXEC.NCF file to the following format:
load C:\SERVER\3C90X.LAN PORT=<port1>
NAME=<name1> FRAME=<frametype>
load C:\SERVER\3C90X.LAN PORT=<port2>
NAME=<name2> FRAME=<frametype>
Port1 and port2 are the
The FRAME parameter is optional. The default frame type is Ethernet_802.2. If you want the ODI server driver to support more than one frame type, then both the unique NAME= and FRAME= parameters must be paired on each load driver line. The valid frame types are Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
The protocols must be bound to the specific driver configuration using the
load C:\SERVER\3C90X.LAN PORT=1000 FRAME=Ethernet_802.3 NAME=ADPONE load C:\SERVER\3C90X.LAN PORT=2000
FRAME=Ethernet_II NAME=ADPTWO bind IPX to ADPONE
bind IPX to ADPTWO
The examples used may require other parameters to work properly. Consult the appropriate Novell NetWare manuals for details.