<?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: unknown reason cause VG activation failed. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754912#M388570</link>
    <description>Do post vgscan -v -p -a output !!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
    <pubDate>Sat, 19 Feb 2011 08:36:50 GMT</pubDate>
    <dc:creator>Manix</dc:creator>
    <dc:date>2011-02-19T08:36:50Z</dc:date>
    <item>
      <title>unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754909#M388567</link>
      <description>guys,&lt;BR /&gt;vgspstest contained c23t2d0 and c25t2d0(alternate link),syslog told:&lt;BR /&gt;vmunix: LVM: WARNING: VG 64 0x250000: LV 2: Some I/O requests to this LV are waiting                                                                                        &lt;BR /&gt;vmunix:   indefinitely for an unavailable PV. These requests will be queued until                                                                                           &lt;BR /&gt;vmunix:   the PV becomes available (or a timeout is specified for the LV).                                                                                                  &lt;BR /&gt;vmunix: LVM: VG 64 0x250000: PVLink 31 0x172000 Wrong Disk!                                                                                                                 &lt;BR /&gt;vmunix: LVM: VG 64 0x250000: PVLink 31 0x192000 Wrong Disk!                                                                                                                 &lt;BR /&gt;vmunix: LVM: VG 64 0x250000: Lost quorum.                                                                                                                                   &lt;BR /&gt;vmunix: This may block configuration changes and I/Os. In order to reestablish quorum at least 1 of the following PVs (represented by current link) must become available:  &lt;BR /&gt;vmunix: &amp;lt;31 0x172000&amp;gt;                                                                                                                                                       &lt;BR /&gt;vmunix: vxfs: WARNING: msgcnt 1 mesg 038: V-2-38: vx_dataioerr - /dev/vgspstest/lvspspt file system file data write error in dev/block 0/23283028                           &lt;BR /&gt;vmunix: LVM: NOTICE: VG 64 0x250000: LV 2: All I/O requests to this LV that were                                                                                            &lt;BR /&gt;vmunix:   waiting indefinitely for an unavailable PV have now completed.                                                                                                    &lt;BR /&gt;vmunix: Synchronous Page I/O error occurred while paging to/from disk                                           &lt;BR /&gt;diskinfo of c23t2d0 and c25t2d0 was ok, and vgdisplay vgspstest:&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgspstest/lvsps&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            268160          &lt;BR /&gt;   Current LE                  4190      &lt;BR /&gt;   Allocated PE                4190        &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgspstest/lvspspt&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            256000          &lt;BR /&gt;   Current LE                  4000      &lt;BR /&gt;   Allocated PE                4000        &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c23t2d0&lt;BR /&gt;   PV Name                     /dev/dsk/c25t2d0 Alternate Link&lt;BR /&gt;   PV Status                   unavailable              &lt;BR /&gt;   Total PE                    8191    &lt;BR /&gt;   Free PE                     1       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;   Proactive Polling           On    &lt;BR /&gt;c23t2d0 and c25t2d0 were links of LUN on MSA1500. I reboot the server, then vgspstest was unable to activate, telling could not query c23t2d0 and c25t2d0, and pvdisplay could not query those two disks either.&lt;BR /&gt;what could be the cause of this issue? I could not get the status of the MSA1500, if there was disk failure causing LUN problem, diskinfo should fail to query that LUN, right?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 18 Feb 2011 15:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754909#M388567</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-02-18T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754910#M388568</link>
      <description>as per the above information your vg vgspstest having one physical volume PV Name /dev/dsk/c23t2d0 which is showing unavailable and PV Name /dev/dsk/c25t2d0 is the alternate link of /dev/dsk/c23t2d0 .That is why your vg is not activated&lt;BR /&gt;&lt;BR /&gt;First of all check with ioscan whether this disk is CLAIMED or not.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;if it is showing CLAIMED check with diskinfo &lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/dsk/c23t2d0 &lt;BR /&gt;&lt;BR /&gt;if it is showing output then you need to check whther the disk is having any bad sector or tracks.&lt;BR /&gt;&lt;BR /&gt;if all the above command are failed or ioscan showing "NO_HW" contact with hardware support to check whether there is any disk or cabling related issue.</description>
      <pubDate>Sat, 19 Feb 2011 04:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754910#M388568</guid>
      <dc:creator>nijokj</dc:creator>
      <dc:date>2011-02-19T04:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754911#M388569</link>
      <description>vmunix: LVM: VG 64 0x250000: PVLink 31 0x172000 Wrong Disk!&lt;BR /&gt;vmunix: LVM: VG 64 0x250000: PVLink 31 0x192000 Wrong Disk!&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;vmunix: LVM: VG 64 0x250000: Lost quorum. &lt;BR /&gt;&lt;BR /&gt;So it says clearly ..the reason you asked for..&lt;BR /&gt;quorum at least 1 of the following PVs (represented by current link) must become available: &lt;BR /&gt;&lt;BR /&gt;So we not why the vg didn`t got activated ..&lt;BR /&gt;&lt;BR /&gt;Now we check the  PV mapping again to the VGs,run vgscan -v -p -a  (preview )&amp;amp; see if there is any change in the paths mapping.&lt;BR /&gt;&lt;BR /&gt;PV Name /dev/dsk/c23t2d0&lt;BR /&gt;PV Name /dev/dsk/c25t2d0&amp;gt;&amp;gt;&amp;gt; Alternate Link&lt;BR /&gt;&lt;BR /&gt;NOTE :: the other one is just a link so there&lt;BR /&gt;is just one physical disk.&lt;BR /&gt;&lt;BR /&gt;check with "dd" command if the disk is fine&lt;BR /&gt;could be due to path not accessible while reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Feb 2011 06:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754911#M388569</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-19T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754912#M388570</link>
      <description>Do post vgscan -v -p -a output !!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
      <pubDate>Sat, 19 Feb 2011 08:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754912#M388570</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-19T08:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754913#M388571</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How many PVs are there in the VG? Just one right or do you have a missing disk... You will notice that the device files mentioned are just coming from different controllers or in apt terminology sense they are "PV links" and as pointed you don't have 2 disks visible by LVM. A volume group will not activate if 51% of the available disks are available and at this point you have 0% available and hence VG will not activate. Neither will you be able to configure because it does not meet the "running quorum" of that VG. Please post the output mentioned by Manix.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Sat, 19 Feb 2011 11:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754913#M388571</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-02-19T11:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754914#M388572</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Typo error above&lt;BR /&gt;&lt;BR /&gt; A volume group will not activate if 51% of the available disks are NOT AVAILABLE and at this point you have 0% available and hence VG will not activate.</description>
      <pubDate>Sat, 19 Feb 2011 11:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754914#M388572</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-02-19T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: unknown reason cause VG activation failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754915#M388573</link>
      <description>guys,&lt;BR /&gt;application personel decided to recreate vgspstest yesterday so I could not post vgscan output!&lt;BR /&gt;string /etc/lvmtab showed that vgspstest only consisted one PV, do there was no PV lost situation.&lt;BR /&gt;after I reboot the box, ioscan said c23t2d0 and c25t2d0 were CLAIMED and diskinfo showed the exact size of these two disk, no I/O error. In fact, when that issue occured, bdf told:&lt;BR /&gt;bdf: /export/home/mboss/sps: I/O error&lt;BR /&gt;bdf: /export/home/mboss/spssd: I/O error&lt;BR /&gt;and vgdisplay output as I posted before, and I've got syslog as attachment.&lt;BR /&gt;I just wonder whether something happened at Storage site caused this issue.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Sat, 19 Feb 2011 14:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-reason-cause-vg-activation-failed/m-p/4754915#M388573</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-02-19T14:52:16Z</dc:date>
    </item>
  </channel>
</rss>

