What does Windows error code 5015 (ERROR_HOST_NODE_NOT_RESOURCE_OWNER) mean?

 
Previous Next
ERROR_GROUP_NOT_ONLINE ERROR_HOST_NODE_NOT_GROUP_OWNER

ERROR_HOST_NODE_NOT_RESOURCE_OWNER

Resource ownership and possible ownership do not match the request

Cluster resource operations can depend on the node that currently owns the resource and on the resource possible-owner list. The current owner is a runtime fact; possible owners are placement constraints. This status indicates that the node supplied to the operation does not satisfy the ownership requirement.

Do not solve the error by adding every node as a possible owner. Resource types can depend on storage visibility, installed software, local devices, or other node-specific prerequisites.

What to inspect

  • Read the resource state and owner node, then query the resource possible-owner list.
  • Compare node prerequisites before changing possible owners, especially for third-party resource DLLs and local-device resources.
  • Move the clustered role through supported cluster operations instead of invoking node-local control against a resource owned elsewhere.
Get-ClusterResource | Format-Table Name, State, OwnerGroup
Get-ClusterOwnerNode -Resource <ResourceName>

References


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