Site icon EfmSoft

What does Windows error code 5933 (ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE) mean?

 
Previous Next
ERROR_CLUSTER_NOT_INSTALLED ERROR_CLUSTER_MAX_NODES_IN_CLUSTER

ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE

ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE means an operation requires related resources to be online on one owner node. Their current distribution across nodes violates that dependency.

What to check for ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE

Get-ClusterResource | Format-Table Name, State, OwnerGroup, OwnerNode
Get-ClusterGroup | Format-Table Name, State, OwnerNode

Microsoft: Move-ClusterGroup

Microsoft: FailoverClusters PowerShell module

Microsoft: Get-ClusterLog

Where the result is returned

This result is Win32 system error 5933 (0x0000172D) from winerror.h. AllStat describes it as “The resources must be online on the same node for this operation”. The code is useful only together with the API that failed, because multiple Windows components can reuse system-error values while imposing different retry and cleanup rules.

Diagnostic sequence

Retry this result only after the resource or state named in “The resources must be online on the same node for this operation” has changed. For invalid parameters, unsupported formats, missing objects, policy restrictions, and access failures, correct the input or configuration instead of immediately repeating the same call.


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

Exit mobile version