home *** CD-ROM | disk | FTP | other *** search
/ Tiny System Restore Pack / RESTORE.iso / DRIVERS / NETWORK / E100B / INFO / NETWARE / NW41.TXT < prev    next >
Encoding:
Text File  |  1997-02-13  |  9.6 KB  |  275 lines

  1.    2 Server: NetWare 4.11 server
  2.                                                                       
  3.                                                                  v1.07
  4. NetWare* 4.11 Server Driver Installation Notes for Intel's
  5. EtherExpress(TM) PRO/100B adapter
  6. ==========================================================
  7.  
  8. Location of driver: \NWSERVER\E100B.LAN (ODI Assembly Specification
  9.                     version 3.3.  An earlier version of this driver
  10.                     ships with NetWare 4.11)
  11.  
  12. Location of NLM's:  Ships with NetWare 4.11, updates also available in
  13.                     LANDRx.EXE (where x is the latest version) on
  14.                     Novell's automated services.
  15.       
  16.       NOTE: For NetWare 4.10 installation instructions please see
  17.             NW312.TXT.
  18.  
  19.  
  20. Sample load commands
  21. ====================
  22.    
  23.    LOAD C:<PATH>\E100B SLOT=n FRAME=ETHERNET_802.2
  24.    BIND IPX TO E100B NET=xxxxxxxx
  25.  
  26.  
  27. General Instructions
  28. ====================
  29.  
  30. 1  If you're doing a NEW installation of NetWare 4.11, install it
  31.    according to the NetWare installation instructions. The
  32.    installation process will automatically detect the PRO/100B. A
  33.    message appears indicating that it detected the hardware but found
  34.    more than one driver supporting it. The hardware ID you'll see
  35.    displayed for the PRO/100B is PCI.8086.1229.XXXX.XXXX.XX. Press
  36.    Enter for a list of drivers. DO NOT select the Intel EtherExpress
  37.    PRO/100 LAN Adapter from the list.  Press F-10 to install the newer
  38.    driver from the Intel Configuration and Driver disk.  Choose the
  39.    Select additional or Modify Selected Disk/LAN drivers.  Follow the
  40.    installation screens to complete the installation of the driver.
  41.    The necessary load and bind parameters will automatically be added
  42.    to the AUTOEXEC.NCF file with Ethernet_802.2 and Ethernet_802.3
  43.    bound to the adapter.  If you need to change the frame types for
  44.    your network, edit the AUTOEXEC.NCF after the installation is
  45.    completed.
  46.       
  47.       Note: A good way to determine the slot number is to let the
  48.             driver load without a slot number.  NetWare will prompt
  49.             with valid slot number(s) for the adapter(s). Select one
  50.             of them.
  51.  
  52. 2  For servers already installed with NetWare 4.11, start the server.
  53.    At the server console, issue the load and bind statement(s) in this
  54.    order:
  55.    
  56.         LOAD C:<PATH>\E100B SLOT=n FRAME=ETHERNET_802.2
  57.         BIND IPX TO E100B NET=xxxxxxxx
  58.       
  59.       Note: If MSM and ETHERTSM Nlms aren't loaded, they'll
  60.             automatically load before the driver.
  61.  
  62.    Where:
  63.  
  64.    SLOT=n  specifies the NBI (NetWare Bus Interface) slot number.
  65.    Substitute n with the valid value for the adapter.  You will be
  66.    prompted with the slot numbers of installed PRO/100B adapters. The
  67.    NBI slot number is different from the slot number indicated in the
  68.    Intel SETUP.EXE utility.
  69.  
  70.    NET=xxxxxxxx  is the unique network address for that LAN segment.
  71.  
  72.    The default frame type is 802.2.  If your workstations need to use
  73.    the 802.3 frame type, see the section later in this document about
  74.    using multiple frame types on one adapter.
  75.  
  76. 3  Add the load and bind statements you need to the server's
  77.    AUTOEXEC.NCF file so the EtherExpress PRO/100B adapter driver loads
  78.    automatically each time the server starts.
  79.  
  80.  
  81. Hints and tips
  82. ==============
  83.  
  84.  
  85. 1  Installing multiple adapters:
  86.  
  87.    If you have multiple adapters in a single server, each adapter must
  88.    have a different NET number and SLOT number. Also, you may want to
  89.    name each adapter. For example:
  90.       
  91.       LOAD C:\E100B SLOT=10001 NAME=LAN_A
  92.       BIND IPX TO LAN_A NET=1234
  93.       LOAD C:\E100B SLOT=10003 NAME=LAN_B
  94.       BIND IPX TO LAN_B NET=5678
  95.  
  96.    If you have problems loading the driver on multiple adapters and
  97.    the initialization fails due to "Insufficient RCBs," increase the
  98.    number of buffers allocated to the server. Add the following to
  99.    STARTUP.NCF:
  100.       
  101.       SET MINIMUM PACKET RECEIVE BUFFERS = 100 (or larger)
  102.       SET MAXIMUM PACKET RECEIVE BUFFERS = 500 (or larger)
  103.  
  104.    The MINIMUM value you specify must be at least 30 times the number
  105.    of EtherExpress PRO/100B adapters in the computer.
  106.  
  107.    Recommended settings:
  108.       
  109.       1-3 adapters:  100
  110.       4 adapters:    150
  111.  
  112.    The MAXIMUM you can specify depends on the amount of memory in the
  113.    server.  It must be greater than the MINIMUM.
  114.  
  115.  
  116. 2  Installing one adapter with multiple frame types:
  117.  
  118.    When binding multiple frame types to one adapter, enter a LOAD and
  119.    BIND statement for each frame type. Each LOAD statement uses the
  120.    same SLOT number, but each BIND statement needs a unique network
  121.    number. You must also include a name on each load line to avoid
  122.    being prompted for the adapter to bind IPX to.
  123.       
  124.       Example:
  125.       
  126.       LOAD C:\E100B SLOT=10003 FRAME=ETHERNET_802.3 NAME=LAN8023
  127.       BIND IPX TO LAN8023 NET=77777
  128.       LOAD C:\E100B SLOT=10003 FRAME=ETHERNET_802.2 NAME=LAN8022
  129.       BIND IPX TO LAN8022 NET=88888
  130.  
  131.  
  132. 3  LOAD line parameters:
  133.  
  134.    SLOT:(required parameter)
  135.  
  136.       For PCI adapters, SLOT is derived from bus number and device
  137.       location. Novell determines the slot number for PCI and Plug and
  138.       Play adapters using NBI. These slot numbers are different then
  139.       the slot numbers used with other drivers or the Intel SETUP
  140.       utility. One way to determine the slot number is to load the
  141.       driver from the command line. You'll be prompted with valid
  142.       device number(s) for the adapter(s). Select one of them.
  143.  
  144.           Syntax:  SLOT=n     (n = 10001,10002,10005...)
  145.  
  146.       If you have multiple PCI adapters of the same type installed and
  147.       need to match the physical adapter to the associated slot
  148.       number, use the NetWare server command CONFIG.  The information
  149.       shown through this utility shows the NBI slot number and the
  150.       adapter's Ethernet address.  Match the Ethernet address shown
  151.       here to the address printed on the adapter.
  152.  
  153.    FORCEDUPLEX:
  154.  
  155.       Duplex modes:
  156.  
  157.       Auto-negotiate:  The adapter negotiates with the hub how to
  158.       send/receive packets, either full or half duplex.  If
  159.       unsuccessful at negotiating the duplex, the adapter defaults to
  160.       half duplex. You must have an auto-negotiating switch to get
  161.       full duplex support with the FORCEDUPLEX parameter set to 0
  162.       (auto-negotiation).
  163.  
  164.       Full duplex:  The adapter sends and receives packets at the same
  165.       time. This improves the performance of your adapter. Set duplex
  166.       mode to full duplex ONLY if you have a switch that supports full
  167.       duplex.
  168.  
  169.       Half duplex:  The adapter performs one operation at a time. It
  170.       either sends or receives.
  171.       
  172.       Note: The PRO/100B T4 adapter does not support full duplex at
  173.             100 Mbps, nor does the T4 adapter support Auto-
  174.             Negotiation.  The PRO/100B TX adapter does not have any of
  175.             these limitations.
  176.  
  177.       Syntax: FORCEDUPLEX=n
  178.  
  179.       Where n=0 auto-negotiate (PRO/100B TX adapter only)
  180.               1 half duplex
  181.               2 full duplex
  182.       
  183.       Note: If the adapter is set to half or full duplex, set the
  184.             SPEED parameter to either 10 or 100. (see SPEED below)
  185.  
  186.          Default:   auto-negotiation    (PRO/100B TX adapter)
  187.                     half duplex         (PRO/100B T4 adapter)
  188.  
  189.       Examples:
  190.  
  191.       PRO/100B TX (100 Mbps full duplex):
  192.                   FORCEDUPLEX=2 SPEED=100
  193.  
  194.       PRO/100B TX (10 Mbps full duplex):
  195.                   FORCEDUPLEX=2 SPEED=10
  196.  
  197.       PRO/100B T4 (100 Mbps full duplex): Not Supported
  198.  
  199.       PRO/100B T4 (10 Mbps full duplex):
  200.                   FORCEDUPLEX=2 SPEED=10
  201.  
  202.  
  203.    SPEED:
  204.  
  205.       Specifies the speed the driver uses. If you don't use this
  206.       parameter, the driver automatically detects the network speed.
  207.       If no cable is attached, the driver defaults to 10 Mbps.
  208.       
  209.       NOTE: You must set the SPEED parameter to either 10 or 100 if
  210.             you're setting the FORCEDUPLEX parameter to either half or
  211.             full.
  212.  
  213.       If you use this parameter, the driver operates at the specified
  214.       speed instead of auto-detecting network speed.
  215.  
  216.       Syntax:  SPEED=n  (n = 10 or 100)
  217.  
  218.       Default: none, the adapter automatically senses speed.
  219.  
  220.  
  221.  
  222.    NODE:
  223.  
  224.       Specifies a local administered address (LAA) unique to each
  225.       adapter.  Use this option to provide your own unique node
  226.       address for the adapter.  The node address is a 12-digit
  227.       hexadecimal number; the second digit must be one of the
  228.       following digits: 2, 6, A, E.
  229.  
  230.       Syntax: NODE=xnxxxxxxxxxx
  231.  
  232.       n = 2, 6, A, E
  233.       x = hexadecimal number
  234.  
  235.       Default: The adapter's assigned address
  236.  
  237.  
  238.  
  239.  
  240.  
  241.    FRAME:
  242.  
  243.       Configures the adapter to process one of the four valid NetWare
  244.       Ethernet frame types.
  245.  
  246.       Syntax:  FRAME=n
  247.  
  248.       n = Ethernet_802.2
  249.           Ethernet_802.3
  250.           Ethernet_II
  251.           Ethernet_SNAP
  252.  
  253.       Default: Ethernet_802.2
  254.  
  255.  
  256.  
  257.    TXTHRESHOLD:
  258.  
  259.       Represents the threshold for transmits from extended SRAM FIFO.
  260.  
  261.          Syntax: TXTHRESHOLD=n (n = number of 8 bytes)
  262.  
  263.          For example, 16 represents 16x8 (or 128 bytes). In this case,
  264.          the LAN controller transmits after copying 128 bytes from the
  265.          host memory.
  266.  
  267.          Default: dynamically set
  268.  
  269.       The maximum number you can specify is 200 (200x8=1600 bytes)
  270.       which ensures there will not be any underruns.
  271.  
  272.  
  273.  
  274. *  Third-party trademarks are the property of their respective owners.
  275.