home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / e100s.exe / NW312.TXT < prev    next >
Text File  |  1995-07-14  |  7KB  |  194 lines

  1.    Server: NetWare 3.12 server
  2.  
  3.    NetWare 3.12 server driver installation notes
  4.    for Intel's EtherExpress(TM) PRO/100 adapter
  5.    =============================================
  6.  
  7.    Location of driver:   \NWSERVER\E100.LAN
  8.    Location of NLM's:    \NWSERVER\NLM312
  9.  
  10.    Sample load commands
  11.    ====================
  12.  
  13.    LOAD C:<PATH>\MSM31X
  14.    LOAD C:<PATH>\ETHERTSM
  15.    LOAD C:<PATH>\E100 SLOT=n FRAME=ETHERNET_802.2
  16.    BIND IPX TO E100 NET=xxxxxxxx
  17.  
  18.  
  19.    General instructions
  20.    ====================
  21.  
  22.    1. Install NetWare* 3.12 according to the NetWare 3.12
  23.       installation manual.
  24.  
  25.    2. Load the following NLMs (located in the \NWSERVER\NLM312
  26.       directory):
  27.  
  28.        MSM31X.NLM    (06-28-94 v2.31)
  29.        ETHERTSM.NLM  (06-28-94 v2.31)
  30.  
  31.       Make sure you use these (or later) versions. Earlier versions
  32.       won't work properly.
  33.  
  34.       If you can log in to the server, copy the driver to the SYSTEM
  35.       subdirectory. If you do this, you won't need to specify a
  36.       path on the load line.  If you copy it to another directory,
  37.       make sure the LOAD statement includes the correct path.
  38.  
  39.    3. Before starting the server, copy the E100.LAN driver from
  40.       the \NWSERVER directory on the Configuration and Driver disk
  41.       to the root directory of the hard drive of the server.
  42.  
  43.       If you can log in to the server, copy the driver to the SYSTEM
  44.       subdirectory. If you do this, you won't need to specify a
  45.       path on the load line.  If you copy it to another directory,
  46.       make sure the LOAD statement includes the correct path.
  47.  
  48.    4. Start the server. At the server console issue the load and
  49.       bind statement(s) in this order:
  50.  
  51.         LOAD C:<PATH>\MSM31X
  52.         LOAD C:<PATH>\ETHERTSM
  53.         LOAD C:<PATH>\E100 SLOT=x FRAME=ETHERNET_802.2
  54.         BIND IPX TO E100 NET=xxxxxxxx
  55.  
  56.       Where:
  57.  
  58.       SLOT=x specifies the EISA slot number or PCI device number.
  59.       Substitute x with the valid value for the adapter.
  60.  
  61.       NET=xxxxxxxx is the unique network address for that LAN
  62.       segment.
  63.  
  64.       If you have workstations using the 802.3 frame type, see
  65.       the section later in this document about using multiple frame
  66.       types on one adapter.
  67.  
  68.    5. Add the load and bind statements you need to the server's
  69.       AUTOEXEC.NCF file so the EtherExpress(TM) PRO/100 adapter driver
  70.       loads automatically each time the server starts.
  71.  
  72.  
  73.    Hints and tips
  74.    ==============
  75.  
  76.       Installing multiple adapters
  77.       ----------------------------
  78.       -  If you have multiple adapters in a single server, each
  79.          adapter must have a different network number and SLOT
  80.          number. Also, you may want to name each adapter. For
  81.          example:
  82.  
  83.            LOAD C:\E100 SLOT=3 NAME=LAN_A
  84.            BIND IPX TO LAN_A NET=222
  85.            LOAD C:\E100 SLOT=4 NAME=LAN_B
  86.            BIND IPX TO LAN_B NET=333
  87.  
  88.       -  If you have problems loading the driver on multiple adapters
  89.          and the initialization fails due to "Insufficient RCBs,"
  90.          increase the number of buffers allocated to the server.
  91.          Add the following to STARTUP.NCF:
  92.  
  93.            SET MINIMUM PACKET RECEIVE BUFFERS = 100 (or larger)
  94.            SET MAXIMUM PACKET RECEIVE BUFFERS = 500 (or larger)
  95.  
  96.          The MINIMUM value you specify must be at least 30 times
  97.          the number of EtherExpress PRO/100 adapters in the computer.
  98.          Recommended settings:
  99.            1-3 adapters:  100
  100.            4 adapters:    150
  101.  
  102.          The MAXIMUM you can specify depends on the amount of memory
  103.          in the server, but it must be greater than the MINIMUM.
  104.  
  105.  
  106.       Installing one adapter with multiple frame types
  107.       ------------------------------------------------
  108.       When binding multiple frame types to one adapter, enter a
  109.       LOAD and BIND statement for each frame type.  Each LOAD
  110.       statement uses the same SLOT number, but each BIND statement
  111.       needs a unique network number. You must also include a name
  112.       on each load line to avoid being prompted for the board to
  113.       bind IPX to.
  114.  
  115.       Example:
  116.  
  117.         LOAD C:\E100 SLOT=3 FRAME=ETHERNET_802.3 NAME=LAN8023
  118.         BIND IPX TO LAN8023 NET=77777
  119.         LOAD C:\E100 SLOT=3 FRAME=ETHERNET_802.2 NAME=LAN8022
  120.         BIND IPX TO LAN8022 NET=88888
  121.  
  122.  
  123.       Optional LOAD line parameters
  124.       -----------------------------
  125.       SLOT: Specifies the slot number for EISA adapters. This is
  126.             optional for single adapter installations but required
  127.             for multiple adapters installations.
  128.  
  129.             For PCI adapters, SLOT is derived from DEVICE LOCATION
  130.             and doesn't map to the physical location of the
  131.             adapter. Currently, the PCI specification doesn't
  132.             tell you how to determine which adapter corresponds
  133.             to a device number. One way to do this is to load the
  134.             driver from the command line. You'll be prompted with
  135.             valid device numbers for the adapter.  Select one of
  136.             them.
  137.  
  138.             Syntax:  SLOT=n     (n = 1,2,3,4,...).
  139.  
  140.       SPEED: Specifies the speed the driver uses. If you don't
  141.              use this parameter, the driver automatically detects
  142.              the network speed. If no cable is attached, the driver
  143.              defaults to 100 Mbps.
  144.  
  145.              If you use this parameter, the driver operates at the
  146.              specified speed instead of detecting network speed.
  147.  
  148.              Syntax:  SPEED=n  (n = 10 or 100)
  149.  
  150.              Default: none, the adapter automatically senses speed
  151.  
  152.       THRESHOLD: Represents the threshold for transmits from
  153.                  extender SRAM FIFO.
  154.  
  155.                  Syntax: THRESHOLD=n (n = number of 8 bytes). For
  156.                          example, 16 represents 16x8 (or 128
  157.                          bytes). In this case, the LAN controller
  158.                          transmits after copying 128 bytes from the
  159.                          host memory.
  160.  
  161.                  Default: 16
  162.  
  163.                  The maximum number that you can specify is 200
  164.                  (200x8=1600 bytes).
  165.  
  166.       NODE: Specifies a local node address unique to each adapter.
  167.             The first four digits of the address indicate who
  168.             assigned the address when the driver loads.
  169.  
  170.             Syntax: NODE=00aa12345678
  171.                     02aa => Locally administered address, 02 is set
  172.                             by MSM
  173.                     00aa => Typical Intel address  (default)
  174.  
  175.       BUSARCH: This parameter is required only if the system has
  176.                both EISA and PCI slots and an EtherExpress PRO/100
  177.                adapter is in both type of slots.
  178.  
  179.                Syntax: BUSARCH=n     (n = 2 for EISA, 1 for PCI)
  180.  
  181.       FRAME: Indicates one of four valid frame types the
  182.              system is transmitting and receiving.
  183.  
  184.              Syntax:  FRAME n
  185.                       n = Ethernet_802.2
  186.                           Ethernet_802.3
  187.                           Ethernet_II
  188.                           Ethernet_SNAP
  189.  
  190.              Default: Ethernet_802.2
  191.  
  192.  
  193.    * Third-party trademarks are the property of their respective owners.
  194.