| Previous | Next |
| ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR | ERROR_CLUSTER_NOT_SHARED_VOLUME |
ERROR_CLUSTER_GROUP_BUSY
ERROR_CLUSTER_GROUP_BUSY means the clustered role is busy with another operation. The response should be based on the operation in progress, not on blindly retrying management commands.
What to check
- Check whether the group is moving, starting, stopping, or waiting for a dependent resource.
- Review the resource states and the cluster log for the operation that made the group busy.
- Avoid issuing overlapping online/offline/move commands from automation.
Get-ClusterGroup | Format-Table Name, State, OwnerNode
Get-ClusterResource | Format-Table Name, State, OwnerGroup
Microsoft: FailoverClusters PowerShell module
Looking for a different code? Search another status or error code.
