
PRO/100+
™
LAN Adapter Installation
SY-D6IGA
91
NET=xxxxxxxx
is the unique network address for that LAN
segment.
The default frame type is
802.2
. If your workstation needs to
use the
802.3
frame type, see the section later in this document
about using multiple frame types on one adapter.
4. Add the load and bind statements you need to the server's
AUTOEXEC.NCF
file so the PRO/100+ adapter driver loads
automatically each time the server starts.
Hints and tips
1. If the error message:
"Loader cannot find public symbol: <symbol name>"
is encountered then:
Upgrade the
ETHERTSM.NLM
and
MSM31x.NLM
and be sure
to rename
MSM31x.NLM
to
MSM.NLM.
2. Installing multiple adapters:
If you have multiple adapters in a single server, each adapter
must have a different
NET
number and
SLOT
number. Also,
you may want to name each adapter. For example:
LOAD C:\E100B SLOT=3 NAME=LAN_A
BIND IPX TO LAN_A NET=222
LOAD C:\E100B SLOT=4 NAME=LAN_B
BIND IPX TO LAN_B NET=333
3. If you have problems loading the driver on multiple adapters
and the initialization fails due to
"Insufficient RCBs,"
increase
the number of buffers allocated to the server. Add the following
to
STARTUP.NCF:
SET MINIMUM PACKET RECEIVE BUFFERS = 100 (or larger)
SET MAXIMUM PACKET RECEIVE BUFFERS = 500 (or larger)