home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / e100s.exe / NW311.TXT < prev    next >
Text File  |  1995-08-18  |  8KB  |  218 lines

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