Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 High Availability (2008)
 Any resouce failing over cause all failover - how?

Author  Topic 

sqlguy7777
Starting Member

14 Posts

Posted - 2010-12-23 : 18:09:18
Hi

I have a SQL 2008 R2 cluster on Windows 2008 R2. I have boon looking for away to make the quorum disk a dependency on SQL, so when SQL fails over, it will automtaically take the quorum with it.

Or, if I cant do that, how do I set up the cluster so that if ANY one resource ( e.g. a single disk ect ) fails over, it will force a full failover of all resources to the other node?

Thanks in advance,

SG

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-12-23 : 19:43:51
Why would you care about the Quorum drive failing over with SQL Server? Why would that matter?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

sqlguy7777
Starting Member

14 Posts

Posted - 2010-12-23 : 20:07:49
My idea was that if a node failed, all resources e.g. SQL, quorum etc would fail across to the second node. I figured that you would have the quorum linked to SQL so it all failed over together, or is that faulty thinking?

Am I looking at how clusters should work all wrong?

I just noticed I can associate drives with applications etc within th elcuster, so I thought perhaps it would be a good idea to associate the Quorum with SQL just in case we had a partial failover of all resources for some reason....and I didnt want a cluster straddling two servers in a semi failed-over state.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-12-23 : 20:13:07
If a node fails, all cluster resources will failover to the other node.

When both nodes are online, it is not necessary to split the resources up amongst the nodes. I leave the Quorum drive wherever it lands.

A cluster straddling two servers is not a problem. A resource only runs one node at a time. SQL Server doesn't care about the Quorum drive and vice versa. The cluster service itself care about the Quorum drive. And SQL cares about the cluster service.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

sqlguy7777
Starting Member

14 Posts

Posted - 2010-12-23 : 21:01:42
Ah..I just figured that a cluster straddling two nodes might be an issue if one goes down and its ungraceful...unless I'm worried unnecessarily that the cluser service wont gracefully handle things in a catastrophic power-off of one cluster server.

am I being overly cautious?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-12-23 : 22:36:50
In the case of a failover, the cluster *should* handle everything gracefully. There is nothing 100% guaranteed, but you still don't need to worry about ensuring that the Quorum resource is with the SQL Server cluster group.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -