Skip navigation

Q. What is a Windows Server 2008 failover-cluster quorum?

A. A quorum isn't a physical object, such as a file, and it isn't the cluster database. Quorum is a concept. A cluster has quorum when a sufficient number of cluster voting elements with the same consistent cluster view are available and running. The number of cluster voting elements required to make quorum is determined by the quorum mode used. The June 6, 2008, FAQ ("Q. What are the Windows Server 2008 quorum models?") describes the four modes: Node Majority, Node and Disk Majority, Node and File Share Majority, and No Majority: Disk Only.

If a cluster is split for any reason, such as a network failure, and the cluster becomes partitioned, the quorum model is designed to ensure that only one partition can have quorum. The partition with quorum is determined by the number of voting elements present in the partition, or which partition has access to a specific resource, such as a disk witness. The partition without quorum will shut down all its services.

Voting-element status can be assigned to:

  • nodes in the cluster
  • a shared disk witness (formerly?) known as the quorum drive), but each cluster may have only one
  • a file share witness, which each cluster may also have only one
You can't have both a disk-witness and file-share-witness in the same cluster.

You choose which resources can vote. Once votes have been assigned, the number of nodes required for quorum is based on the following formula:

Total Voters/2 + 1 = majority (rounding down)

For example, if I have a five-node cluster, the formula would read

5/2 + 1 = 3.5

The formula rounds down when there is a fractional result, so in this example, I would need three nodes present to make quorum.

If I had a four-node cluster with a disk witness, I would still have five votes (four nodes plus the disk witness' vote), and would still need three votes to make quorum (which could be three nodes or two nodes and the disk witness).

This quorum model's advantage is that there isn't a single point of failure, which existed in previous models that relied on the quorum drive. As my first example showed, quorum can be made even if the disk witness is unavailable.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish