home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3C5x9 / 3c5x9x.exe / NETWARE / SERVER / README.312 < prev    next >
Text File  |  1995-10-10  |  3KB  |  64 lines

  1. This text file explains how to install the ODI server driver on this 
  2. diskette into a Netware 3.12 server.  Since the Netware installation program
  3. does not have driver import capability, the starting point for this process 
  4. is assumed to be after the Netware server software is already installed, but 
  5. not running yet.  To install this server driver into a Netware 3.12 server, 
  6. either use the INSTALL program on this diskette or manually copy the files 
  7. to the server's hard disk.  To manually install the driver, do the following 
  8. steps:
  9.  
  10. First, copy the 3C5X9.LAN server driver file from the \NETWARE\SERVER
  11. subdirectory on this EtherDisk to the server hard disk.
  12.  
  13. Next, copy *.NLM files from the \NETWARE\SERVER\3.12 subdirectory to same
  14. place the server driver was copied.  Failure to copy and use these two NLM 
  15. files instead of the NLM files that came with the 3.12 version of Netware 
  16. may result in network failure or server abends.
  17.  
  18. Now boot the server, enter the installer, and edit the AUTOEXEC.NCF file
  19. to add the following line (assuming the server start directory is C:\SERVER,
  20. where the LAN drivers and NLM files were copied):
  21.  
  22. LOAD C:\SERVER\3C5X9.LAN PORT=<portnumber> SLOT=<slotnumber>
  23.  
  24. Where <portnumber> is the hexadecimal base address of the EtherLink III ISA
  25. adapter, and <slotnumber> is the slot number containing a 3C579 EISA
  26. adapter, a 3C529 Microchannel adapter, or a 3C509 EtherLink III configured
  27. for EISA.  Either or both parameters may be used, depending on your
  28. particular configuration.  The ODI server driver will first look for an
  29. EISA adapter in the slot number specified by <slotnumber>.  If an adapter
  30. is not found, the LAN driver will then search for an ISA adapter configured
  31. at the I/O address specified in <portnumber>.
  32.  
  33. To support more than one adapter in a server, change the AUTOEXEC.NCF file
  34. to the format shown below:
  35.  
  36. load C:\SERVER\3C5X9.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
  37. load C:\SERVER\3C5X9.LAN SLOT=<slot1> NAME=<name2> FRAME=<frametype>
  38.  
  39. where <port1> and <slot1> the adapters' base address for ISA or slot number
  40. for EISA or Microchannel and <name1> and <name2> are user specified names
  41. that you assign to distinguish the multiple adapters.
  42.  
  43. The FRAME parameter is optional.  The default frame type is Ethernet_802.2.
  44. If you want the ODI server driver to support more than one frame type, then
  45. both the unique NAME= and FRAME= parameters must be paired on each load
  46. driver line.  The valid frame types are Ethernet_802.2, Ethernet_802.3,
  47. Ethernet_II, and Ethernet_SNAP.
  48.  
  49. The protocol(s) must be bound to the specific driver configuration using
  50. the user-assigned unique names. The following example shows how this can be
  51. done.  Assume the first adapter is ISA and the second adapter is EISA in an
  52. EISA computer:
  53.  
  54. load C:\SERVER\3C5X9.LAN PORT=300 FRAME=Ethernet_802.3 NAME=ADPONE
  55. load C:\SERVER\3C5X9.LAN SLOT=4 FRAME=Ethernet_II NAME=ADPTWO
  56. bind IPX to ADPONE
  57. bind IP to ADPTWO
  58.  
  59. The protocols used in this example require other parameters to work
  60. properly.  Consult the appropriate Novell Netware manuals for details.
  61.  
  62.  
  63. %VER - Netware 3.12 Server installation release notes V4.3a
  64.