<?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 SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627660#M103414</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today one of my (highly experienced) users was explaining VMSclusters to a new employee.&lt;/P&gt;&lt;P&gt;Things were going well until he noticed SHOW CLUSTER reported different values for EXPECTED_VOTES and QUORUM on both systems: it shows EXPECTED_VOTES=1 on node METMAX and 3 on node METMIN, and QUORUM=1 on METMAX and 2 on METMIN.&amp;nbsp; (See attachment for details.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user alerted me to this and rightly queried the cluster setup.&amp;nbsp; So I looked a bit closer and saw that SHOW CLUSTER disagrees with F$GETSYI and SYSMAN:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On METMAX ...&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;METMAX&amp;gt; write sys$output f$getsyi("EXPECTED_VOTES")
3
METMAX&amp;gt; mcr sysman
SYSMAN&amp;gt; param use active
SYSMAN&amp;gt; param show expected_votes
Node METMAX:   Parameters in use: ACTIVE
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; param use current
SYSMAN&amp;gt; param show expected_votes
Node METMAX:   Parameters in use: CURRENT
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; exit&lt;BR /&gt;METMAX&amp;gt; search sys$system:modparams.dat votes&lt;BR /&gt;VOTES=1&lt;BR /&gt;EXPECTED_VOTES=3&lt;BR /&gt;QDSKVOTES=1&lt;BR /&gt;METMAX&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;On METMIN:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;METMIN&amp;gt; write sys$output f$getsyi("EXPECTED_VOTES")
3
METMIN&amp;gt; mcr sysman
SYSMAN&amp;gt; param use active
SYSMAN&amp;gt; param show expected_votes
Node METMIN:   Parameters in use: ACTIVE
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; param use current
SYSMAN&amp;gt; param show expected_votes
Node METMIN:   Parameters in use: CURRENT
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; exit&lt;BR /&gt;METMIN&amp;gt; search sys$system:modparams.dat votes&lt;BR /&gt;VOTES=1&lt;BR /&gt;EXPECTED_VOTES=3&lt;BR /&gt;QDSKVOTES=1&lt;BR /&gt;METMIN&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So what's going on?&amp;nbsp; How can SHOW CLUSTER be showing such different values for METMAX?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jeremy Begg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2014 09:24:25 GMT</pubDate>
    <dc:creator>Jeremy Begg</dc:creator>
    <dc:date>2014-09-23T09:24:25Z</dc:date>
    <item>
      <title>SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627660#M103414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today one of my (highly experienced) users was explaining VMSclusters to a new employee.&lt;/P&gt;&lt;P&gt;Things were going well until he noticed SHOW CLUSTER reported different values for EXPECTED_VOTES and QUORUM on both systems: it shows EXPECTED_VOTES=1 on node METMAX and 3 on node METMIN, and QUORUM=1 on METMAX and 2 on METMIN.&amp;nbsp; (See attachment for details.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My user alerted me to this and rightly queried the cluster setup.&amp;nbsp; So I looked a bit closer and saw that SHOW CLUSTER disagrees with F$GETSYI and SYSMAN:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On METMAX ...&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;METMAX&amp;gt; write sys$output f$getsyi("EXPECTED_VOTES")
3
METMAX&amp;gt; mcr sysman
SYSMAN&amp;gt; param use active
SYSMAN&amp;gt; param show expected_votes
Node METMAX:   Parameters in use: ACTIVE
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; param use current
SYSMAN&amp;gt; param show expected_votes
Node METMAX:   Parameters in use: CURRENT
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; exit&lt;BR /&gt;METMAX&amp;gt; search sys$system:modparams.dat votes&lt;BR /&gt;VOTES=1&lt;BR /&gt;EXPECTED_VOTES=3&lt;BR /&gt;QDSKVOTES=1&lt;BR /&gt;METMAX&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;On METMIN:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;METMIN&amp;gt; write sys$output f$getsyi("EXPECTED_VOTES")
3
METMIN&amp;gt; mcr sysman
SYSMAN&amp;gt; param use active
SYSMAN&amp;gt; param show expected_votes
Node METMIN:   Parameters in use: ACTIVE
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; param use current
SYSMAN&amp;gt; param show expected_votes
Node METMIN:   Parameters in use: CURRENT
Parameter Name            Current    Default    Minimum    Maximum Unit  Dynamic
--------------            -------    -------    -------    ------- ----  -------
EXPECTED_VOTES                  3          1          1        127 Votes

