home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / DRIVER / asus / L101V109 / INFO / NETWARE / NWAFT.TXT < prev    next >
Text File  |  1997-06-25  |  6KB  |  186 lines

  1.    4 Server: NetWare AFT
  2.                                                                  v1.10
  3.  
  4. NetWare* 4.1X Adapter Fault Tolerance Driver Installation Notes for
  5. Intel's EtherExpress(TM) PRO/100+ adapter
  6. ===================================================================
  7.  
  8. Location of driver: \NWSERVER\AFT.NLM
  9.      
  10.      NOTE: AFT is supported on NetWare 4.10 and 4.11 only.
  11.  
  12. Overview
  13. --------
  14. Adapter Fault Tolerance provides Adapter redundancy for two
  15. EtherExpress PRO/100+ adapters.  When configured, there becomes
  16. a primary and secondary PRO/100+ adapter.  If the primary loses
  17. communication with the hub/switch, the secondary automatically takes
  18. over.  The secondary adapter will take over for such reasons as cable
  19. connection problems, switch or hub port failure or adapter failure.
  20. For more information on Adapter Fault Tolerance, see the AFT.TXT
  21. readme file.
  22.  
  23.  
  24.  
  25.  
  26. **********************************************************************
  27. ;- Example: With Adapter Fault Tolerance
  28. **********************************************************************
  29.  
  30. ;- Load Adapter Fault Tolerance (STARTUP.NCF)
  31. load aft
  32.  
  33.  
  34. ;- Load LAN Driver on 1st Adapter (AUTOEXEC.NCF)
  35. load e100b slot=4 frame=ethernet_802.2 name=pri_802.2
  36. load e100b slot=4 frame=ethernet_802.3 name=pri_802.3
  37. load e100b slot=4 frame=ethernet_snap  name=pri_snap
  38. load e100b slot=4 frame=ethernet_ii    name=pri_ii
  39.  
  40.  
  41.  
  42. ;- Load LAN Driver on 2nd Adapter
  43. load e100b slot=5 frame=ethernet_802.2 name=sec_802.2
  44. load e100b slot=5 frame=ethernet_802.3 name=sec_802.3
  45. load e100b slot=5 frame=ethernet_snap  name=sec_snap
  46. load e100b slot=5 frame=ethernet_ii    name=sec_ii
  47.  
  48.  
  49.  
  50. ;- Bind ipx to 1st adapter
  51. bind ipx pri_802.2 net=2
  52. bind ipx pri_802.3 net=3
  53. bind ipx pri_snap  net=5
  54. bind ipx pri_ii    net=11
  55.  
  56.  
  57. ;-Set the 2nd Adapter to be a Fault Tolerance Partner with to the 1st
  58. aft bind 4 5
  59.  
  60.  
  61. Additional Information
  62.  
  63. Following are some commands that can be helpful in configuring or
  64. troubleshooting Adapter Fault Tolerance.
  65.  
  66. Command: AFT BIND
  67.  
  68. Description: Used for creating Adapter Fault Tolerance group by
  69. specifying slot numbers of primary and secondary NICs.
  70.  
  71. Format: AFT BIND PrimarySlotNo SecondarySlotNo
  72.  
  73. Example: AFT BIND 4 5
  74.  
  75. Error Conditions:
  76.  
  77. If you receive the error message: "Failed to create AFT group.  Make
  78. sure that the drivers for supported adapters are loaded, primary
  79. adapter is bound to protocols and secondary adapter is not bound to
  80. any protocols." Check the following:
  81.  
  82. 1. The slot number is valid for the primary and secondary adapter.
  83.  
  84. 2. The primary adapter has a protocol stack bound to it.
  85.  
  86. 3. The secondary adapter is not bound to a protocol stack.
  87.  
  88. 4. AFT is not being bound to an unsupported adapter.
  89.  
  90.  
  91.  
  92. Command: AFT NAMEBIND
  93.  
  94. Description: Used for creating a Adapter Fault Tolerance group by
  95. specifying logical names associated with primary and secondary NICs.
  96.  
  97. Format: AFT NAMEBIND PrimaryLName SecondaryLname
  98.  
  99. Example: AFT NAMEBIND primary_8022 secondary_8022
  100.  
  101. Error Conditions:
  102.  
  103. If you receive the error message: "Failed to create AFT group.  Make
  104. sure that the drivers for supported adapters are loaded, primary
  105. adapter is bound to protocols and secondary adapter is not bound to
  106. any protocols." Check the following:
  107.  
  108. 1. The specified board name is valid.
  109.  
  110. 2. The primary adapter has a protocol stack bound to it.
  111.  
  112. 3. The secondary adapter is not bound to a protocol stack.
  113.  
  114. 4. AFT is not being bound to an unsupported adapter.
  115.  
  116.  
  117.  
  118. Command: AFT UNBIND
  119.  
  120. Description: Used for deleting a Adapter Fault Tolerance group from
  121. the list. To delete a group, user has to specify the slot number
  122. associated with primary adapter. The group gets deleted automatically
  123. if LAN driver for that group is unloaded.
  124.  
  125. Format: AFT UNBIND PrimarySlotNo
  126.  
  127. Example: AFT UNBIND 4
  128.  
  129.  
  130.  
  131. Command: AFT RESET SLOT
  132.  
  133. Description: Used for issuing a hardware reset to the slot in the
  134. system. This command is particularly useful after a transceiver
  135. failure has happened and the user is trying to correct the problem.
  136.  
  137. If the fault was on the TPE cable, then AFT will detect the link as
  138. soon as the cable is plugged in again.  No reset command is required.
  139.  
  140. If the fault involved a MII transceiver that has failed or was
  141. disconnected, transceivers that support hot-swapping can be replaced
  142. and returned to service without downing the server.  If this is done,
  143. the card must be reset before AFT will add it back in to the group.
  144.  
  145. Format: AFT RESET SLOT SlotNumber
  146.  
  147. Example: AFT RESET SLOT 4
  148.  
  149.  
  150.  
  151. Command: AFT LINK TIMEOUT
  152.  
  153. Description: Used for setting the link timeout value. During the
  154. binding process, AFT does a network topology test for short period of
  155. time before creating an Adapter Fault Tolerance group. This test
  156. ensures that both cards are connected to the same network segment, and
  157. that they can properly transfer data.  The default value for this
  158. parameter is 5 seconds.
  159.  
  160. When using AFT with certain Fast Ethernet switches, AFT may fail to
  161. create the group within the five second timeout.  In this case, the
  162. timeout should be extended to allow the switch to begin passing
  163. traffic.  The recommended value is 40 seconds for Catalyst 5000* and
  164. other Cisco* switches.
  165.  
  166. This command must be issued before the AFT BIND command.
  167.  
  168. Format: AFT LINK TIMEOUT TimeoutValue
  169.  
  170. Example: AFT LINK TIMEOUT 40
  171.  
  172.  
  173.  
  174. Command: AFT STATUS
  175.  
  176. Description: Displays current status of Adapter Fault Tolerance
  177. Groups.
  178.  
  179. Format: AFT STATUS
  180.  
  181. Example: AFT STATUS
  182.  
  183.  
  184.  
  185. *  Third-party trademarks are the property of their respective owners.
  186.