What does Windows error code 5943 (ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR) mean?

 
Previous Next
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED ERROR_CLUSTER_GROUP_BUSY

ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR

ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR means the resource itself reported that it cannot come online on any node. This is a configuration problem specific to the resource, its dependencies, or its supported owner nodes.

What to check

  • Inspect resource parameters, dependencies, possible owners, and the latest resource-specific events.
  • Compare the configuration with a known working resource of the same type only when the roles are equivalent.
  • Run validation where the resource relies on storage or networking provided by the cluster.
Get-ClusterResource | Format-Table Name, ResourceType, State, OwnerNode
Get-ClusterGroup

Microsoft: Get-ClusterLog

Microsoft: Validate hardware for a failover cluster

Microsoft: FailoverClusters PowerShell module


Looking for a different code? Search another status or error code.