home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / NETWARE / SRVRODI.312 / Nw312.txt < prev   
Text File  |  2003-02-12  |  6KB  |  161 lines

  1. **
  2. **                                   
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. ** 
  5. **  ODI Driver (CHSM, Specification v1.11) for NetWare 3.12 Server
  6. ** 
  7. **  v4.16    Feb, 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   The Fast Ethernet 10M/100M ODI Driver for NetWare 3.12 Servers confirms to the
  15.   Novell Open Data-Link Interface (ODI) specification. This document shows you
  16.   how to setup the driver and how to use the enhanced functions by setting the
  17.   custom keywords.
  18.  
  19.  
  20. Contents of the Subdirectory:
  21. =============================
  22.  
  23.     NW312.TXT           This file.
  24.     FETNWSA.LAN         The ODI driver for NetWare 3.12 Server.
  25.     ETHERTSM.NLM        Patch file for Netware 3.12 Server (v3.80).
  26.     MSM31X.NLM          Patch file for Netware 3.12 Server (v3.95).
  27.     NBI31X.NLM          Patch file for Netware 3.12 Server (v2.25).
  28.     
  29. Installation:
  30. =============
  31.  
  32.   Before starting with the installation process, make sure that the adapter
  33.   is properly installed and configured. You can use the diagnostic program
  34.   (A:\SETUP.EXE) in DOS mode to make sure your connection with the network is
  35.   correct.
  36.  
  37.   Using Server Install utility:
  38.   -----------------------------
  39.     1) On the server console, execute the INSTALL.NLM program:
  40.  
  41.                 LOAD INSTALL <Enter>
  42.  
  43.     2) Choose "System Options/Edit AUTOEXEC.NCF file". If you had not create
  44.        AUTOEXEC.NCF file, please choose "System Options/Create AUTOEXEC.NCF
  45.        file" at first. 
  46.     
  47.     3) Add the LOAD and BIND command lines to the AUTOEXEC.NCF file so
  48.        that the LAN driver will be loaded automatically while the server
  49.        is starting up.
  50.  
  51.  
  52.   Loading Driver Manually:
  53.   ------------------------
  54.     1) On the server console, load the driver directly, for example:
  55.  
  56.           LOAD A:\NETWARE\NWSERVER.312\FETNWSA FRAME=Ethernet_802.2
  57.  
  58.     2) Bind with IPX:
  59.  
  60.           BIND IPX FETNWSA
  61.  
  62.     3) You can login the server from a workstation, and then copy FETNWSA.LAN to
  63.        the directory SYS:\SYSTEM on server. Add the LOAD and BIND command lines
  64.        to AUTOEXEC.NCF file so that the lan driver will be loaded automatically
  65.        while the server starting up next time.
  66.  
  67.  
  68.   NOTE:
  69.   -----
  70.     1) Multiple Lan Adapters in a system:
  71.         If you want to install mutiple lan adapters in a server, you have to use
  72.         the keyword, SLOT, to let driver locate the right adapter.
  73.         For example:
  74.  
  75.             LOAD FETNWSA SLOT=1 FRAME=Ethernet_802.2 NAME=Lan_1
  76.             BIND IPX TO Lan_1 NET=2001
  77.             LOAD FETNWSA SLOT=2 FRAME=Ethernet_802.2 NAME=Lan_2
  78.             BIND IPX TO Lan_2 NET=2002
  79.  
  80.     2) Tagging ability :
  81.         If keyword "TAG" is supported, the transmited packets
  82.         will be tagged packets. It's only supportted by management adapter.
  83.         
  84.     3) Hardware checksum offload :
  85.         If "HCHECHSUM" keyword is supported. The ability will be activated. 
  86.         It's only supported by management adapter.
  87.         
  88.     4) VLAN support :
  89.         For now, we only support one VID value setting. It's only supportted by 
  90.         management adapter.
  91.         
  92.     5) The original keywords "FULLDUPLE", "HALFDUPLE", "SPEED" and "AUTO" are still
  93.        supported.
  94.         
  95.     6) The required minimum versions of the three support NLMs are :
  96.  
  97.         For NW3.12 and later                    
  98.         NBI31X.NLM  (v2.25 10/20/98 )           
  99.         MSM31X.NLM  (v3.95 05/12/99 )           
  100.         ETHERTSM.NLM(v3.8  03/01/99 )           
  101.  
  102.         NBI.NLM (or NBI31X.NLM) must be loaded before MSM and ETHERTSM.
  103.         NetWare 3.12 needs MSM31X.NLM renamed to MSM.NLM.
  104.  
  105.         We recommends you use the latest Novell Service Packs. The latest server 
  106.         NLMs and support files for NetWare can be found on Novell's automated 
  107.         services under the heading of "Minimum Patch List".
  108.  
  109. Configuration Parameters:
  110. =========================
  111.  
  112.     Custom Keywords:
  113.     ----------------
  114.     
  115.         FULLDUPLEX                      This keyword is used to force full
  116.                                         duplex mode.
  117.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  118.  
  119.         HALFDUPLEX                      This keyword is used to force half
  120.                                         duplex mode.
  121.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  122.  
  123.         SPEED                           This keyword is used to force Line
  124.                                         Speed at 10 or 100 Mbps.
  125.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  126.  
  127.         AUTO                            This keyword is used to force the
  128.                                         chip at Auto-Negotiation mode.
  129.                                         (suggest use CONNECTIONTYPE instead of this keyword)
  130.  
  131.         CONNECTIONTYPE                  This keyword is used to specify media type.
  132.         
  133.             CONNECTIONTYPE=AutoSense
  134.             CONNECTIONTYPE=10BASET
  135.             CONNECTIONTYPE=10BASETFD
  136.             CONNECTIONTYPE=100BASETX
  137.             CONNECTIONTYPE=100BASETXFD
  138.             
  139.         FLOW_CONTROL                    This keyword is used to specify flow control
  140.                                         ability.
  141.             FLOW_CONTROL=DISABLE
  142.             FLOW_CONTROL=ENABLE
  143.             FLOW_CONTROL=HARDWARE_DEFAULT   (default)
  144.             
  145.         HCHECKSUM                       This keyword is used to force hardware checksum.
  146.                                         Only be supported by management adapter.
  147.             HCHECKSUM=DISABLE
  148.             HCHECKSUM=ENABLE            (default)
  149.             
  150.         TAG                             This keyword is used to enable TX tagging.
  151.                                         It's combined with VID keyword for transmitting
  152.                                         tagged packet. Only be supported by management 
  153.                                         adapter.
  154.             TAG=ENABLE
  155.             TAG=DISABLE                 (default)
  156.             
  157.         VID                             This keyword is used to support VLAN's VID.
  158.                                         Only be supported by management adapter.
  159.             VID=1~4094
  160.             
  161.