The information in this article applies to:
SUMMARYIn Windows 2000, you can configure the Cluster service to restart stopped resources automatically. MORE INFORMATION
With the Windows 2000 Plug and Play capabilities, for some resources, the problem occurs because of transient conditions in the environment (such as the unplugging of a network cable). cluster res "resource" /propwhere resource is the name of the resource. To modify the RetryPeriodOnFailure value, run the following command cluster res "resource" /prop RetryPeriodOnFailure=xxxwhere xxx is the time in milliseconds. To maintain compatibility with Microsoft Windows NT 4.0 and earlier versions, the default value of this property is set to the maximum possible DWORD value, which equates to over 11,930 hours or 497 days. With the property set to this default value, the Cluster service does not attempt to restart the resource and the behavior is same as in Windows NT 4.0 and earlier. The RetryPeriodOnFailure value should be greater than or equal to the resource's "RestartPeriod" value. This ensures that the Cluster service still honors the policy of not restarting a resource more than the number of times specified in the "RestartThreshold" value during the RestartPeriod. Additional query words: mscs
Keywords : kbenv |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |