<?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: To replace failed root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487971#M555809</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem has been resolved. I did lvreduce and then vgreduce -f vg00. Then moved the lvmtab and created new one by vgscan. Still one one more disk exist.&lt;BR /&gt;&lt;BR /&gt;Again I ran vgreduce -f vg00 and created the PV and followed the normal procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks All for your valuable support.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mani</description>
    <pubDate>Fri, 28 Aug 2009 16:08:00 GMT</pubDate>
    <dc:creator>mparasur</dc:creator>
    <dc:date>2009-08-28T16:08:00Z</dc:date>
    <item>
      <title>To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487965#M555803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am facing problem for replacing a failed root disk. The disk status showing as unavailable with vgdisplay command and I could not able to dettach the disk from the vg VG00. So I have replaced the failed root disk without dettaching the disk. &lt;BR /&gt;&lt;BR /&gt;When I try to add the new disk to the VG I am getting 3 Total number of PVs but Active PVs 2. I have followed the following steps.&lt;BR /&gt;&lt;BR /&gt;1. Replaced the disk&lt;BR /&gt;2. moved the /etc/lvmtab&lt;BR /&gt;3. pvcreate  -B /dev/rdsk/c3t5d0&lt;BR /&gt;4. mkboot -l /dev/dsk/c3t5d0&lt;BR /&gt;5. mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c3t5d0&lt;BR /&gt;6. vgextend vg00 /dev/dsk/c3t5d0( I hope I made a mistake here. Instead I would have tried vgcfgrestore).&lt;BR /&gt;7.vgscan&lt;BR /&gt;&lt;BR /&gt;Now still the disk status showing as unavailable. I tried to reduce the new disk. But failed. I tried vgcfgrestore -n /dev/vg00 /dev/rdsk/c3t5d0 and I got the error message "vgcfgrestore: Mismatch between the backup file and the running kernel:&lt;BR /&gt;Kernel indicates 3 disks for "/dev/vg00"; /etc/lvmconf/vg00.conf indicates 2 disks.&lt;BR /&gt;Cannot proceed with the restoration. Deactivate the Volume Group and try again.".&lt;BR /&gt;&lt;BR /&gt;Can anyone help to resolve the issue. I can't reboot the server now. Any good suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mani&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 14:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487965#M555803</guid>
      <dc:creator>mparasur</dc:creator>
      <dc:date>2009-08-28T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487966#M555804</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You should follow:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 28 Aug 2009 14:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487966#M555804</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-28T14:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487967#M555805</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;&lt;BR /&gt;vgreduce -f vg00&lt;BR /&gt;&lt;BR /&gt;which does reduce ghost disk, then again vgcfgrestore.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 14:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487967#M555805</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2009-08-28T14:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487968#M555806</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My HP-UX version is 11.11&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mani</description>
      <pubDate>Fri, 28 Aug 2009 14:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487968#M555806</guid>
      <dc:creator>mparasur</dc:creator>
      <dc:date>2009-08-28T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487969#M555807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vgreduce -f vg00 did not solved the problem.&lt;BR /&gt;&lt;BR /&gt;Can I execute vgcfgrestore -R -n /dev/vg00 /dev/rdsk/c3t5d0.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mani&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 15:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487969#M555807</guid>
      <dc:creator>mparasur</dc:creator>
      <dc:date>2009-08-28T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487970#M555808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it's on own risk, I understand you read that option from man vgcfgrestore.&lt;BR /&gt;&lt;BR /&gt;Though if you want a further opinion please post &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 28 Aug 2009 15:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487970#M555808</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2009-08-28T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: To replace failed root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487971#M555809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem has been resolved. I did lvreduce and then vgreduce -f vg00. Then moved the lvmtab and created new one by vgscan. Still one one more disk exist.&lt;BR /&gt;&lt;BR /&gt;Again I ran vgreduce -f vg00 and created the PV and followed the normal procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks All for your valuable support.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mani</description>
      <pubDate>Fri, 28 Aug 2009 16:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-replace-failed-root-disk/m-p/4487971#M555809</guid>
      <dc:creator>mparasur</dc:creator>
      <dc:date>2009-08-28T16:08:00Z</dc:date>
    </item>
  </channel>
</rss>

