<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question about changing expected_votes value in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026511#M84745</link>
    <description>Welcome to the VMS forum.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; I want to create a two-node cluster with one quorum disk&lt;BR /&gt;&lt;BR /&gt;For a new cluster, you need to have quorum to create quorum.dat on the quorum disk.  This can be a chicken or the egg problem.  You'll need either use an an interactive boot or sysman and reboot to, first inflate the votes on a single node forcing quorum. Then, boot that node.  If the quorum disk isn't the system disk you'll need to mount it.  The node will create quorum.dat and the quorum disk will start providing a vote.  Restore votes to normal.  The quorum disk is usually mounted in SYLOGICALS.COM if it's not the system disk.  &lt;BR /&gt;&lt;BR /&gt;As far as EXPECTED_VOTES missing from modparams, feel free to add it.  You're correct that it would be set to 3.  Quorum will be 2.  Did you use cluster_config.com?  Make sure it's set properly on both nodes.  I'm assuming both nodes will have 1 vote and the quorum disk will also have 1 vote.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Jun 2007 18:30:16 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2007-06-25T18:30:16Z</dc:date>
    <item>
      <title>Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026507#M84741</link>
      <description>I want to create a two-node cluster with one quorum disk. From the doc, I konw that the expected_votes should be 3. &lt;BR /&gt;    But on one node, this value is 1 currently (using pipe mcr sysgen show/all | search sys$pipe "expected"). I want to change the value to 3. But when I issue the command set cluster/expected_votes=3. The expected_notes value I got from sysgen is still 1. Also, from the doc, I found that I can use SYS$UPDATE to change the system parameter, but I can't find EXPECTED_VOTES in the the file MODPARAMS.dat...&lt;BR /&gt;    Anyone could give me some suggestoins, thanks in advance.</description>
      <pubDate>Mon, 25 Jun 2007 17:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026507#M84741</guid>
      <dc:creator>Cactus</dc:creator>
      <dc:date>2007-06-25T17:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026508#M84742</link>
      <description>This is all pretty well described in the various OpenVMS Manuals, FAQs, Wizard and such. Google: +expected_votes +cluster +openvms gives lots of links.&lt;BR /&gt;&lt;BR /&gt;With a quorum disk and two nodes I would expect you wanted expected_votes to be 2.&lt;BR /&gt;Any one node + quorum disk should be allowed to get the cluster going.&lt;BR /&gt;With expected_votes = 3 you tell the cluster to wait until both nodes and the quorum disk can see each other. Is that what you want?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 18:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026508#M84742</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-06-25T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026509#M84743</link>
      <description>Hi Catus,&lt;BR /&gt;   expected votes is not dynamic. I usually&lt;BR /&gt;use sysgen on each node&lt;BR /&gt;&lt;BR /&gt;sysgen&amp;gt; use current&lt;BR /&gt;sysgen&amp;gt; set expect 3&lt;BR /&gt;sysgen&amp;gt; write current&lt;BR /&gt;&lt;BR /&gt;set disk_quorum to your disk, set qdskvotes 1, votes 1.  I usually reduce recnxinterval&lt;BR /&gt;if I'm on a quiet lan. hope this helps -Dean</description>
      <pubDate>Mon, 25 Jun 2007 18:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026509#M84743</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-25T18:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026510#M84744</link>
      <description>oh and add this stuff in modparams.dat</description>
      <pubDate>Mon, 25 Jun 2007 18:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026510#M84744</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-25T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026511#M84745</link>
      <description>Welcome to the VMS forum.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; I want to create a two-node cluster with one quorum disk&lt;BR /&gt;&lt;BR /&gt;For a new cluster, you need to have quorum to create quorum.dat on the quorum disk.  This can be a chicken or the egg problem.  You'll need either use an an interactive boot or sysman and reboot to, first inflate the votes on a single node forcing quorum. Then, boot that node.  If the quorum disk isn't the system disk you'll need to mount it.  The node will create quorum.dat and the quorum disk will start providing a vote.  Restore votes to normal.  The quorum disk is usually mounted in SYLOGICALS.COM if it's not the system disk.  &lt;BR /&gt;&lt;BR /&gt;As far as EXPECTED_VOTES missing from modparams, feel free to add it.  You're correct that it would be set to 3.  Quorum will be 2.  Did you use cluster_config.com?  Make sure it's set properly on both nodes.  I'm assuming both nodes will have 1 vote and the quorum disk will also have 1 vote.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 18:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026511#M84745</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-06-25T18:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026512#M84746</link>
      <description>Thanks for so much quik response. I have another question, shall I define some logical values like CLU$COMMON before I create the cluster on one node, since when I run the cluster_config_lan, there is warning about this. Thanks</description>
      <pubDate>Mon, 25 Jun 2007 18:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026512#M84746</guid>
      <dc:creator>Cactus</dc:creator>
      <dc:date>2007-06-25T18:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026513#M84747</link>
      <description>What is the quorum disk interconnection?  Multihost SCSI?  DSSI?  (Where I'm going: If it's not connected on a shared interconnect with at least two hosts, don't bother with a quorum disk.)&lt;BR /&gt;&lt;BR /&gt;One of many discussions of the topic...&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/153" target="_blank"&gt;http://64.223.189.234/node/153&lt;/A&gt;</description>
      <pubDate>Mon, 25 Jun 2007 20:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026513#M84747</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-25T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026514#M84748</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;With a quorum disk and two nodes I would expect you wanted expected_votes to be 2.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I'm afraid you've got that wrong. You were probably thinking of QUORUM instead of EXPECTED_VOTES !&lt;BR /&gt;&lt;BR /&gt;For a 2-node cluster and a quorum disk and for one votes for each, you would want EXPECTED_VOTES=3, which will give a quorum of 2. One node + quorum disk or both nodes without the quorum disk will allow the cluster to run.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 26 Jun 2007 02:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026514#M84748</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-06-26T02:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026515#M84749</link>
      <description>Volker (and Andy) yeah, I got that wrong I wanted to make sure Cactus coudl run with 2 out of 3 but that mean quorum=2, expected=3.&lt;BR /&gt;&lt;BR /&gt;Volker (and Jon) sorry an other topic ( 1139459 ) I did not check the ppf program you already pointed to an provided my own.&lt;BR /&gt;Much the same. My code uses sys$open to get the IFI for the PPF file. Cleaner than setting the PPF bits in the IFI obtained from the logical, but the same effect.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1139459" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1139459&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026515#M84749</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-06-26T07:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026516#M84750</link>
      <description>I have another question, shall I define some logical values like CLU$COMMON before I define the cluster, since there is warning about this when I issue cluster_config_lan. Thanks.</description>
      <pubDate>Tue, 26 Jun 2007 18:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026516#M84750</guid>
      <dc:creator>Cactus</dc:creator>
      <dc:date>2007-06-26T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about changing expected_votes value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026517#M84751</link>
      <description>Cactus&amp;gt;&amp;gt;&amp;gt;"shall I define some logical values like CLU$COMMON before I define the cluster, since there is warning about this when I issue cluster_config_lan."&lt;BR /&gt;&lt;BR /&gt;I think the only time you get that message is when configuring with multiple system disks.  I think that is why Hoff asked: "What is the quorum disk interconnection? Multihost SCSI? DSSI? (Where I'm going: If it's not connected on a shared interconnect with at least two hosts, don't bother with a quorum disk.)"&lt;BR /&gt;&lt;BR /&gt;You may wonder how multiple system disks and the question about the quorum disk interconnection are related.  &lt;BR /&gt;&lt;BR /&gt;The only time a quorum disk makes sense is when more than one node has a direct connection to it.  And if you have a device that is directly connected to more than one system, then it is far simpler to use that device (or another device with direct connections to your "boot" nodes) as a shared system disk with multiple system roots.  In a shared system disk configuration you already have a system defined location that can be used as a cluster common area; specifically the sys$common tree on the system device.&lt;BR /&gt;&lt;BR /&gt;There are reasons to use a two distinct system disks in a two node cluster, for example a mixed architecture or mixed version cluster, or just for the educational value; but unless you have a good reason for multiple system disks, I would recommend using a single system disk in the cluster.&lt;BR /&gt;&lt;BR /&gt;Can you tell us a bit more about the hardware configuration of your two node cluster?&lt;BR /&gt;&lt;BR /&gt;Also, if you haven't read it, check out the reference Hoff left: &lt;A href="http://64.223.189.234/node/153" target="_blank"&gt;http://64.223.189.234/node/153&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 04:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-about-changing-expected-votes-value/m-p/4026517#M84751</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-06-27T04:41:29Z</dc:date>
    </item>
  </channel>
</rss>

