<?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: make_tape_recovery failure due to failed root PV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681251#M498293</link>
    <description>Hope your root VG is mirrored.Since you are confirm that one disk went bad,ignite ux will give error.Ifyou have a good disk with you, replace the bad disk and use vgcfgrestore,follow the steps to make it bootable  and do vgsync.&lt;BR /&gt;Otherwise using vgreduce romove the bad disk from the vg.Then go ahead with with the Ignite backup.But this backup contains only single disk configuration.&lt;BR /&gt;Can you mention the OS and model (Integrity or PARISC)?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Aug 2010 06:15:10 GMT</pubDate>
    <dc:creator>Bijeesh</dc:creator>
    <dc:date>2010-08-31T06:15:10Z</dc:date>
    <item>
      <title>make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681250#M498292</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We had 2 x 146 GB HDDs comprising the root VG, out of which one disk went bad. Since, the redundancy is lost, we want to keep an ignite backup for safety. But, make_tape_recovery is failing due to the changed PV information. &lt;BR /&gt;&lt;BR /&gt;Need help to override this.&lt;BR /&gt;&lt;BR /&gt;NOTE: The disk gone bad-if we try to use this disk, the system crashes and starts rebooting&lt;BR /&gt;---------------------------------------------------------------------------------------------------&lt;BR /&gt;P.S. This thread has been moved from system administration to ignite-ux- Forum Moderator</description>
      <pubDate>Tue, 31 Aug 2010 05:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681250#M498292</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-08-31T05:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681251#M498293</link>
      <description>Hope your root VG is mirrored.Since you are confirm that one disk went bad,ignite ux will give error.Ifyou have a good disk with you, replace the bad disk and use vgcfgrestore,follow the steps to make it bootable  and do vgsync.&lt;BR /&gt;Otherwise using vgreduce romove the bad disk from the vg.Then go ahead with with the Ignite backup.But this backup contains only single disk configuration.&lt;BR /&gt;Can you mention the OS and model (Integrity or PARISC)?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2010 06:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681251#M498293</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-08-31T06:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681252#M498294</link>
      <description>Hi Bijeesh,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;Basically, the replacement is yet to arrive, so for safe recovery (in case anything further goes bad) it is very important for us to have an ignite backup(even if it is single disk configuration).&lt;BR /&gt;&lt;BR /&gt;I did the following on each vg00 lvolX&lt;BR /&gt;# lvreduce -m 0 -A n -k /dev/vg00/lvolX 1&lt;BR /&gt;where '1' is the PV key of the stale PV.&lt;BR /&gt;&lt;BR /&gt;After that when I am trying to vgreduce, the following error says:-&lt;BR /&gt;# vgreduce vg00 /dev/dsk/c2t0d0&lt;BR /&gt;vgreduce: Couldn't query physical volume "/dev/dsk/c2t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;&lt;BR /&gt;Even, I tried to rebuild lvmtab, but the new lvmtab holds no information about vg00-vg00 entry is simply not there...&lt;BR /&gt;&lt;BR /&gt;The model is PARISC (rp4440) and OS is HP-UX 11iv1&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2010 06:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681252#M498294</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-08-31T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681253#M498295</link>
      <description>Hi,&lt;BR /&gt;can you try&lt;BR /&gt;#vgreduce -f /dev/vg00/cxtxdx&lt;BR /&gt;#mv /etc/lvmtab /etc/lvmtab.date&lt;BR /&gt;#vgscan -av  &lt;BR /&gt;#strings /etc/lvmtab &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2010 09:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681253#M498295</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-08-31T09:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681254#M498296</link>
      <description>Hi Bijeesh,&lt;BR /&gt;&lt;BR /&gt;# vgreduce -f /dev/vg00/c2t0d0&lt;BR /&gt;vgreduce: Volume group "/dev/vg00/c2t0d0" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;# vgreduce -f /dev/vg00 /dev/dsk/c2t0d0&lt;BR /&gt;Usage: vgreduce&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        [-l]&lt;BR /&gt;        VolumeGroupName  PhysicalVolumePath... |  [-f] VolumeGroupName&lt;BR /&gt;only VolumeGroupName is needed for -f option&lt;BR /&gt;&lt;BR /&gt;Kindly help review the outcome of &lt;BR /&gt;# vgreduce -f vg00&lt;BR /&gt;Will it remove c2t0d0 and retain c2t1d0, as desired.&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.$(date +%d%m%y)&lt;BR /&gt;# vgscan -av&lt;BR /&gt;Creating "/etc/lvmtab".&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c0t0d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;vgscan:  has no correspoding valid raw device file under /dev/rdsk.&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group&lt;BR /&gt;/dev/vg00 failed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c14t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scan of Physical Volumes Complete.&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c14t0d0&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2010 10:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681254#M498296</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-08-31T10:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681255#M498297</link>
      <description>The following worked:-&lt;BR /&gt;&lt;BR /&gt;vgreduce -f vg00&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.save&lt;BR /&gt;vgscan -v&lt;BR /&gt;&lt;BR /&gt;Now lvmtab entries are as desired:-&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c14t0d0&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery is hapenning fine.&lt;BR /&gt;&lt;BR /&gt;Thanks for your support, Bijeesh</description>
      <pubDate>Tue, 31 Aug 2010 11:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681255#M498297</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-08-31T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681256#M498298</link>
      <description>arkie,&lt;BR /&gt;     I typed while thinking something else.It is great you mentioned how the problem get resolved. &lt;BR /&gt;Can you check the entries in /stand/bootconf  ?&lt;BR /&gt;If it still contains the entry of removed disk,delete that line.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2010 14:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681256#M498298</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-08-31T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681257#M498299</link>
      <description>Hi Bijeesh,&lt;BR /&gt;&lt;BR /&gt;/stand/bootconf has been the same as before (before removing c2t0d0)&lt;BR /&gt;&lt;BR /&gt;# cat /stand/bootconf&lt;BR /&gt;l  /dev/dsk/c2t1d0&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2010 05:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681257#M498299</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-09-01T05:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery failure due to failed root PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681258#M498300</link>
      <description>hi,&lt;BR /&gt;Its ok.&lt;BR /&gt;But don't forget to add the entry of the mirror disk in this file after you mirroring the root disk.</description>
      <pubDate>Wed, 01 Sep 2010 06:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-failure-due-to-failed-root-pv/m-p/4681258#M498300</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2010-09-01T06:17:25Z</dc:date>
    </item>
  </channel>
</rss>

