home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver2.1 / 3C90XX.exe / DISK1 / HELP / NETWARE.312 < prev    next >
Text File  |  1996-10-25  |  3KB  |  68 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.        3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
  4.            NetWare 3.12 Server Driver Installation Notes
  5.  
  6.  
  7. This file explains how to install the ODI server driver on this diskette 
  8. into a NetWare 3.12 server.  The NetWare installation program does not 
  9. have driver import capability.  Therefore, the following procedure 
  10. assumes that the NetWare server software is already installed but not yet
  11. running.  
  12.  
  13. Installing the Server Driver into a NetWare 3.12 Server
  14. -------------------------------------------------------
  15. To install this server driver into a NetWare 3.12 server, either
  16. use the program on this diskette or manually copy the files to the server's 
  17. hard disk.  To manually install the driver, proceed as follows:
  18.  
  19. 1.  Copy all of the files (except for MSM.NLM) from the \NWSERVER 
  20.     subdirectory on this EtherDisk diskette to the server hard disk.
  21.  
  22. 2.  Boot the server and launch the Installer program.
  23.  
  24. 3.  Edit the AUTOEXEC.NCF file to add the following line (assuming the 
  25.     server start directory is C:\SERVER, where the LAN drivers and NLM
  26.     files were copied):
  27.  
  28.     LOAD C:\SERVER\3C90X.LAN PORT=<portnumber>
  29.  
  30.     The <portnumber> variable is the hexadecimal port number of the PCI
  31.     NIC.  This address can be obtained from the Configuration and 
  32.     Diagnostic Program.
  33.  
  34.  
  35.     Multiple NICs
  36.     -----------------
  37.     To support more than one NIC in a server, change the AUTOEXEC.NCF
  38.     file to the format shown below:
  39.  
  40.     load C:\SERVER\3C90X.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
  41.     load C:\SERVER\3C90X.LAN PORT=<port2> NAME=<name2> FRAME=<frametype>
  42.  
  43.     where <port1> and <port2> are the NICs' PCI port addresses, and
  44.     <name1> and <name2> are user-specified names that you assign to 
  45.     distinguish the multiple NICs.
  46.  
  47.     The FRAME parameter is optional.  The default frame type is 
  48.     Ethernet_802.2.  If you want the ODI server driver to support more 
  49.     than one frame type, then both the unique NAME= and FRAME= parameters 
  50.     must be paired on each load driver line.  The valid frame types are 
  51.     Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
  52.  
  53.     The protocol(s) must be bound to the specific driver configuration 
  54.     using the user-assigned unique names. The following example shows how 
  55.     this can be done:
  56.  
  57.     load C:\SERVER\3C90X.LAN PORT=1000 FRAME=Ethernet_802.3 NAME=ADPONE
  58.     load C:\SERVER\3C90X.LAN PORT=2000 FRAME=Ethernet_II    NAME=ADPTWO
  59.     bind IPX to ADPONE
  60.     bind IPX to ADPTWO
  61.  
  62.     The examples used may require other parameters to work properly.    
  63.     Consult the appropriate Novell NetWare manuals for details.
  64.  
  65.  
  66.  
  67.               (%VER NETWARE.312 - NetWare 3.12 Server v1.0c)
  68.