<?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: Three node OpenVMS cluster hanging issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121267#M92162</link>
    <description>Good Afternoon All,&lt;BR /&gt;&lt;BR /&gt;Thank you for all your help in this matter. Your solutions, recommendations, and advice were very helpful in assisting with this issue.&lt;BR /&gt;&lt;BR /&gt;Again, Thank you for all your help.&lt;BR /&gt;&lt;BR /&gt;Ron Russik&lt;BR /&gt;Ron.Russik@yrcw.com</description>
    <pubDate>Fri, 25 Jul 2008 16:41:54 GMT</pubDate>
    <dc:creator>Ronald Russik</dc:creator>
    <dc:date>2008-07-25T16:41:54Z</dc:date>
    <item>
      <title>Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121255#M92150</link>
      <description>Good afternoon all,&lt;BR /&gt;&lt;BR /&gt;I have a three node cluster all running OpenVMS V7.3-2 on ES45's. They are clustered via the LAN. Each time I shutdown (REM,REB) a node, the other nodes hang until the node is booted and the VAX cluster state transisition completes. On each system; VOTES = 1, EXPECTED_VOTES = 3, QUORUM_DISK = $1$DGA110, VAXCLUSTER = 2. We are in need of the quorum disk in case two of the three nodes are down, this way at least one node will maintain the cluster.&lt;BR /&gt;&lt;BR /&gt;Question: Why does the two nodes hang until the third node is booted?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Ron Russik&lt;BR /&gt;Ron.Russik@yrcw.com</description>
      <pubDate>Wed, 23 Jul 2008 18:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121255#M92150</guid>
      <dc:creator>Ronald Russik</dc:creator>
      <dc:date>2008-07-23T18:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121256#M92151</link>
      <description>Expected votes shouldn't be 3 if you have three nodes with 1 vote each and a quorum disk with at least 1 vote.&lt;BR /&gt;&lt;BR /&gt;Normally if you want a quorum disk, you would set its votes to nodes-1, and each node to one vote, and expected votes to (num_nodes*2)-1&lt;BR /&gt;&lt;BR /&gt;In your 3 node case:&lt;BR /&gt;&lt;BR /&gt;Each node 1 vote&lt;BR /&gt;Quorum disk 2 votes&lt;BR /&gt;Expected votes 5&lt;BR /&gt;which leave quorum at 3.&lt;BR /&gt;&lt;BR /&gt;What do you have for quorum disk votes?&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 23 Jul 2008 19:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121256#M92151</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-07-23T19:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121257#M92152</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;You have your EXPECTED_VOTES set too high.  Use the formula that Jon gave in his answer.  Make sure you put it in as hardcoded values in MODPARAMS, do an AUTOGEN with a reboot and you should be o.k.  The formula he gave will allow two of the nodes to be down and the third to stay up.&lt;BR /&gt;&lt;BR /&gt;Phil@Vital</description>
      <pubDate>Wed, 23 Jul 2008 20:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121257#M92152</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2008-07-23T20:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121258#M92153</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;Since VMS will protect itself as well as possible, the expected votes will ratchet up.  So if you have a quorum disk with 1 vote, and each node has 1 vote, expected votes will be bumped to 4 as soon as the third node joins the cluster.  That will make quorum = 3.  As long as every node has a consistent set of cluster related sysgen parameters, and each node has a direct link to the quorum disk, the cluster should survive the unexpected loss of 1 node.  There would be a temporary hang during cluster transition, but the remaining nodes should remove the member from the cluster and continue.&lt;BR /&gt;&lt;BR /&gt;You stated that the loss of a node caused a permanent hang (with no indication about which node, so I will assume you meant any node).  You also stated that this happens even when using a shutdown with the remove_node option, which should trigger the remaining nodes to adjust quorum based on the remaining votes.&lt;BR /&gt;&lt;BR /&gt;Summary:  Given the information you provided, you should not be seeing what you have reported.  So there must be something unstated that is causing the behavior you are seeing.&lt;BR /&gt;&lt;BR /&gt;Cut and past the following into a file, for example cluster.debug&lt;BR /&gt;&lt;BR /&gt;$ create sys$scratch:show_cluster$init.debug&lt;BR /&gt;INITIALIZE&lt;BR /&gt;ADD CLUSTER/ALL&lt;BR /&gt;ADD TRANSITION_TIME&lt;BR /&gt;ADD QUORUM&lt;BR /&gt;ADD EXPECTED&lt;BR /&gt;ADD QDVOTES&lt;BR /&gt;ADD QF_ACTIVE&lt;BR /&gt;ADD QF_SAME&lt;BR /&gt;ADD QF_WATCHER&lt;BR /&gt;SET SCREEN =       132&lt;BR /&gt;$ define/user show_cluster$init sys$scratch:show_cluster$init.debug&lt;BR /&gt;$ show cluster&lt;BR /&gt;$ delete sys$scratch:show_cluster$init.debug;&lt;BR /&gt;&lt;BR /&gt;Then do the following and show us the output.&lt;BR /&gt;&lt;BR /&gt;$ @cluster.debug&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2008 20:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121258#M92153</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-07-23T20:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121259#M92154</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;Also, What system is your Quorum disk connected to?  Is it served via MSCP to the other systems?  Is it possible that the quorum disk is local to the system your shutting down and consequently the other two systems are losing connectivity to the quorum disk and causing the clsuter to lose quorum?&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 23 Jul 2008 20:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121259#M92154</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2008-07-23T20:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121260#M92155</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;There are several different possibilities. Access to the quorum disk could be compromised, or different quorum disks could be identified by different nodes (I have seen both, as well as some other problems involving quorum disks that created symptoms similar to what is described in this post).&lt;BR /&gt;&lt;BR /&gt;It is also possible to have incorrectly set voting parameters, or inconsistent voting parameters across the cluster.&lt;BR /&gt;&lt;BR /&gt;The physical configuration can also be a problem. As has been noted, using a served quorum disk can be problematical if one or two machines have the ability to sever all access to the quorum disk.&lt;BR /&gt;&lt;BR /&gt;More data (the settings of each machine with regards to voting and quorum disk access) would, needless to say, be helpful in better understanding this situation.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 23 Jul 2008 22:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121260#M92155</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-07-23T22:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121261#M92156</link>
      <description>Set EXPECTED_VOTES to the numbers of VOTES present.&lt;BR /&gt;&lt;BR /&gt;1+1+1+2QD=5, quorum=3.&lt;BR /&gt;&lt;BR /&gt;Post the SHOW /CLUSTER parameters from each of the three nodes; the interesting ones here are:&lt;BR /&gt;&lt;BR /&gt;VAXCLUSTER, EXPECTED_VOTES, VOTES, DISK_QUORUM and QDSKVOTES.  Or the SYSMAN PARAM SHOW /CLUSTER output from each, if that's easier.&lt;BR /&gt;&lt;BR /&gt;Ensure each of the three nodes can access $1$DGA110, and MOUNT the disk.&lt;BR /&gt;&lt;BR /&gt;Setting EXPECTED_VOTES too low riskscorruptions with shared resources during cases of partitioning.  Don't "game" the settings; set this value to the number of votes that should be present.   OpenVMS will correct this setting, once connections are established.  Unfortunately, if two lobes cannot connect but both have quorum as EXPECTED_VOTES was "gamed" and set too low, clustering will do what you asked and your shared disks are toast.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2008 01:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121261#M92156</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-07-24T01:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121262#M92157</link>
      <description>OHMS03_RRUSSIK mcr sysman set env/cluster&lt;BR /&gt;%SYSMAN-I-ENV, current command environment:&lt;BR /&gt;        Clusterwide on local cluster&lt;BR /&gt;        Username RRUSSIK      will be used on nonlocal nodes&lt;BR /&gt; &lt;BR /&gt;SYSMAN&amp;gt; do mcr sysgen show/cluster&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node OHMS03&lt;BR /&gt; &lt;BR /&gt;Parameters in use: Active&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;VAXCLUSTER                      2          1         0          2 Coded-valu&lt;BR /&gt;EXPECTED_VOTES                  5          1         1        127 Votes&lt;BR /&gt;VOTES                           1          1         0        127 Votes&lt;BR /&gt;DISK_QUORUM     "$1$DGA110       "    "    "    "    "     "ZZZZ" Ascii&lt;BR /&gt;QDSKVOTES                       1          1         0        127 Votes&lt;BR /&gt;QDSKINTERVAL                    3          3         1      32767 Seconds&lt;BR /&gt;ALLOCLASS                       1          0         0        255 Pure-numbe&lt;BR /&gt;LOCKDIRWT                       1          0         0        255 Pure-numbe&lt;BR /&gt;CLUSTER_CREDITS                32         32        10        128 Credits&lt;BR /&gt;NISCS_CONV_BOOT                 0          0         0          1 Boolean&lt;BR /&gt;NISCS_LOAD_PEA0                 1          0         0          1 Boolean&lt;BR /&gt;NISCS_PORT_SERV                 0          0         0          3 Bitmask&lt;BR /&gt;MSCP_LOAD                       1          0         0      16384 Coded-valu&lt;BR /&gt;TMSCP_LOAD                      0          0         0          3 Coded-valu&lt;BR /&gt;MSCP_SERVE_ALL                  1          4         0         15 Bit-Encode&lt;BR /&gt;TMSCP_SERVE_ALL                 0          0         0         15 Bit-Encode&lt;BR /&gt;MSCP_BUFFER                  1024       1024       256         -1 Coded-valu&lt;BR /&gt;MSCP_CREDITS                   32         32         2       1024 Coded-valu&lt;BR /&gt;TAPE_ALLOCLASS                  0          0         0        255 Pure-numbe&lt;BR /&gt;SD_ALLOCLASS                    0          0         0        255 Pure-numbe&lt;BR /&gt;NISCS_MAX_PKTSZ              8192       8192       576       9180 Bytes&lt;BR /&gt;NISCS_LAN_OVRHD                 0          0         0        256 Bytes&lt;BR /&gt;SERVED_IO                       0          0         0          0 Obsolete&lt;BR /&gt;CWCREPRC_ENABLE                 1          1         0          1 Bitmask    D&lt;BR /&gt;RECNXINTERVAL                  20         20         1      32767 Seconds    D&lt;BR /&gt;MSCP_CMD_TMO                    0          0         0 2147483647 Seconds    D&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node OHMS02&lt;BR /&gt; &lt;BR /&gt;Parameters in use: Active&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;VAXCLUSTER                      2          1         0          2 Coded-valu&lt;BR /&gt;EXPECTED_VOTES                  5          1         1        127 Votes&lt;BR /&gt;VOTES                           1          1         0        127 Votes&lt;BR /&gt;DISK_QUORUM     "$1$DGA110       "    "    "    "    "     "ZZZZ" Ascii&lt;BR /&gt;QDSKVOTES                       1          1         0        127 Votes&lt;BR /&gt;QDSKINTERVAL                    3          3         1      32767 Seconds&lt;BR /&gt;ALLOCLASS                       2          0         0        255 Pure-numbe&lt;BR /&gt;LOCKDIRWT                       1          0         0        255 Pure-numbe&lt;BR /&gt;CLUSTER_CREDITS                32         32        10        128 Credits&lt;BR /&gt;NISCS_CONV_BOOT                 0          0         0          1 Boolean&lt;BR /&gt;NISCS_LOAD_PEA0                 1          0         0          1 Boolean&lt;BR /&gt;NISCS_PORT_SERV                 0          0         0          3 Bitmask&lt;BR /&gt;MSCP_LOAD                       1          0         0      16384 Coded-valu&lt;BR /&gt;TMSCP_LOAD                      0          0         0          3 Coded-valu&lt;BR /&gt;MSCP_SERVE_ALL                  1          4         0         15 Bit-Encode&lt;BR /&gt;TMSCP_SERVE_ALL                 0          0         0         15 Bit-Encode&lt;BR /&gt;MSCP_BUFFER                  1024       1024       256         -1 Coded-valu&lt;BR /&gt;MSCP_CREDITS                   32         32         2       1024 Coded-valu&lt;BR /&gt;TAPE_ALLOCLASS                  0          0         0        255 Pure-numbe&lt;BR /&gt;SD_ALLOCLASS                    0          0         0        255 Pure-numbe&lt;BR /&gt;NISCS_MAX_PKTSZ              8192       8192       576       9180 Bytes&lt;BR /&gt;NISCS_LAN_OVRHD                 0          0         0        256 Bytes&lt;BR /&gt;SERVED_IO                       0          0         0          0 Obsolete&lt;BR /&gt;CWCREPRC_ENABLE                 1          1         0          1 Bitmask    D&lt;BR /&gt;RECNXINTERVAL                  20         20         1      32767 Seconds    D&lt;BR /&gt;MSCP_CMD_TMO                    0          0         0 2147483647 Seconds    D&lt;BR /&gt;%SYSMAN-I-OUTPUT, command execution on node OHMS01&lt;BR /&gt; &lt;BR /&gt;Parameters in use: Active&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;VAXCLUSTER                      2          1         0          2 Coded-valu&lt;BR /&gt;EXPECTED_VOTES                  5          1         1        127 Votes&lt;BR /&gt;VOTES                           1          1         0        127 Votes&lt;BR /&gt;DISK_QUORUM     "$1$DGA110       "    "    "    "    "     "ZZZZ" Ascii&lt;BR /&gt;QDSKVOTES                       1          1         0        127 Votes&lt;BR /&gt;QDSKINTERVAL                    3          3         1      32767 Seconds&lt;BR /&gt;ALLOCLASS                       3          0         0        255 Pure-numbe&lt;BR /&gt;LOCKDIRWT                       1          0         0        255 Pure-numbe&lt;BR /&gt;CLUSTER_CREDITS                32         32        10        128 Credits&lt;BR /&gt;NISCS_CONV_BOOT                 0          0         0          1 Boolean&lt;BR /&gt;NISCS_LOAD_PEA0                 1          0         0          1 Boolean&lt;BR /&gt;NISCS_PORT_SERV                 0          0         0          3 Bitmask&lt;BR /&gt;MSCP_LOAD                       1          0         0      16384 Coded-valu&lt;BR /&gt;TMSCP_LOAD                      0          0         0          3 Coded-valu&lt;BR /&gt;MSCP_SERVE_ALL                  1          4         0         15 Bit-Encode&lt;BR /&gt;TMSCP_SERVE_ALL                 0          0         0         15 Bit-Encode&lt;BR /&gt;MSCP_BUFFER                  1024       1024       256         -1 Coded-valu&lt;BR /&gt;MSCP_CREDITS                   32         32         2       1024 Coded-valu&lt;BR /&gt;TAPE_ALLOCLASS                  0          0         0        255 Pure-numbe&lt;BR /&gt;SD_ALLOCLASS                    0          0         0        255 Pure-numbe&lt;BR /&gt;NISCS_MAX_PKTSZ              8192       8192       576       9180 Bytes&lt;BR /&gt;NISCS_LAN_OVRHD                 0          0         0        256 Bytes&lt;BR /&gt;SERVED_IO                       0          0         0          0 Obsolete&lt;BR /&gt;CWCREPRC_ENABLE                 1          1         0          1 Bitmask    D&lt;BR /&gt;RECNXINTERVAL                  20         20         1      32767 Seconds    D&lt;BR /&gt;MSCP_CMD_TMO                    0          0         0 2147483647 Seconds    D&lt;BR /&gt;SYSMAN&amp;gt;</description>
      <pubDate>Thu, 24 Jul 2008 12:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121262#M92157</guid>
      <dc:creator>Ronald Russik</dc:creator>
      <dc:date>2008-07-24T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121263#M92158</link>
      <description>The way this box is (as I think has been mentioned) incorrect around the quorum disk votes; quorum disk votes are 1 and total votes are 4 and quorum will be 3.  You likely want 2/5/3 here. &lt;BR /&gt;&lt;BR /&gt;I'll assume all three of these nodes have functional FC and all three have direct access to $1$DGA110:.&lt;BR /&gt;&lt;BR /&gt;As for why this box is hanging awaiting the third node, that implies (dis)connectivity, and here probably around when the quorum disk is manifested to the newly-forming cluster.   With EV=5 and no QD connection, you need all 3 nodes present.&lt;BR /&gt;&lt;BR /&gt;For grins (and I'm guessing at several key aspects of this cluster configuration not yet in evidence) configure the quorum disk as the system disk.  This assuming the quorum disk is another controller-based FC SAN DG disk, with or without controller-based RAID; that the system here disk is common, FC SAN-based and not host shadowed.&lt;BR /&gt;&lt;BR /&gt;Do also load the current ECO kits; this as a boilerplate response to any weirdness.  If you're not current when weirdness arises, get current first and then go hunting for the weirdness.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2008 13:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121263#M92158</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-07-24T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121264#M92159</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;I concur with Hoff. Since it was mentioned that it is desired to have a single node runnable as the cluster, then the sum of the votes of a single node and the votes assigned to the quorum disk (QDSKVOTES) must achieve quorum.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 24 Jul 2008 17:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121264#M92159</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-07-24T17:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121265#M92160</link>
      <description>Thank you all for your input... I'm on a time line and need to get these three servers ready for UAT. It has been a long time since I've set up a cluster... and I'm digging deep in my memory... so for a three node cluster with a quorum disk;&lt;BR /&gt; &lt;BR /&gt;expected_votes = 5&lt;BR /&gt;vaxcluster = 2&lt;BR /&gt;disk_quorum = "$1$DGA1112"&lt;BR /&gt;votes = 1&lt;BR /&gt;qdskvotes = 2&lt;BR /&gt;(anything else I might be missing?)&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Ron Russik&lt;BR /&gt;Ron.Russik@yrcw.com</description>
      <pubDate>Thu, 24 Jul 2008 17:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121265#M92160</guid>
      <dc:creator>Ronald Russik</dc:creator>
      <dc:date>2008-07-24T17:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121266#M92161</link>
      <description>Make sure your sysgen modifications are reflected in your sys$system:modparams.dat file, or any agen$include_params files referenced by the modparams.dat file.&lt;BR /&gt;&lt;BR /&gt;I like to create a file sys$common:[sysexe]agen_cluster_common_modparams.dat that has all the cluster parameters, like votes, expected votes, quorum disk votes, quorum disk name, etc. and then in sys$system:modparams.dat I put a line with &lt;BR /&gt;&lt;BR /&gt;AGEN$INCLUDE_PARAMS SYS$COMMON:[SYSEXE]AGEN_CLUSTER_COMMON_MODPARAMS.DAT&lt;BR /&gt;&lt;BR /&gt;Then I only need to change one file if the cluster values need to change.  I have other common include files for site specific, application specific, etc.  Then each nodes specific modparams.dat only has the agen$include_params followed by a few items, like node name, SCSSYSTEMID, etc.  After a system upgrade, you will need to cleanup each nodes MODPARAMS.DAT, as the upgrade usually appends to it, with values that will supersede anything in the include files, so the method isn't maintenance free.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 24 Jul 2008 19:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121266#M92161</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-07-24T19:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121267#M92162</link>
      <description>Good Afternoon All,&lt;BR /&gt;&lt;BR /&gt;Thank you for all your help in this matter. Your solutions, recommendations, and advice were very helpful in assisting with this issue.&lt;BR /&gt;&lt;BR /&gt;Again, Thank you for all your help.&lt;BR /&gt;&lt;BR /&gt;Ron Russik&lt;BR /&gt;Ron.Russik@yrcw.com</description>
      <pubDate>Fri, 25 Jul 2008 16:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121267#M92162</guid>
      <dc:creator>Ronald Russik</dc:creator>
      <dc:date>2008-07-25T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Three node OpenVMS cluster hanging issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121268#M92163</link>
      <description>Set the below sysgen parameters;&lt;BR /&gt;&lt;BR /&gt;expected_votes = 5&lt;BR /&gt;vaxcluster = 2&lt;BR /&gt;disk_quorum = "$1$DGA1112"&lt;BR /&gt;votes = 1&lt;BR /&gt;qdskvotes = 2</description>
      <pubDate>Mon, 24 Nov 2008 19:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/three-node-openvms-cluster-hanging-issues/m-p/5121268#M92163</guid>
      <dc:creator>Ronald Russik</dc:creator>
      <dc:date>2008-11-24T19:13:53Z</dc:date>
    </item>
  </channel>
</rss>

