<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.2">
</HEAD>
<BODY>
I don't know if this could help you, but let me share our configuration as an example.  I have overridden the default votes on 2 nodes that are vital to application implementation of an 11-node cluster overall.  If I cold start the cluster, those 2 nodes running alone are enough to quorate, because they each carry 5 votes each for a total of 10 votes.  The remaining 9 nodes carry the default 1 vote each, so the cluster expected votes are 19.<BR>
<BR>
10 = (19 / 2) + 1<BR>
<BR>
If I lose 1 of those 2 network director nodes, you lose 5 votes but you remain quorate, unless you lose 5 more regular nodes along with it.  If I lose BOTH network director nodes (10 votes), I don't care about quorum, because my application is dead anyways (no network directors managing client connections!).  But, we have a contingency plan to "promote" one of the failover nodes as a network director by running the correct services and adjusting its vote count to 5 for extra redundancy.<BR>
<BR>
It would be nice to see other implementations that vary from the typical 1 vote per node cluster.<BR>
<BR>
<BR>
On Tue, 2007-04-10 at 12:43 +0100, Patrick Caulfield wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Janne Peltonen wrote:</FONT>
<FONT COLOR="#000000">> Hi!</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> I've been wondering...</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> If I were to build a 4 node cluster, what would happen (with default</FONT>
<FONT COLOR="#000000">> quorum settings) if I lost two nodes at once (say, by losing one of my</FONT>
<FONT COLOR="#000000">> two blade racks)?  Would the remaining two nodes be able to continue, or</FONT>
<FONT COLOR="#000000">> would they consider quorum dissolved and shut down the remaining</FONT>
<FONT COLOR="#000000">> services? I only have three nodes for testing purposes, so I haven't</FONT>
<FONT COLOR="#000000">> been able to look at this yet.</FONT>

<FONT COLOR="#000000">Under normal circumstances you need (n/2)+1 nodes to keep quorum. So if you lose</FONT>
<FONT COLOR="#000000">two nodes out of four then the services will stop. To prevent this you can use</FONT>
<FONT COLOR="#000000">the qdisk program to keep the cluster quorate in such circumstances.</FONT>

</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><FONT SIZE="1"><FONT COLOR="#000066">Robert Hurst, Sr. Caché Administrator</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#3333ff">Beth Israel Deaconess Medical Center</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">1135 Tremont Street, REN-7</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">Boston, Massachusetts   02120-2140</FONT></FONT></B><BR>
<B><FONT SIZE="1"><FONT COLOR="#6666ff">617-754-8754 ∙ Fax: 617-754-8730 ∙ Cell: 401-787-3154</FONT></FONT></B><BR>
<FONT SIZE="1"><FONT COLOR="#9999ff">Any technology distinguishable from magic is insufficiently advanced.</FONT></FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>