<?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 not present in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649824#M620372</link>
    <description>It is NOT useless ... you did the wrong commands.&lt;BR /&gt;&lt;BR /&gt;vgchange -e y -q n vg&lt;BR /&gt;&lt;BR /&gt;is the right one. Don't touch the /etc/lvmtab, don't do anything like vgchange -c n or vgchange -a y , because you'll corrupt your vg and cluster configuration!</description>
    <pubDate>Fri, 14 Oct 2005 13:35:49 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2005-10-14T13:35:49Z</dc:date>
    <item>
      <title>Quorum not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649821#M620369</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I have a volume group which has LUNs in two virtual Arrays .All our information is mirrored between both virtual arrays . Today after a power failure we have lost just one link to one virtual arrray , the rest of them remains there . Each virtual array has two links to the san . Now the vg from the cluster doest not activate :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Athos:/etc/cmcluster/pkgdb&amp;gt; vgchange -a n -/dev/vgora&lt;BR /&gt;Athos:/etc/cmcluster/pkgdb&amp;gt; vgdisplay -v /dev/vgora&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgora".&lt;BR /&gt;Athos:/etc/cmcluster/pkgdb&amp;gt; vgchange -a y /dev/vgora&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not&lt;BR /&gt;exist, or is not configured into the kernel.&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgora" conflicts with configured mode.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;Athos:/etc/cmcluster/pkgdb&amp;gt; vgchange -a y -q n /dev/vgora&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not&lt;BR /&gt;exist, or is not configured into the kernel.&lt;BR /&gt;vgchange: Activation mode requested for the volume group "/dev/vgora" conflicts with configured mode.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;Athos:/etc/cmcluster/pkgdb&amp;gt; vgchange -c n -q n /dev/vgora&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not&lt;BR /&gt;exist, or is not configured into the kernel.&lt;BR /&gt;vgchange: Could not attach to volume group "/dev/vgora" all of &lt;BR /&gt;its physical volumes.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c20t15d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;&lt;BR /&gt;I really will appreciate your suggestions.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 14 Oct 2005 12:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649821#M620369</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-10-14T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Quorum not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649822#M620370</link>
      <description>Normally, the VG is activated when the package starts.&lt;BR /&gt;vgchange -a y vg&lt;BR /&gt;doesn't work in cluster configuration.&lt;BR /&gt;use vgchange -e y vg&lt;BR /&gt;&lt;BR /&gt;One disk is not accessible.&lt;BR /&gt;try ioscan -fn and have a look at /dev/dsk/c20t15d0 if the status is NO_HW</description>
      <pubDate>Fri, 14 Oct 2005 13:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649822#M620370</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-10-14T13:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quorum not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649823#M620371</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in fact we have lost some links to the disks because there has been a power failure to one of the for Switches of the SAN . This has made that a lot of physical links has been lost . I have been able rigth now to activate my vg creating a new /etc/lvmtab . &lt;BR /&gt;&lt;BR /&gt;However my question remains the same , in the cluster I have set the -q n option to forget the quorum but when happens a situation as the one we have today we can see that it is completely useless.....&lt;BR /&gt;&lt;BR /&gt;Can anyone give me an explanation ???&lt;BR /&gt;&lt;BR /&gt;I will not hesitate to give points to any good answer....</description>
      <pubDate>Fri, 14 Oct 2005 13:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649823#M620371</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-10-14T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Quorum not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649824#M620372</link>
      <description>It is NOT useless ... you did the wrong commands.&lt;BR /&gt;&lt;BR /&gt;vgchange -e y -q n vg&lt;BR /&gt;&lt;BR /&gt;is the right one. Don't touch the /etc/lvmtab, don't do anything like vgchange -c n or vgchange -a y , because you'll corrupt your vg and cluster configuration!</description>
      <pubDate>Fri, 14 Oct 2005 13:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649824#M620372</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-10-14T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quorum not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649825#M620373</link>
      <description>9 points for the last entry . This was the correct format:&lt;BR /&gt;&lt;BR /&gt;Athos:/root&amp;gt; vgchange -a e -q n /dev/vgpkgdb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But anyway thank you very much</description>
      <pubDate>Fri, 14 Oct 2005 13:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quorum-not-present/m-p/3649825#M620373</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-10-14T13:39:25Z</dc:date>
    </item>
  </channel>
</rss>

