home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver5.01 / 3c90xx2.exe / HELP / NETWARE.TXT < prev    next >
Text File  |  1999-06-04  |  5KB  |  107 lines

  1.                        3Com (R) Corporation
  2.                   3C90x EtherLink PCI NIC Family
  3.            NetWare 5.0, 4.x, and 3.x Server Driver Installation Notes
  4.  
  5.  
  6. This file contains information for installing the ODI server driver into
  7. a NetWare server.  You can install this driver by using the copy
  8. program to copy the driver to the server's hard disk, and then manually 
  9. load the driver.  Alternatively, you can import this driver when 
  10. installing the NetWare 5.0 or 4.x server software.
  11.                    
  12.  
  13. Installing the Server Driver into a NetWare 5.0 or 4.x Server
  14. --------------------------------------------------------------                   
  15. To import the server driver into a NetWare 5.0 or 4.x server:
  16.  
  17. 1.  Install the server software.  When the NIC selection menu appears, 
  18.     insert the EtherCD (or EtherDisk diskette 1) in the PC.
  19.  
  20. 2.  Press [Insert].
  21.     
  22.     This key tells the server installation program that you want 
  23.     to add a driver externally.
  24.  
  25. 3.  Press [F3]. 
  26.     
  27.     This key tells the server installation program that you want 
  28.     to change the path.
  29.  
  30. 4.  When you see the prompt, enter:
  31.     
  32.     <drive>:\NWSERVER
  33.     
  34.     The installation program gathers the files and prompts you for a 
  35.     NIC selection.  
  36.     
  37. 5.  Press [Enter] to continue the server installation.  
  38.  
  39.     NOTE: You should have the latest NetWare Support Pack installed.
  40.     NetWare 4.1x and 3.1x users must have the support pack installed that changes 
  41.     the LOADER.EXE file and provides the NBI.NLM as well as the matching MSM.NLM
  42.     and ETHERTSM.NLM files.  3Com has provided the latest (at time of testing)
  43.     *.NLM files on the EtherCD.  You can copy the *.NLM files from the 
  44.     \NWSERVER subdirectory of the EtherCD/diskette to the same location as the
  45.     server driver.  Under some circumstances, where NBI.NLM (NBI31x.NLM for 3.1x)
  46.     will be loaded at server startup time, you should also copy the NBI.NLM file
  47.     to the server startup directory.
  48.  
  49. Manually Updating an Existing Server Driver
  50. -------------------------------------------
  51. 1.  Copy all of the files from the \NWSERVER subdirectory on the EtherCD 
  52.     (or EtherDisk diskette 1) to the server hard disk.  Use the NLM files from
  53.     \NWSERVER\NW3.x for Netware server 3.x installations.
  54.  
  55. 2.  Boot the server and launch the Install program.
  56.  
  57. 3.  Edit the AUTOEXEC.NCF file to add the following line (assuming the
  58.     server start directory is C:\NWSERVER, where the LAN drivers and NLM 
  59.     files were copied):
  60.  
  61.     LOAD C:\NWSERVER\3C90X.LAN SLOT=<slotnumber>
  62.  
  63.     The <slotnumber> variable is the hexadecimal slot number of the PCI 
  64.     NIC.  This address can be obtained by issuing a load command, where the 
  65.     driver will identify the slot numbers.  Pressing [Esc] prevents
  66.     loading the driver.  Because of Novell's scheme for identifying PCI
  67.     slots, it is not possible for 3COM to pre-identify the slot number.
  68.  
  69. Installing Multiple NICs
  70. ------------------------
  71.     To support more than one NIC in a server, change the AUTOEXEC.NCF file
  72.     to the following format:
  73.  
  74.     load C:\NWSERVER\3C90X.LAN SLOT=<slot1> NAME=<name1> FRAME=<frametype>
  75.     load C:\NWSERVER\3C90X.LAN SLOT=<slot2> NAME=<name2> FRAME=<frametype>
  76.  
  77.     The values <slot1> and <slot2> are the NICs' PCI port addresses.
  78.     The values <name1> and <name2> are user-specified names that you 
  79.     assign to distinguish the multiple NICs.
  80.  
  81.     The FRAME parameter is optional.  The default frame type is 
  82.     Ethernet_802.2. If you want the ODI server driver to support more 
  83.     than one frame type, then both the unique NAME= and FRAME= parameters 
  84.     must be paired on each load driver line.  The valid frame types are 
  85.     Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
  86.  
  87.     The protocol(s) must be bound to the specific driver configuration using 
  88.     the user-assigned unique names. The following example shows how this can be
  89.     done:
  90.  
  91.     load C:\NWSERVER\3C90X.LAN SLOT=1 FRAME=Ethernet_802.3 NAME=ADPONE
  92.     load C:\NWSERVER\3C90X.LAN SLOT=2 FRAME=Ethernet_II    NAME=ADPTWO
  93.     bind IPX to ADPONE
  94.     bind IPX to ADPTWO
  95.  
  96.     The examples used may require other parameters to work properly.  
  97.     Consult the appropriate Novell NetWare manuals for more details.
  98.  
  99. Driver Support NLM Files
  100. ------------------------
  101.     For Netware 5.0, NLM files consist of MSM.NLM and ETHERTSM.NLM.
  102.     For Netware 4.x, add the NBI.NLM.
  103.     For Netware 3.x, change to NBI31X.NLM and MSM31X.NLM.
  104.     
  105.               (%VER NETWARE.TXT - NetWare 5.0 Server v5.1.0)
  106.  
  107.