The information in this article applies to:
SYMPTOMSQuorum device resource DLLs cannot write to the cluster database from either the Arbitrate() or Online() entry points. Calls that attempt to write to the cluster database fail with error 70 (ERROR_SHARING_PAUSED). CAUSEWhen a quorum resource is called for Arbitrate or Online, the cluster database is "in doubt." Anything that is read may be stale and anything that is written may be thrown away. So, the cluster API does not let you write to the cluster registry at this point. It does let you read from the registry, with the caveat that you may be reading stale data. STATUSThis behavior is by design. MORE INFORMATION
The quorum resource stores configuration data to avoid a loss of
information if the nodes in a cluster are not online at the same time.
Specifically, if changes are made to the cluster configuration while node A
is down, and node B goes down before node A starts, any changes not stored
in a place available to node A are lost.
Additional query words:
Keywords : kbcluster |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |