| Previous | Next |
| ERROR_CLUSTER_SINGLETON_RESOURCE | ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED |
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE means the resource group can contain only one resource of the specified type. The group design must be changed instead of adding a duplicate.
What to check
- Inspect the current contents of the clustered role.
- Check whether the intended new resource belongs in a different group or should be represented as a dependency/property of the existing resource.
- Avoid deleting the existing resource until its role and dependencies are understood.
Get-ClusterResource | Format-Table Name, ResourceType, OwnerGroup, State
Microsoft: FailoverClusters PowerShell module
Looking for a different code? Search another status or error code.