home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / NOVELL / SFT3.3X / README.TXT < prev   
Text File  |  1996-11-20  |  5KB  |  122 lines

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