<?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: VG activation with PVs missing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767568#M643628</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If a PV  is missing, it is a rare chance that you can mount the corresponding file systems. It would ask you to fsck the filesystem and it will finally fail.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Jul 2002 20:33:46 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-07-18T20:33:46Z</dc:date>
    <item>
      <title>VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767562#M643622</link>
      <description>I understand the concept of a VG quorum just fine. However, there is something that I have never thought of until a discussion today in regards to LVM.&lt;BR /&gt;&lt;BR /&gt;   How exactly does a volume group activate that has missing contituent PVs, yet still has quorum? (Assume no lvols are mirrored.) If the VG is activated, and the filesystem mounted, there stands an excellent chance that data will not be available! &lt;BR /&gt;&lt;BR /&gt;Yikes!&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 19:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767562#M643622</guid>
      <dc:creator>Rudy Williams</dc:creator>
      <dc:date>2002-07-18T19:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767563#M643623</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, that's true.  There is an option to handle this situation, although it is not advisable:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y -q n /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;*However* as the man pages for 'vgchnage' note, "The -q n option can be used to activate the volume group when the disk quorum is not&lt;BR /&gt;maintained because too many disks were lost.&lt;BR /&gt;Since it ensures the integrity of the LVM&lt;BR /&gt;configuration information, it is normally not&lt;BR /&gt;advisable to override the quorum."&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Jul 2002 20:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767563#M643623</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-18T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767564#M643624</link>
      <description>Yes, that is absolutely true. In fact, when an unmirrored LVOL spans more than one physical disk, you have actually increased the probability of failure and data loss because the failure of any physical disk that comprises the LVOL will result in data loss.&lt;BR /&gt;Of course, the more disks that you have, the higher the probabilty that a disk will fail.&lt;BR /&gt;&lt;BR /&gt;Fot that reason, always mirror (or RAID) critical data and always have good backups so that you won't need them.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 20:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767564#M643624</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-18T20:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767565#M643625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While you can override the quorum using -q n option, I would do it only under the circumstances of missing PVs that are either alternate links or mirror disks. I would be atmost careful if the situation does not fall under any of the above.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 18 Jul 2002 20:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767565#M643625</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-18T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767566#M643626</link>
      <description>To add ..&lt;BR /&gt;Whether or not a VG can be activated will depends on the quorum rules, we all know that. When it's time to mount the FS, whether it can be mounted or not will depend on the location of the superblock on the FS. If the superblock does not reside on the "failed" PV, the FS will mount until someone try to read/write to the bad blocks before the IO errors become apparent. Of course even before that happened you would know you have a problem when you see error like "missing PV", "cannot query PV" , etc, etc from any execution of LVM related command like vgdisplay.</description>
      <pubDate>Thu, 18 Jul 2002 20:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767566#M643626</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-18T20:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767567#M643627</link>
      <description>Let's assume that I activate the VG and I still have quorum, though on PV is missing. I attempt to access a file that is on the dead PV. &lt;BR /&gt;&lt;BR /&gt;What will the user see when their command fails? I have never actually tried this. (I am sure that the syslog.log will have all sorts of lovely entries.)&lt;BR /&gt;&lt;BR /&gt;Oh, one more question. Will vgchange write out any errors to the console or the shell's stdout/stderr when it determines that not all of the PVs are available?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 20:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767567#M643627</guid>
      <dc:creator>Rudy Williams</dc:creator>
      <dc:date>2002-07-18T20:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767568#M643628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If a PV  is missing, it is a rare chance that you can mount the corresponding file systems. It would ask you to fsck the filesystem and it will finally fail.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 20:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767568#M643628</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-18T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767569#M643629</link>
      <description>What will the user see when their command fails? I have never actually tried this. (I am sure that the syslog.log will have all sorts of lovely entries.)&lt;BR /&gt;=&amp;gt; It'll simply hang or freeze. Simple example is say you "cd" to the directory and then do "ls", it'll just hang and you'll not get the prompt back. Any yes you'll see tons of IO errors in syslog.log and "dmesg" output.&lt;BR /&gt;&lt;BR /&gt;Will vgchange write out any errors to the console or the shell's stdout/stderr when it determines that not all of the PVs are available?&lt;BR /&gt;=&amp;gt; Yes it will, if I'm not mistaken it'll say something like ..&lt;BR /&gt;"couldn't attach to PV /dev/dsk/..."&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 20:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767569#M643629</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-18T20:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767570#M643630</link>
      <description>Here is what I have seen-- The VG was already active, but a whole tray (the old HP6000 trays) of disks failed (power supply problem).  When a command was issued against the file system that was located on those disks the command would hang as it was waiting on I/O.  You could not CTRL-C it, nor could you 'kill -9' it.&lt;BR /&gt;&lt;BR /&gt;If the VG activates successfully and if the LV mounts without an error, I would suspect that you would see the same type of behavior.  Lot's of hung processes waiting on I/O that you can't do anything with / to.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 20:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767570#M643630</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-07-18T20:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: VG activation with PVs missing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767571#M643631</link>
      <description>Yes,it is really a latently serious problem. &lt;BR /&gt;I have encoutered similar problems. And users can not detect the question until they access the data which is unavailable at all. I think it is better to use LVM commands such as vgdisplay or lvdisplay after you import one VG.&lt;BR /&gt;Then you will see error like "missing PV", "cannot query PV" , etc if there is any missing PV. Correct the errors before the users access it. &lt;BR /&gt;&lt;BR /&gt;Al.</description>
      <pubDate>Fri, 19 Jul 2002 05:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-activation-with-pvs-missing/m-p/2767571#M643631</guid>
      <dc:creator>albert_hua</dc:creator>
      <dc:date>2002-07-19T05:57:29Z</dc:date>
    </item>
  </channel>
</rss>

