What is Quorums in Cluster and its use
December 6th, 2008 by Mithil
Hi
Their are lots of misunderstanding/confusion in Quorum Disk working and its size required.
I will try to sort out this Confusion in this discussion
This post will help, to understand those people who know what Cluster’s are. However, going in this discussion we must know how cluster work.
Cluster is a service which is used for Fault tolerance of an application, it is not for Load balancing as one server is in Active mode and others are in Passive mode. All resources are owned by one [Active] node in cluster. So when Active node is owner of resources it will serve all the request coming to it.
Now if this Active node goes down then all the services that this server is running will be transferred to other node [Passive], and then Passive node become Active node.
Now how does the Passive node comes to know that Active node is down and I should start working as Active node.
Now here comes the involvement of “Quorums Disk” .
When you configure Cluster for very first time, all Cluster configuration Database information are stored in this “Quorums Disk” in \MSCS\quolog.log. The quorum is also referred to as the quorum log. Quorums has to perform two most important jobs, those are, it lets the cluster service know which node should be active and be owner of resources. Node that is owner of the resources can only be in Active Mode. QUORUM is the main interpreter between all Nodes of cluster and help other node to take ownership when Active node goes down.
In some cases if internal communication of Cluster node fails, Say “Heart Beat” link goes down, Passive node will consider Active node has gown down, and start querying Quorum disk that Active node has gone down and request to transfer all the resources to him, but this is not the case as Active node is still functioning, so again Quorum disk play important role to reject Passive node request.
Disk size
Recommended Size is just 100mb, I would suggest to give 300-500mb.
Hope this post will help you
In my next post i will let know what pre-cluster node configuration to check before configuring Cluster.
- No Comments »
- Posted in IIS, Microsoft SQL Server, Windows WebHosting
