	EtherWORKS 3 X1.41 Netware V3.1x/V4.X Field Test Server Driver
	==============================================================

------------------------------------------------------------------------------
 Installing the EtherWORKS 3 Field Test Server Driver on NetWare 3.1X Servers
------------------------------------------------------------------------------

This \ODI\SERVER\FIELDTST\31XFILES subdirectory contains the following files:

README.TXT   - This file.
ETHERTSM.NLM - Novell Topology Support Module for Netware 3.1x servers (v2.14)
MSM31X.NLM   - Novell Media Support Module for NetWare 3.1X servers (v2.14). 
LSLENH.NLM   - Novell Link Support Layer (LSL) chaining and filtering
	       enhancement module (v1.01) that is loaded on NetWare 3.11
	       servers prior to loading MSM31X.NLM.
PATCHMAN.NLM - Novell Patch Manager for NetWare 3.11 servers (v2.30).
	       Required for LSLENH.NLM.
MONITOR.NLM  - Updated Monitor utility (v1.75) for NetWare 3.11 that 
	       supports NetWare 3.1X/4.X ODI server driver Statistics table. 
	       See release notes in A:\RELEASE.NOT for more details.


Section 1  INSTALLING THE ETHERWORKS 3 ODI SERVER DRIVER ON NETWARE 3.1X
-------------------------------------------------------------------------

You can install and use the EtherWORKS 3 ODI server driver on NetWare 
3.1X file servers by loading some operating system patches and driver 
support files in addition to the driver.

To install the EtherWORKS 3 ODI server driver on a NetWare 3.1X file 
server, perform the following six steps:

I.   Verify that the EtherWORKS 3 network interface card (NIC) is properly
     configured and installed.  Refer to "DEC EtherWORKS 3 Installation" 
     for instructions.

II.  Copying the Netware 3.1x ODI server driver files to your server's hard 
     disk. Please use one of the following methods:    

	      o (Step IIA) Copying files to a DOS partition  
	      o (Step IIB) Copying files to a NetWare partition 

				     NOTE
	   The LSLENH.NLM patch should only be installed and loaded on
	   NetWare 3.11 servers.  NetWare 3.12 does not require this
	   patch.  Also, version 2.14 of MSM31X.NLM and ETHERNET.NLM come
	   factory installed with NetWare 3.12, so it does not need to be 
	   installed at this time.

     A. Copying the EtherWORKS 3 Netware 3.1x files to a DOS partition:
	---------------------------------------------------------------

	1. If installing on either NetWare 3.11 or NetWare 3.12:

	      COPY A:\ODI\SERVER\FIELDTST\EWRK3.LAN C:\

	2. If installing on NetWare 3.11 copy the following additional
	   files:
	      
	      COPY A:\ODI\SERVER\FIELDTST\31XFILES\ETHERNET.TSM C:\
	      COPY A:\ODI\SERVER\FIELDTST\31XFILES\MSM31X.NLM C:\
	      COPY A:\ODI\SERVER\FIELDTST\31XFILES\LSLENH.NLM C:\
	      COPY A:\ODI\SERVER\FIELDTST\31XFILES\PATCHMAN.NLM C:\
	
	You may substitute C:\ with another DOS partition and 
	subdirectory.

     B. Copying the EtherWORKS 3 Netware 3.1x files to a NetWare partition:
	-------------------------------------------------------------------

	1. Load the NetWare 3.x Command Processor NWSHELL.NLM (contact
	   Novell for information on acquiring NWSHELL.NLM) by entering 
	   the following command at the server System Console prompt:
	   
	      :LOAD NWSHELL

	2. Change to the SYS:SYSTEM directory by entering the following
	   command:

	      CD SYS:SYSTEM

	3. Copy the driver files to the current directory by entering
	   the following commands:

	   a. If installing on either NetWare 3.11 or NetWare 3.12:

		 COPY A:\ODI\SERVER\FIELDTST\EWRK3.LAN

	   b. If installing on NetWare 3.11 only, copy the following 
	      additional files:
	      
		 COPY A:\ODI\SERVER\FIELDTST\31XFILES\ETHERNET.TSM
		 COPY A:\ODI\SERVER\FIELDTST\31XFILES\MSM31X.NLM
		 COPY A:\ODI\SERVER\FIELDTST\31XFILES\LSLENH.NLM
		 COPY A:\ODI\SERVER\FIELDTST\31XFILES\PATCHMAN.NLM
	
	4. Enter "exit" to log out of the session then press any key to 
	   return to the System Console prompt.
				     
