TruCluster Server Handbook

" We must all hang together, or assuredly we shall all hang separately."
-- Benjamin FranklinIn the previous sixteen chapters, we have discussed what a cluster is; why you would want to have a cluster as your computing platform; how to plan, install, and configure a cluster; and some of the components that make a cluster work. What we haven't touched on yet is how a cluster is formed and how individual systems become members.
A cluster is formed when there are a sufficient number of voting members to reach a quorum. Quorum is defined as a simple majority. A quorum must be present in order for a cluster to be formed. Similarly, a quorum must be present for an existing cluster to continue performing useful work, or when a member shuts down or leaves the cluster.
The first step in determining a quorum is calculating the cluster's expected votes. The cluster's expected votes value is the maximum number of votes that would be available if every voting member were up and the quorum disk [1], if configured with a vote, were available. In a cluster that consists of five members, the cluster's expected votes value would be equal to five, assuming that each member has one vote. As of this writing, members can have one vote or zero votes.
Once a cluster's expected votes value is determined, the number of votes required for quorum is calculated. If the cluster has enough votes to meet or...