<?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: quorum question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615695#M645646</link>
    <description>Hi Gerald:&lt;BR /&gt;&lt;BR /&gt;Put the '-lq' on all drives.  That way, it doesn't matter "who's" available or not.  The idea is to get booted up and deal with any issues that remain.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 16 Nov 2001 16:38:08 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-11-16T16:38:08Z</dc:date>
    <item>
      <title>quorum question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615694#M645645</link>
      <description>I have the HP doc that specifies how to configure a mirrored boot disk: &lt;BR /&gt;Use mkboot to add an AUTO file in boot LIF area:&lt;BR /&gt;&lt;BR /&gt;    # mkboot -a "hpux" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Or, use the -lq option to allow the system to boot in the event that one of the disks is unavailable, resulting in a loss of quorum.&lt;BR /&gt;&lt;BR /&gt;    # mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;NOTE: Use the -lq option when the root volume group contains only 2 disks. If more than 2 disks are in the root volume group, the -lq option is not needed as quorum will be maintained even if 1 disk fails.&lt;BR /&gt;&lt;BR /&gt;Check the contents of the AUTO file with&lt;BR /&gt;&lt;BR /&gt;    # lifcp /dev/rdsk/c0t5d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;My question is should the AUTO file of the primary disk also have the -lq option?  The directions do not instruct us to modify the AUTO file of the primary with the -lq option but it would seem that if the mirror disk failed we would fail quorum.  Our system has two drives in vg00.  Should both the drives have the -lq option, or not?</description>
      <pubDate>Fri, 16 Nov 2001 16:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615694#M645645</guid>
      <dc:creator>Gerald Taylor</dc:creator>
      <dc:date>2001-11-16T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: quorum question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615695#M645646</link>
      <description>Hi Gerald:&lt;BR /&gt;&lt;BR /&gt;Put the '-lq' on all drives.  That way, it doesn't matter "who's" available or not.  The idea is to get booted up and deal with any issues that remain.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 16 Nov 2001 16:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615695#M645646</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-16T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: quorum question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615696#M645647</link>
      <description>In a word - yes.&lt;BR /&gt;&lt;BR /&gt;The primary and mirror boot discs should have *exactly* the same contents - this includes the lif volume...&lt;BR /&gt;&lt;BR /&gt;When HP's boot they load ISL from the boot disk and then follow the auto file from that same boot disk...&lt;BR /&gt;&lt;BR /&gt;Ergo *both* disks need the quorum switch.&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Fri, 16 Nov 2001 16:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615696#M645647</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2001-11-16T16:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: quorum question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615697#M645648</link>
      <description>I think I would recommend that both have the -lq option so that if something happens to either disk, then the system can reboot, if necessary.&lt;BR /&gt;&lt;BR /&gt;Just my $0.02</description>
      <pubDate>Fri, 16 Nov 2001 16:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615697#M645648</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-11-16T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: quorum question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615698#M645649</link>
      <description>&amp;lt;&lt;OUR system="" has="" two="" drives="" in="" vg00.="" should="" both="" the="" drives="" have="" the="" -lq="" option=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Yes, you are right. The primary too can have it. But, the reason why it is not done by&lt;BR /&gt;default is because you use the primary disk&lt;BR /&gt;to boot . Whereas the secondary disk is used&lt;BR /&gt;when the primary disk fails, so they have the&lt;BR /&gt;-lq option in it.   &lt;BR /&gt;&lt;BR /&gt; There is always the option of doing it manually through ISL , in case the secondary is down.&lt;BR /&gt;&lt;BR /&gt;-raj&lt;/OUR&gt;</description>
      <pubDate>Fri, 16 Nov 2001 16:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-question/m-p/2615698#M645649</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-16T16:42:22Z</dc:date>
    </item>
  </channel>
</rss>

