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

  1.    Server: NetWare 4.x server
  2.  
  3.    NetWare 4.x 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\NLM4X\
  9.  
  10.    Sample load commands
  11.    ====================
  12.  
  13.    LOAD C:<PATH>\E100 SLOT=n FRAME=ETHERNET_802.2
  14.    BIND IPX TO E100 NET=xxxxxxxx
  15.  
  16.    General instructions
  17.    ====================
  18.  
  19.    1. If you're doing a NEW installation of NetWare* 4.x, install
  20.       it according to the NetWare installation manual. During the
  21.       installation, when prompted for the LAN adapter driver,
  22.       insert the Intel Configuration and Driver disk. Then complete
  23.       the installation.
  24.  
  25.    2. You may need to load the following NLMs (located in
  26.       the \NWSERVER\NLM4X directory):
  27.  
  28.        MSM.NLM       (11-23-94 v2.50)
  29.        ETHERTSM.NLM  (11-29-94 v2.50)
  30.  
  31.       Make sure you use these (or later) versions. Earlier
  32.       versions won't work properly with NetWare 4.1.
  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>\E100 SLOT=n FRAME=ETHERNET_802.2
  52.         BIND IPX TO E100 NET=xxxxxxxx
  53.  
  54.       Note:  If MSM and ETHERTSM NLM's aren't loaded, they'll
  55.              automatically load before the driver.
  56.  
  57.       Where:
  58.  
  59.       SLOT=x specifies the EISA slot number or PCI device number.
  60.       Substitute x with the valid value for the adapter.
  61.  
  62.       NET=xxxxxxxx is the unique network address for that LAN
  63.       segment.
  64.  
  65.       If you have workstations using the 802.3 frame type, see
  66.       the section later in this document about using multiple frame
  67.       types on one adapter.
  68.  
  69.    5. Add the load and bind statements you need to the server's
  70.       AUTOEXEC.NCF file so the EtherExpress(TM) PRO/100 adapter driver
  71.       loads automatically each time the server starts.
  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.       -  In an IPX internal router configuration (a server with two
  89.          adapters, each connected to a different network), the data
  90.          transfer rate across the router can be low.  This happens
  91.          if client workstations have CPU speeds equal to or higher
  92.          than the server. You may be able to increase the data
  93.          data transfer rate adding the following to STARTUP.NCF:
  94.  
  95.            SET MAXIMUM INTERRUPT EVENTS = 100000
  96.  
  97.          The default setting is 10.
  98.  
  99.       -  If you have problems loading the driver on multiple adapters
  100.          and the initialization fails due to "Insufficient RCBs,"
  101.          increase the number of buffers allocated to the server.
  102.          Add the following to STARTUP.NCF:
  103.  
  104.            SET MINIMUM PACKET RECEIVE BUFFERS = 100 (or larger)
  105.            SET MAXIMUM PACKET RECEIVE BUFFERS = 500 (or larger)
  106.  
  107.          The MINIMUM value you specify must be at least 30 times
  108.          the number of EtherExpress PRO/100 adapters in the computer.
  109.          Recommended settings:
  110.            1-3 adapters:  100
  111.            4 adapters:    150
  112.  
  113.          The MAXIMUM you can specify depends on the amount of memory
  114.          in the server, but it must be greater than the MINIMUM.
  115.  
  116.       Installing one adapter with multiple frame types
  117.       ------------------------------------------------
  118.       When binding multiple frame types to one adapter, enter a
  119.       LOAD and BIND statement for each frame type.  Each LOAD
  120.       statement uses the same SLOT number, but each BIND statement
  121.       needs a unique network number. You must also include a name
  122.       on each load line to avoid being prompted for the board to
  123.       bind IPX to.
  124.  
  125.       Example:
  126.  
  127.         LOAD C:\E100 SLOT=3 FRAME=ETHERNET_802.3 NAME=LAN8023
  128.         BIND IPX TO LAN8023 NET=77777
  129.         LOAD C:\E100 SLOT=3 FRAME=ETHERNET_802.2 NAME=LAN8022
  130.         BIND IPX TO LAN8022 NET=88888
  131.  
  132.       Optional LOAD line parameters
  133.       -----------------------------
  134.       SLOT: Specifies the slot number for EISA adapters. This is
  135.             optional for single adapter installations but required
  136.             for multiple adapters installations.
  137.  
  138.             For PCI adapters, SLOT is derived from DEVICE number
  139.             and doesn't map to the physical location of the
  140.             adapter. Currently, the PCI specification doesn't
  141.             tell you how to determine which adapter corresponds
  142.             to a device number. One way to do this is to load the
  143.             driver from the command line. You'll be prompted with
  144.             valid device numbers for the adapter.  Select one of
  145.             them.
  146.  
  147.             Syntax:  SLOT=n     (n = 1,2,3,4,...).
  148.  
  149.       SPEED: Specifies the speed the driver uses. If you don't
  150.              use this parameter, the driver automatically detects
  151.              the network speed. If no cable is attached, the driver
  152.              defaults to 100 Mbps.
  153.  
  154.              If you use this parameter, the driver operates at the
  155.              specified speed instead of detecting network speed.
  156.  
  157.              Syntax:  SPEED=n  (n = 10 or 100)
  158.  
  159.              Default: none, the adapter automatically senses speed
  160.  
  161.       THRESHOLD: Represents the threshold for transmits from
  162.                  extender SRAM FIFO.
  163.  
  164.                  Syntax: THRESHOLD=n (n = number of 8 bytes). For
  165.                          example, 16 represents 16x8 (or 128
  166.                          bytes). In this case, the LAN controller
  167.                          transmits after copying 128 bytes from the
  168.                          host memory.
  169.  
  170.                  Default: 16
  171.  
  172.                  The maximum number that you can specify is 200
  173.                  (200x8=1600 bytes).
  174.  
  175.       NODE: Specifies a local node address unique to each adapter.
  176.             The first four digits of the address indicate who
  177.             assigned the address when the driver loads.
  178.  
  179.             Syntax: NODE=00aa12345678
  180.                     02aa => Locally administered address, 02 is set
  181.                             by MSM
  182.                     00aa => Typical Intel address  (default)
  183.  
  184.       BUSARCH: This parameter is required only if the system has
  185.                both EISA and PCI slots and an EtherExpress PRO/100
  186.                adapter is in both type of slots.
  187.  
  188.                Syntax: BUSARCH=n     (n = 2 for EISA, 1 for PCI)
  189.  
  190.       FRAME: Indicates one of four valid frame types the system is
  191.              transmitting and receiving.
  192.  
  193.              Syntax:  FRAME n
  194.                       n = Ethernet_802.2
  195.                           Ethernet_802.3
  196.                           Ethernet_II
  197.                           Ethernet_SNAP
  198.  
  199.              Default: Ethernet_802.2
  200.  
  201.       Installing NetWare SFT III servers
  202.       ----------------------------------
  203.       When installing SFT III servers, the following server configuration
  204.       parameters must be specified in the AUTOIO.NCF file:
  205.  
  206.         "set msl error wait time = 4"
  207.         "set secondary take over wait time = 15"
  208.         "set ipx internet down wait time = 50"
  209.         "set msl deadlock wait time = 55"
  210.  
  211.    * Third-party trademarks are the property of their respective owners.
  212.