home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver4.01 / 3c90x3x.exe / HELP / NETWARE.41X < prev    next >
Text File  |  1998-08-24  |  4KB  |  104 lines

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