<?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: Determine if quorom is set or not in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979690#M632271</link>
    <description>Thanks for all the answers so far, but it is *not* what we mean. Setting the quorum is comparable to saying LET A=1, and knowing what A contains is saying PRINT A. So, how can we READ the *current* quorum value, and not *change* or *set* it.&lt;BR /&gt;</description>
    <pubDate>Thu, 22 May 2003 12:20:49 GMT</pubDate>
    <dc:creator>Dhr. Ron van Eijk</dc:creator>
    <dc:date>2003-05-22T12:20:49Z</dc:date>
    <item>
      <title>Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979684#M632265</link>
      <description>L.S.&lt;BR /&gt;&lt;BR /&gt;  How can we show the status of the quorum in a volume group. It is settable through lvchange -q y/n, but *how* can we *read* it? This is not only valid for the boot volume (vg00), but also for any other volume group. The lifcp /dev/rdsk/&lt;BOOTDISK&gt;:AUTO - does not do it...&lt;/BOOTDISK&gt;</description>
      <pubDate>Thu, 22 May 2003 11:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979684#M632265</guid>
      <dc:creator>Dhr. Ron van Eijk</dc:creator>
      <dc:date>2003-05-22T11:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979685#M632266</link>
      <description>It is the -lq parameter passed to the hpux kernel loader. &lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/dsk/cxtxdx</description>
      <pubDate>Thu, 22 May 2003 11:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979685#M632266</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-05-22T11:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979686#M632267</link>
      <description>Hi,&lt;BR /&gt;at boot you disable qorum with&lt;BR /&gt;&lt;BR /&gt;hpux -lq (;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;and in general you can change the activation with the vgchange -a y -q  y|n .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to konw the status, simply look at vgdisplay -v. If there are missing disk, you will find.&lt;BR /&gt;&lt;BR /&gt;By default quorum is ALWAYS required, unless specified (-q n ).&lt;BR /&gt;Answer can also be found in the man page:&lt;BR /&gt;&lt;BR /&gt;-q quorum           Set the quorum enforcement for each specified&lt;BR /&gt;                               volume group.  quorum can have one of the&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 4 -  HP-UX Release 11.00: October 1997&lt;BR /&gt;&lt;BR /&gt;Standard input&lt;BR /&gt;&lt;BR /&gt;                               following values:&lt;BR /&gt;&lt;BR /&gt;                                    y    Enforce the quorum requirement.&lt;BR /&gt;                                         This is the default.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 11:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979686#M632267</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-22T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979687#M632268</link>
      <description>Hello, Ken,&lt;BR /&gt;&lt;BR /&gt;   This is *not* what we mean. We don't want to make this volume 'bootable', but we want to know/show and not change this setting (comparable with AIX 'lsvg anyvg'), there is a line, saying: QUORUM: n.&lt;BR /&gt;&lt;BR /&gt;Gert Leerdam</description>
      <pubDate>Thu, 22 May 2003 12:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979687#M632268</guid>
      <dc:creator>Dhr. Ron van Eijk</dc:creator>
      <dc:date>2003-05-22T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979688#M632269</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;not sure what you mean but I guess it is that&lt;BR /&gt;you can activate a VG without quorum being present by:&lt;BR /&gt;vgchange -a y -q n vgXYZ&lt;BR /&gt;&lt;BR /&gt;vgdisplay vgXYZ&lt;BR /&gt;will give you two numbers of disks:&lt;BR /&gt;Cur PV&lt;BR /&gt;Act PV&lt;BR /&gt;&lt;BR /&gt;if you regain your "lost" disks in the VG you have to activate it again to recover links too previously missing disks. simply enter&lt;BR /&gt;vgchange -a y vgXYZ&lt;BR /&gt;&lt;BR /&gt;if you have access to all disks that belong to the VG, then Cur PV = Act PV.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 12:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979688#M632269</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-05-22T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979689#M632270</link>
      <description>Quorum can be changed at the Volume Group level, but it is not a variable that you set for the Volume Group, it is an option that you can use to activate a Volume Group that may have problems activating all the PVs in the Volume Group.</description>
      <pubDate>Thu, 22 May 2003 12:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979689#M632270</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-05-22T12:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979690#M632271</link>
      <description>Thanks for all the answers so far, but it is *not* what we mean. Setting the quorum is comparable to saying LET A=1, and knowing what A contains is saying PRINT A. So, how can we READ the *current* quorum value, and not *change* or *set* it.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 12:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979690#M632271</guid>
      <dc:creator>Dhr. Ron van Eijk</dc:creator>
      <dc:date>2003-05-22T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979691#M632272</link>
      <description>As I mentionned before, it is ONLY something you can change when trying to activate a Volume Group therefore it is not a variable that you can set and display afterward.  The quorum flag will *only* help you activate a volume group.  You can check man vgchange to see the -q option and the explanation as to what it does.</description>
      <pubDate>Thu, 22 May 2003 12:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979691#M632272</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-05-22T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979692#M632273</link>
      <description>Hello, Marco,&lt;BR /&gt;&lt;BR /&gt;   Thank you for your answer(s). It seems to be, that you are right. It's a pity, that you cannot check what is the setting of the quorum value. We had a machine, that was rebooted, and then the vg03 did not work anymore. After setting the quorum to No, the volumes could be mounted again. But we could never read the value.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gert Leerdam</description>
      <pubDate>Thu, 22 May 2003 12:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979692#M632273</guid>
      <dc:creator>Dhr. Ron van Eijk</dc:creator>
      <dc:date>2003-05-22T12:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979693#M632274</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Interesting question.  The quorum information is maintained in the VGRA (Volume Group Reserved Area) where, among many things, the VGID can be found.&lt;BR /&gt;&lt;BR /&gt;Perhaps someone from HP could provide the specific address that we could interrogate.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 May 2003 12:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979693#M632274</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-22T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if quorom is set or not</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979694#M632275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is that quorum on hp-ux is only a flag used at activation (and not a value that we could choose). So I can't see any reason to reserve a field in the VGRA for this flag.&lt;BR /&gt;&lt;BR /&gt;I think that the value you are looking for is simply the hp-ux rule : more than 50% of the number of disks ...&lt;BR /&gt;&lt;BR /&gt;So having a look at cur PV against act PV in the vgdisplay output will give you the reason why your vg couldn't be activated. For example having lost 1 disk on a 2 disks vg means that you haven't met the quorum. This is only checked at activation time.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 22 May 2003 13:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-if-quorom-is-set-or-not/m-p/2979694#M632275</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-05-22T13:07:18Z</dc:date>
    </item>
  </channel>
</rss>

