-------------------------------------------------------------------
	   Installing the NetWare 3/4 ODI Server Driver 
		 on NetWare SFT III 3.11 Servers
-------------------------------------------------------------------

This \NOVELL\SRVODI\SFT3 subdirectory contains the following files:

README.TXT   - This file.
LSLENH3.NLM  - Novell Link Support Layer (LSL) chaining and 
	       filtering enhancement module (v3.00) that is loaded 
	       on NetWare SFT III 3.11 servers prior to loading 
	       MSM31X.NLM.
PM311IO.NLM  - Novell Patch Manager for NetWare SFT III 3.11 
	       IOEngine (v1.01).  Required for LSLENH3.NLM.



			 ***TRADEMARKS***

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

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



Section 1  
INSTALLING THE NETWARE 3/4 ODI SERVER DRIVER ON NETWARE SFT III
---------------------------------------------------------------

You can install and use the NetWare 3/4 ODI server driver on 
NetWare SFT III 3.11 file servers by loading some operating system 
patches and driver support files in addition to the driver.

To install the NetWare 3/4 ODI server driver on a NetWare SFT III 
3.11 file server, perform the following six steps:

I.   Verify that the network interface card (NIC) is properly
     configured and installed.  Refer to your adapter's "User 
     Information" document for instructions.

II.  Copy the NetWare 3/4 ODI server driver files to a DOS 
     partition of your NetWare server hard disk.

     To copy the files to a DOS partition, enter the following 
     commands:

	COPY A:\NOVELL\SRVODI\DC21x4.LAN C:\
	COPY A:\NOVELL\SRVODI\ETHERTSM.NLM C:\
	COPY A:\NOVELL\SRVODI\3_1X\MSM31X.NLM C:\
	COPY A:\NOVELL\SRVODI\SFT3\LSLENH3.NLM C:\
	COPY A:\NOVELL\SRVODI\SFT3\PM311IO.NLM C:\

     You may substitute C:\ with another DOS partition and sub-
     directory.

III. Perform substeps IIIA. and IIIB. to configure the NetWare SFT 
     III 3.11 server to use the EtherWORKS NetWare 3/4 ODI server 
     driver.

     A. With the NetWare SFT III 3.11 server MSEngine running, edit 
	the IOSTART.NCF file using the INSTALL Program. 

	1. From the MSEngine, load INSTALL:

	      :LOAD INSTALL

	2. Select "System Options."

	3. From "Available System Options", select the IOSTART.NCF 
	   option for the appropriate IOEngine.

	4. Add the following SET parameter to set the proper packet
	   size.

	   Set maximum physical receive packet size = 1520

				     NOTE
	   By setting the maximum physical receive packet size to 
	   1520 (or greater) the controller is able to send and 
	   receive the maximum Ethernet frame size, increasing 
	   controller performance during file transfers and other 
	   large packet transactions.  The driver will, however, 
	   load properly for all packet size settings, and adjust 
	   the advertised maximum packet size accordingly.

     B. You can automatically load the server driver by adding the 
	appropriate instructions to the IOSTART.NCF file.  You can 
	also issue these commands directly from the IOEngine.
     
	1. While still editing the IOSTART.NCF file, add the 
	   following lines to automatically load and bind the new 
	   driver every time the server is brought up:

	   a. Substituting C:\ with the DOS partition and sub-
	      directory used in Step II, enter the following 
	      commands:

		 LOAD C:\PM311IO
		 LOAD C:\LSLENH3
		 LOAD C:\DC21x4 slot=1 frame=ETHERNET_802.2
		 BIND IPX TO DC21x4 net=00000001

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

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

IV.  Shut down the server by entering "DOWN" at the MSEngine and
     enter "EXIT" from the IOEngine to return to the DOS prompt.

V.   Follow the instructions in your adapter's "User Information" 
     document for connecting the controller to the network.

VI.  Restart the server.

     Enter the following command at the DOS prompt:

	MSERVER

     The changes made to the IOSTART.NCF file in step III above 
     take effect.

