Site icon EfmSoft

What does Windows error code 5004 (ERROR_RESOURCE_NOT_ONLINE) mean?

 
Previous Next
ERROR_DEPENDENCY_ALREADY_EXISTS ERROR_HOST_NODE_NOT_AVAILABLE

ERROR_RESOURCE_NOT_ONLINE

The operation requires ClusterResourceOnline state

Cluster resources have explicit states and are controlled through online and offline operations. MS-CMRP exposes resource state separately from the existence of the resource object. A valid resource handle can therefore be opened while the resource is Offline, Failed, or in a pending transition.

Do not assume that issuing Start-ClusterResource immediately makes the resource available. Resource DLL Online processing can be asynchronous, dependencies must be satisfied first, and the resource may enter OnlinePending before reaching Online.

What to inspect

Get-ClusterResource | Format-Table Name, State, OwnerGroup
Start-ClusterResource -Name <ResourceName>

References


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

Exit mobile version