home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / NOVELL / SFT3.4X / README.TXT < prev   
Text File  |  1997-01-09  |  5KB  |  130 lines

  1. ----------------------------------------------------------------------------
  2.   Installing the NetWare SFT III 4.X MSL Driver on NetWare SFT III Servers
  3. ----------------------------------------------------------------------------
  4.  
  5. The \NOVELL\SFT3.4X subdirectory contains the following files:
  6.  
  7. README.TXT   - This file.
  8. DECMSL4X.MSL - NetWare SFT III 4.1X Mirrored-Server Link Driver
  9.            for both the DEC FDDIcontroller/EISA and the 
  10.            DEC FDDIcontroller/PCI adapters. 
  11.  
  12. Product Requirements:
  13.  
  14. Oper. Sys. - Novell NetWare SFT III 4.10 or 4.11
  15.  
  16.  
  17.  
  18.              ***TRADEMARKS***
  19.  
  20. DEC, Digital, and DECpc are trademarks of Digital Equipment 
  21. Corporation. 
  22.  
  23. Novell, NetWare, and LAN WorkPlace are registered trademarks and NetWare
  24. Loadable Module, NLM, and NetWare SFT are trademarks of Novell, Incorporated.
  25.  
  26.  
  27.  
  28. Section 1  INSTALLING THE NETWARE SFT III 4.X DRIVER ON NETWARE SFT III
  29. -----------------------------------------------------------------------
  30. The DECMSL4X.MSL driver will run only on Novell NetWare SFT III 4.10 and 4.11
  31. server and takes advantage of the multiple MSL adapters feature of 
  32. NetWare SFT III 4.10 and 4.11.  The DECMSL3X.MSL driver will run on Novell 
  33. NetWare SFT III 3.11, 4.10, and 4.11 but only supports a single MSL 
  34. adapter in an IOENGINE.
  35.  
  36. To install the NetWare SFT III 4.1x MSL driver on a NetWare 4.1x file 
  37. server, perform the following steps (Note: DEC FDDIcontroller refers
  38. to either the EISA or PCI variants):
  39.  
  40. I.   Verify that the FDDI network interface card (NIC) is properly
  41.      configured and installed.  Refer to "DEC FDDIcontroller/EISA
  42.      Installation" or "DEC FDDIcontroller/PCI User Information"
  43.      for instructions.
  44.  
  45. II.  Perform substeps IIA. and IIB. to configure the NetWare 4.10 file
  46.      server to use the DEC FDDIcontroller NetWare SFT III 4.1x MSL 
  47.      server driver.
  48.  
  49.      A. Copy the driver files to the server hard disk in the same directory
  50.     from which MSERVER.EXE is started.
  51.  
  52.     For example, if MSERVER.EXE was located in C:\NETWARE, you would
  53.     enter the following command to copy the driver:
  54.  
  55.           COPY A:\NOVELL\SFT3.4X\DECMSL4X.MSL C:\NETWARE
  56.  
  57.      B. Edit the IOSTART.NCF file to automatically load the new MSL driver
  58.     every time the server is brought up:
  59.  
  60.           LOAD C:DECMSL4X.MSL SLOT=48
  61.  
  62.                      NOTE
  63.        The "slot" value given above is an example.  For the DEC 
  64.        FDDIcontroller/EISA the slot number will in the range 1-15 and 
  65.        is the EISA slot where the DEC FDDIcontroller/EISA is installed. 
  66.        For the DEC FDDIcontroller/PCI the number will be a value greater
  67.        than 16 and represents a unique identifier for the DEC 
  68.        FDDIcontroller/PCI adapter found.
  69.        
  70.        Replace "C:" with another directory path if the MSL driver was 
  71.        not copied to the same directory as MSERVER.EXE.
  72.  
  73. III. Start the server with the DEC FDDIcontroller MSL server driver.
  74.  
  75.      Enter the following command at the DOS prompt:
  76.  
  77.     MSERVER
  78.  
  79.      The changes made to IOSTART.NCF in step II above take effect.
  80.  
  81.  
  82.  
  83. Section 2  ADDITIONAL MODES OF OPERATION
  84. ----------------------------------------
  85.  
  86. NETWORK COEXISTENCE MODE
  87. ------------------------
  88.  
  89. In a "Normal Mode" of operation, the MSL link will be a point to point
  90. connection between the two MSL cards.  The DEC FDDIcontroller also
  91. allows the link to coexist on an FDDI network as long as there are 
  92. NO ROUTERS in the path between the two linked servers.  In this mode of 
  93. operation IT IS MANDATORY THAT YOU SPECIFY THE PARTNER'S IOENGINE NAME.
  94. To do this, keep both MSL adapters connected to the network and load 
  95. the MSL driver on both IOENGINEs.  From the example in Section II:
  96.  
  97.     LOAD C:DECMSL4X.MSL SLOT=48 PARTNER=IO_RIGHT
  98.  
  99. Where IO_RIGHT is the name of the other server's IOENGINE.
  100. Repeat this on the other IOENGINE using this IOENGINE's name.
  101. The IOENGINEs should find each other, reporting that the link is 
  102. available and will synchronize once the server is activated.
  103.  
  104.  
  105. INCREASING MESSAGE RETRY COUNT
  106. ------------------------------
  107.  
  108. Running the driver on a busy network increases the possibility for a packet 
  109. to become lost between the two MSL cards.  If your network is fairly loaded, 
  110. it may become necessary to increase the retry count.  To adjust the retry 
  111. count, add the following switch to the command line when loading the 
  112. MSL driver.
  113.  
  114.     LOAD C:DECMSL4X.MSL SLOT=48 PARTNER=IO_RIGHT RETRY=2
  115.  
  116.  
  117. FULL DUPLEX OPERATION
  118. ---------------------
  119.  
  120. The driver can be configured to run in a Digital proprietary mode of 
  121. operation known as Full Duplex (FDX).  The MSL adapters must be connected 
  122. in a point to point configuration.  In this mode, the normal FDDI token 
  123. rotation is eliminated, allowing the adapters to send and receive at the 
  124. same time.  This increases the bandwidth of the connection above the 
  125. 100 Megabits/second limitation of standard FDDI.  To activate this mode of 
  126. operation, add the following switch to the command line when loading the 
  127. MSL driver.
  128.  
  129.     LOAD C:DECMSL4X.MSL SLOT=48 FULLDUPLEX=ON 
  130.