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