home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / ovladace / 3com / 3c90xn / 3c90xn.exe / DISK1 / HELP / NETWARE.410 < prev    next >
Text File  |  1996-10-25  |  4KB  |  98 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.       3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
  4.             NetWare 4.10 Server Driver Installation Notes
  5.  
  6.  
  7. This file contains information for installing the ODI server driver into
  8. a NetWare version 4.10 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.10 server software.
  12.                    
  13.  
  14. Installing the Server Driver into a NetWare 4.10 Server
  15. ------------------------------------------------------                   
  16. To import the server driver into a NetWare 4.10 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 1 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 A:\, type:
  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 must copy *.NLM files (exept for MSM31X.NLM) from the 
  42.           \NWSERVER subdirectory of the EtherDisk 1 diskette to the 
  43.           same location as the server driver.  
  44.  
  45.  
  46. Manually Updating an Existing Server Driver
  47. -------------------------------------------
  48. 1.  To update an existing server driver manually, copy all of the files 
  49.     from the \NWSERVER subdirectory (exept for MSM31X.NLM) on the 
  50.     EtherDisk 1 diskette to the server hard disk.
  51.  
  52. 2.  Boot the server and launch the Install program.
  53.  
  54. 3.  Edit the AUTOEXEC.NCF file to add the following line (assuming the
  55.     server start directory is C:\SERVER, where the LAN drivers and NLM 
  56.     files were copied):
  57.  
  58.     LOAD C:\SERVER\3C90X.LAN PORT=<portnumber>
  59.  
  60.     The <portnumber> variable is the hexadecimal port number of the PCI 
  61.     NIC.  This address can be obtained from the Configuration and 
  62.     Diagnostic Program.
  63.  
  64.  
  65.     Multiple NICs
  66.     -----------------
  67.     To support more than one NIC in a server, change the AUTOEXEC.NCF file
  68.     to the format shown below:
  69.  
  70.     load C:\SERVER\3C90X.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
  71.     load C:\SERVER\3C90X.LAN PORT=<port2> NAME=<name2> FRAME=<frametype>
  72.  
  73.     where <port1> and <port2> are the NICs' PCI port addresses and <name1>
  74.     and <name2> are user-specified names that you assign to distinguish the 
  75.     multiple NICs.
  76.  
  77.     The FRAME parameter is optional.  The default frame type is 
  78.     Ethernet_802.2. If you want the ODI server driver to support more 
  79.     than one frame type, then both the unique NAME= and FRAME= parameters 
  80.     must be paired on each load driver line.  The valid frame types are 
  81.     Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
  82.  
  83.     The protocol(s) must be bound to the specific driver configuration using 
  84.     the user-assigned unique names. The following example shows how this can be
  85.     done:
  86.  
  87.     load C:\SERVER\3C90X.LAN PORT=1000 FRAME=Ethernet_802.3 NAME=ADPONE
  88.     load C:\SERVER\3C90X.LAN PORT=2000 FRAME=Ethernet_II    NAME=ADPTWO
  89.     bind IPX to ADPONE
  90.     bind IPX to ADPTWO
  91.  
  92.     The examples used may require other parameters to work properly.  
  93.     Consult the appropriate Novell NetWare manuals for details.
  94.     
  95.               (%VER NETWARE.410 - NetWare 4.10 Server v1.0d)
  96.  
  97.  
  98.