| 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.
Inspect resource-specific events and properties on every possible owner. Because the resource reports that no node can host it successfully, compare shared configuration and dependencies before focusing on a single node failure.
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
Looking for a different code? Search another status or error code.