|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, February 22, 2012 6:49 AM
Points: 10,
Visits: 81
|
|
Can you create dependencies between Cluster Groups. The reason I am asking or am I missing something, but If you follow microsofts instructions for clustering you can end up with some resources not failing over.
If you do as microsoft say and separate the SQL Server cluster group and it resources, disks etc on from the cluster group with the Quorum drive on, then if something fails in either group it only failsover that group. So you can end up with server1 being live, but the resoures i.e the disk for SQL server on server2.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: 2 days ago @ 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
Your disk definitions need to be in the same cluster group as the one you want to install your sqlserver instance on.
Create a cluster resource group that only holds the resources, needed for the cluster. (msdtc, quorum, cluster name and cluster ip address).
Create another cluster group for each sqlserver instance you want to host on the cluster. This group will start with the allocation of one or more drive. The install process of sqlserver will then define the instances ip address, name, services (dbengine, sqlagent, ...) in the targeted resource group. It (the install process) will also add the needed dependencies in the resource group.
Johan
Jul 13
Don't drive faster than your guardian angel can fly ... but keeping both feet on the ground won't get you anywhere 
- How to post Performance Problems - How to post data/code to get the best help
- How to prevent a sore throat after hours of presenting ppt ?
"press F1 for solution", "press shift+F1 for urgent solution" 
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, February 22, 2012 6:49 AM
Points: 10,
Visits: 81
|
|
| If a resource fails on one of the sql instances what will make the server failover. The way I understand it only one server if live at any one time and this server is the one with access to the quorum drive. So if another server group failsover it will move to the failover server but the group with the quorom will stay where it is.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: 2 days ago @ 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, February 22, 2012 6:49 AM
Points: 10,
Visits: 81
|
|
Thank you very much.
I think I understand the idea, as long as the resource for the application or instance are in the same cluster group then it does matter which node they are on, even if the primary cluster group with the quorom is on another node.
I have just tested this theory by failing over our uat instance and it is still serving.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:32 AM
Points: 5,204,
Visits: 11,159
|
|
Jamie Wormald (8/3/2010) The way I understand it only one server if live at any one time and this server is the one with access to the quorum drive. is this a Windows 2003 or 2008 cluster?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|