The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group

So, you have a clustered SQL Server instance (FCI), you try to move (fail over) the entire role to another node of the cluster and you get the below error message:

Error Code: 0x80071398
The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group

This error message is quite self-explanatory but hey, if you are under pressure at the time you get this error, you might need some help. This short, straight to the point post is here to help you.

So, if we are talking about a SQL Server Failover Clustered Instance (FCI) on a Windows Cluster, then there are 2 things that you should definitely check.

 

Check 1

You need to make sure that you have indeed added SQL Server as a node to the cluster via SQL Server’s Installation Center – “Add node to SQL Server failover cluster”

 

Check 2

In Failover Cluster Manager, go to the SQL Server role that does not fail over to the other node(s), then to the “Resources” tab (see the bottom of the screen on the left), enter the Properties (right click – properties) for every single resouce (i.e. disks, network name, IP, SQL Server service, SQL Server Agent service, etc.) and by navigating to the “Advanced Policies” tab make sure that the node onto which you are trying to move the SQL Server role is checked as a Possible Owner.

 

Well, that’s it! I don’t think that there is anything else to check for the specific error message, rather the above two things.

Good luck!


Strengthen your SQL Server Administration Skills – Enroll to our Online Course!

Check our online course on Udemy titled “Essential SQL Server Administration Tips
(special limited-time discount included in link).

Via the course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more. Many live demonstrations and downloadable resources included!

Essential SQL Server Administration Tips - Online Course with Live Demonstrations and Hands-on Guides
Lifetime Access / Live Demos / Downloadable Resources and more!

Learn More


 

Recommended Online Courses:

 

Read Also

Feel free to check our other relevant articles on SQL Server troubleshooting:

 

Subscribe to our newsletter and stay up to date!

Check out our latest software releases!

Check out Artemakis’s eBooks!

 

Rate this article: 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)

Loading...

Reference: SQLNetHub.com (https://www.sqlnethub.com)

© SQLNetHub