What does Windows error code 5080 (ERROR_CLUSTER_RESNAME_NOT_FOUND) mean?

 
Previous Next
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED

ERROR_CLUSTER_RESNAME_NOT_FOUND

The resource type is present, but its DLL does not recognize or support the supplied resource name. This can indicate a bad name, an incorrect resource type, or a configuration that no longer matches the installed resource provider.

Verify the resource name expected by the resource type and compare it with existing resources of that provider. If the provider was upgraded or reinstalled, also confirm its configuration schema and registered resource type are consistent.

What to check

  • List resources and their types to verify that the requested name is associated with the intended provider.
  • Compare the configuration on the current owner node with other possible owner nodes.
  • Use the cluster log to locate the provider message that precedes this generic system error.
Get-ClusterResource; Get-ClusterResourceType; Get-ClusterLog -UseLocalTime -Destination C:\ClusterLogs

Microsoft: Get-ClusterResource

Microsoft: Get-ClusterResourceType

Microsoft: Get-ClusterLog


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