home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / 3COM / 3C590X / NETWARE / SERVER / README.311 < prev    next >
Encoding:
Text File  |  1995-01-23  |  3.0 KB  |  69 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 3C59X.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\3C59X.LAN PORT=<portnumber>
  24.  
  25. Where <portnumber> is the hexadecimal base address of the PCI adapter.  This
  26. address can be obtained from the configuration and diagnostic program.
  27.  
  28. This LAN driver can only be used in a server that's started from DOS due to
  29. the limited support of the PCI bus by the Netware server.
  30.  
  31. If you use the Monitor utility (MONITOR.NLM), be sure to use the version
  32. supplied on the EtherDisk rather than the version that came with Netware
  33. 3.11.  To invoke the Monitor, enter:
  34.  
  35. load C:\SERVER\MONITOR
  36.  
  37. To support more than one adapter in a server, change the AUTOEXEC.NCF file
  38. to the format shown below:
  39.  
  40. load C:\SERVER\LSLENH.NLM 
  41. load C:\SERVER\3C59X.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
  42. load C:\SERVER\3C59X.LAN PORT=<port2> NAME=<name2> FRAME=<frametype>
  43.  
  44. where <port1> and <port2> the adapters' PCI port addresses and <name1> and
  45. <name2> are user specified names that you assign to distinguish the multiple
  46. adapters.
  47.  
  48. The FRAME parameter is optional.  The default frame type is Ethernet_802.2.
  49. If you want the ODI server driver to support more than one frame type, then
  50. both the unique NAME= and FRAME= parameters must be paired on each load
  51. driver line.  The valid frame types are Ethernet_802.2, Ethernet_802.3,
  52. Ethernet_II, and Ethernet_SNAP.
  53.  
  54. The protocol(s) must be bound to the specific driver configuration using
  55. the user-assigned unique names. The following example shows how this can be
  56. done:
  57.  
  58. load C:\SERVER\LSLENH.NLM 
  59. load C:\SERVER\3C59X.LAN PORT=FE00 FRAME=Ethernet_802.3 NAME=ADPONE
  60. load C:\SERVER\3C59X.LAN PORT=FD20 FRAME=Ethernet_II NAME=ADPTWO
  61. bind IPXODI to ADPONE
  62. bind IP to ADPTWO
  63.  
  64. The protocols used in this example require other parameters to work
  65. properly.  Consult the appropriate Novell Netware manuals for details.
  66.  
  67.  
  68. %VER - Netware 3.11 Server installation release notes V4.21
  69.