III. Configuring NetWare 3.1x to automatically load the EtherWORKS 3 server 
     driver: (You can also issue these commands manually from the System 
     Console).

     A. With the NetWare 3.1X server running, edit the AUTOEXEC.NCF file
	using the INSTALL Program. 
	 
	1. From the System Console, load INSTALL:

	      :LOAD INSTALL

	2. Select "System Options."
	 
	3. Select "Edit AUTOEXEC.NCF file." 
    
	   Select one of the following four configuration EXAMPLES according 
	   to where the EtherWORKS 3 NetWare 3.1x files were copied to and
	   the version of NetWare you are installing them on. The "net=" 
	   parameter needs to be set to an address not already in use by 
	   another NetWare SERVER. The "frame=" parameter should be a value
	   equivalent to the protocol(s) your CLIENT's are configured for.

				     NOTE
	   The "port," "frame," and "net" values given below are examples. 
	   The port number is the IO port where the EtherWORKS 3 was 
	   configured during NICSETUP. The frame type is one (or more) of 
	   the supported Ethernet frame types "ETHERNET_802.2",
	   "ETHERNET_SNAP, "ETHERNET_802.3", "ETHERNET_II". The net address 
	   is the external network address.  Refer to the Novell NetWare 
	   documentation on "Bind" for more information.
	   
	   a. Installation on NetWare 3.12 (using a DOS partition) 
	      please enter the following commands:

		 LOAD C:\EWRK3 port=300 frame=ETHERNET_802.3
		 BIND IPX TO EWRK3 net=00000001

	   b. Installation on NetWare 3.11 (using a DOS partition) 
	      please enter the following commands:

		 LOAD C:\LSLENH
		 LOAD C:\EWRK3 port=300 frame=ETHERNET_802.3
		 BIND IPX TO EWRK3 net=00000001

	   c. Installation on NetWare 3.12 (using a NetWare partition) 
	      please enter the following commands:

		 LOAD EWRK3 port=300 frame=ETHERNET_802.3
		 BIND IPX TO EWRK3 net=00000001

	   d. Installation on NetWare 3.11 (using a NetWare partition) 
	      please enter the following commands:

		 LOAD LSLENH
		 LOAD EWRK3 port=300 frame=ETHERNET_802.3
		 BIND IPX TO EWRK3 net=00000001

	   A drive path is not included for the load statements in the 
	   third and fourth examples.  This is because the EWRK3.LAN driver 
	   files are copied to the SYS:SYSTEM directory, which is the 
	   NetWare 3.1X default server path.
       
	   In the above examples, note that LSLENH.NLM is only loaded
	   under NetWare 3.11.  Also, note that PATCHMAN.NLM is auto-loaded
	   when loading LSLENH.NLM.  Similarly, loading EWRK3.LAN auto-loads
	   ETHERNET.NLM which in turn auto-loads MSM31X.NLM.  This allows
	   for fewer load statements in the AUTOEXEC.NCF file and less 
	   opportunity for driver load errors.

				     NOTE
	   Before saving the AUTOEXEC.NCF file, it is important to verify
	   that no older 3.1X server drivers are loaded prior to loading 
	   LSLENH.NLM and/or MSM31X.NLM.  Even though older NetWare 3.1X 
	   server drivers do not require the LSLENH patch or MSM31X, 
	   unexpected behavior may result if LSLENH or MSM31X are loaded 
	   after the driver.  If using both older 3.1X and newer 3.1X/4.X 
	   server drivers, be sure to load LSLENH.NLM and MSM31X.NLM 
	   separately before loading any drivers.

	   e. Save the file with the changes.  Answer "Yes" to the exit 
	      prompt.

IV.  Shut down the server by entering "DOWN" at the system console and
     then enter "EXIT" to return to the DOS prompt.

VI.  Restart the server with the DEC EtherWORKS 3 server driver.

     Enter the following command at the DOS prompt:

	SERVER

     The changes made to the AUTOEXEC.NCF file in step III above will now
     take effect.


			 ***TRADEMARKS***

DEC, Digital, DECpc, and AXP are registered trademarks of Digital 
Equipment Corporation. 

Novell, NetWare, and LAN WorkPlace are registered trademarks and NetWare
Loadable Module and NLM are trademarks of Novell, Incorporated.
