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.311 < prev    next >
Text File  |  1995-10-10  |  4KB  |  73 lines

  1. This text file explains how to install the ODI server driver on this 
  2. diskette into a Netware 3.11 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.11 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.11 subdirectory to same
  14. place the server driver was copied.  Failure to copy and use these five NLM 
  15. files instead of the NLM files that came with the 3.11 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\LSLENH.NLM
  23. LOAD C:\SERVER\3C5X9.LAN PORT=<portnumber> SLOT=<slotnumber>
  24.  
  25. Where <portnumber> is the hexadecimal base address of the EtherLink III ISA
  26. adapter, and <slotnumber> is the slot number containing a 3C579 EISA
  27. adapter, a 3C529 Microchannel adapter, or a 3C509 EtherLink III configured
  28. for EISA.  Either or both parameters may be used, depending on your
  29. particular configuration.  The ODI server driver will first look for an
  30. EISA adapter in the slot number specified by <slotnumber>.  If an adapter
  31. is not found, the LAN driver will then search for an ISA adapter configured
  32. at the I/O address specified in <portnumber>.
  33.  
  34. If you use the Monitor utility (MONITOR.NLM), be sure to use the version
  35. supplied on the EtherDisk rather than the version that came with Netware
  36. 3.11.  To invoke the Monitor, enter:
  37.  
  38. load C:\SERVER\MONITOR
  39.  
  40. To support more than one adapter in a server, change the AUTOEXEC.NCF file
  41. to the format shown below:
  42.  
  43. load C:\SERVER\LSLENH.NLM 
  44. load C:\SERVER\3C5X9.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
  45. load C:\SERVER\3C5X9.LAN SLOT=<slot1> NAME=<name2> FRAME=<frametype>
  46.  
  47. where <port1> and <slot1> the adapters' base address for ISA or slot number
  48. for EISA or Microchannel and <name1> and <name2> are user specified names
  49. that you assign to distinguish the multiple adapters.
  50.  
  51. The FRAME parameter is optional.  The default frame type is Ethernet_802.2.
  52. If you want the ODI server driver to support more than one frame type, then
  53. both the unique NAME= and FRAME= parameters must be paired on each load
  54. driver line.  The valid frame types are Ethernet_802.2, Ethernet_802.3,
  55. Ethernet_II, and Ethernet_SNAP.
  56.  
  57. The protocol(s) must be bound to the specific driver configuration using
  58. the user-assigned unique names. The following example shows how this can be
  59. done.  Assume the first adapter is ISA and the second adapter is EISA in an
  60. EISA computer:
  61.  
  62. load C:\SERVER\LSLENH.NLM 
  63. load C:\SERVER\3C5X9.LAN PORT=300 FRAME=Ethernet_802.3 NAME=ADPONE
  64. load C:\SERVER\3C5X9.LAN SLOT=4 FRAME=Ethernet_II NAME=ADPTWO
  65. bind IPX to ADPONE
  66. bind IP to ADPTWO
  67.  
  68. The protocols used in this example require other parameters to work
  69. properly.  Consult the appropriate Novell Netware manuals for details.
  70.  
  71.  
  72. %VER - Netware 3.11 Server installation release notes V4.3a
  73.