SYSMAN&amp;gt; exit&lt;BR /&gt;METMIN&amp;gt; search sys$system:modparams.dat votes&lt;BR /&gt;VOTES=1&lt;BR /&gt;EXPECTED_VOTES=3&lt;BR /&gt;QDSKVOTES=1&lt;BR /&gt;METMIN&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So what's going on?&amp;nbsp; How can SHOW CLUSTER be showing such different values for METMAX?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jeremy Begg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627660#M103414</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2014-09-23T09:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627670#M103415</link>
      <description>&lt;P&gt;Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please also check with SDA&amp;gt; SHOW CLUSTER on both nodes, what the CSB (Cluster System Block) data contains for the nodes in the cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SHOW CLUSTER utility may not be using F$GETSYI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627670#M103415</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2014-09-23T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627994#M103416</link>
      <description>&lt;P&gt;Somebody has probably been using&amp;nbsp;SET CLUSTER/EXPECTED_VOTES over the lifetime of this cluster, either explicitly or during a shutdown. &amp;nbsp; &amp;nbsp;You can issue the command (sans value) and reset the values.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 15:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6627994#M103416</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2014-09-23T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6628430#M103417</link>
      <description>&lt;P&gt;Yes, SDA&amp;gt; SHOW CLUSTER shows the same values as the SHOW CLUSTER command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried SET CLUSTER/EXPECTED_VOTES with and without a value (3) but it appears to have no effect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SHOW CLUSTER output before:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;│ METMAX │ VMS V8.4 │ 1 │ 1 │ 1 │ MEMBER │&lt;/P&gt;&lt;P&gt;│ METMIN&amp;nbsp; │ VMS V8.4 │ 1 │ 3 │ 2 │ MEMBER │&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The three numbers are VOTES, EXPECTED_VOTES and QUORUM.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;METMAX&amp;gt; set cluster/expect&lt;BR /&gt;%SET-I-EXPTD_VOTES, new value of expected votes is 3, yields quorum of 2&lt;/P&gt;&lt;P&gt;METMAX&amp;gt; show cluster&lt;/P&gt;&lt;P&gt;│ METMAX │ VMS V8.4 │ 1 │ 1 │ 1 │ MEMBER │&lt;/P&gt;&lt;P&gt;│ METMIN&amp;nbsp; │ VMS V8.4 │ 1 │ 3 │ 2 │ MEMBER │&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and SDA agrees that the EXPECTED_VOTES has not changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 22:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6628430#M103417</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2014-09-23T22:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6628516#M103418</link>
      <description>&lt;P&gt;&lt;EM&gt;...and SDA agrees that the EXPECTED_VOTES has not changed...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has the quorum value changed? &amp;nbsp;EXPECTED_VOTES relates to the boot environment, and is not relevant to OpenVMS operations once cluster connections have been established and the value of quorum initially derived from the parameter EXPECTED_VOTES has been verified as being available. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once cluster connections have been established and the initial boot-time quorum hang has been cleared, the total number of votes actually present in the configuration are used to calculate the quorum value, and it is the quorum value which is the only value here that matters. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;SET CLUSTER /EXPECTED_VOTES command centrally effects the current quorum value, and not the value of EXPECTED_VOTES.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: &amp;nbsp;&lt;SPAN&gt;searching the sys$system:modparams.dat file can be slightly hazardous with recent releases, as that file can now include other files with parameter settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2014 01:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6628516#M103418</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2014-09-24T01:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW CLUSTER shows different parameter values compared to F$GETSYI and SYSMAN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6631558#M103419</link>
      <description>&lt;P&gt;SET CLUSTER/EXPECTED_VOTES did not appear to have any effect.&lt;/P&gt;&lt;P&gt;Both EXPECTED_VOTES and QUORUM were unchanged.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-cluster-shows-different-parameter-values-compared-to-f/m-p/6631558#M103419</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2014-09-26T21:54:52Z</dc:date>
    </item>
  </channel>
</rss>

