Site icon EfmSoft

What does Windows error code 5038 (ERROR_RESOURCE_FAILED) mean?

 
Previous Next
ERROR_ALL_NODES_NOT_AVAILABLE ERROR_CLUSTER_INVALID_NODE

ERROR_RESOURCE_FAILED

The resource is failed; find the first resource-specific cause

Failover Clustering monitors resource health and calls resource DLL entry points such as Online, Offline, LooksAlive, and IsAlive. Microsoft documents that a failed LooksAlive check can trigger IsAlive for a more complete health check. A failed resource is therefore the result of resource-specific health or lifecycle processing.

The status does not identify the application fault by itself. The useful diagnostic sequence begins with the first resource event before the failure, then follows recovery, restart, or group failover actions taken by the cluster.

What to inspect

Get-ClusterResource -Name <ResourceName> | Format-List *
Get-ClusterLog -UseLocalTime

References


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

Exit mobile version