<?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: Replacing a failed boot disk in mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203123#M586334</link>
    <description>The bad disk is still working and showing its status as available in vgdisplay -v command. &lt;BR /&gt;&lt;BR /&gt;Do I need to give some commands before taking the disk out or simply pulling it out will wrk well. After replacing the disk do I need to give some commands as vgcfgrestore?&lt;BR /&gt;&lt;BR /&gt;Pls give me steps and commands to perform this operation.</description>
    <pubDate>Thu, 22 May 2008 16:18:58 GMT</pubDate>
    <dc:creator>Ali Imran Abbas</dc:creator>
    <dc:date>2008-05-22T16:18:58Z</dc:date>
    <item>
      <title>Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203120#M586331</link>
      <description>We have a mirror setup for boot disk hosting vg00 and one of the disk in the mirror is having problems. Some times it becomes unavailable and you have to pull it out and then plug it in and then it starts working. So we have decided to replace it. I need a proceedure to replace it. Can any one please send me the stepwise proceedure with commands to do this thing.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2008 16:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203120#M586331</guid>
      <dc:creator>Ali Imran Abbas</dc:creator>
      <dc:date>2008-05-22T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203121#M586332</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 May 2008 16:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203121#M586332</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-22T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203122#M586333</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you catch it fast enough, you merely pull the bad disk and replace it.&lt;BR /&gt;&lt;BR /&gt;The mirrors will then rebuild.&lt;BR /&gt;&lt;BR /&gt;If the second disk is totally dead, you will have to re-mirror after doing the following steps.&lt;BR /&gt;&lt;BR /&gt;vgreduce -f vg00&lt;BR /&gt;# follow post command instructions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 May 2008 16:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203122#M586333</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-22T16:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203123#M586334</link>
      <description>The bad disk is still working and showing its status as available in vgdisplay -v command. &lt;BR /&gt;&lt;BR /&gt;Do I need to give some commands before taking the disk out or simply pulling it out will wrk well. After replacing the disk do I need to give some commands as vgcfgrestore?&lt;BR /&gt;&lt;BR /&gt;Pls give me steps and commands to perform this operation.</description>
      <pubDate>Thu, 22 May 2008 16:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203123#M586334</guid>
      <dc:creator>Ali Imran Abbas</dc:creator>
      <dc:date>2008-05-22T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203124#M586335</link>
      <description>If it is a PA RISC server:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/cxtxdx&lt;BR /&gt; &lt;BR /&gt;vgreduce vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Replace the disk and then do:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt; &lt;BR /&gt;pvcreate -B /dev/rdsk/cxtxdx&lt;BR /&gt; &lt;BR /&gt;vgextend vg00 /dev/dsk/cxtxdx&lt;BR /&gt;mkboot -l /dev/rdsk/cxtxdx&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cxtxdx&lt;BR /&gt; &lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;lvlnboot â  Rv vg00&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2008 18:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203124#M586335</guid>
      <dc:creator>john D_3</dc:creator>
      <dc:date>2008-05-22T18:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203125#M586336</link>
      <description>Correction&lt;BR /&gt;If it is a PA RISC server:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/cxtxdx - remove all lovls&lt;BR /&gt;&lt;BR /&gt;vgreduce vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Replace the disk and then do:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;vgextend vg00 /dev/dsk/cxtxdx&lt;BR /&gt;mkboot -l /dev/rdsk/cxtxdx&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtxdx - add all lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot Ã¢Â Â Rv vg00&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00</description>
      <pubDate>Thu, 22 May 2008 18:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203125#M586336</guid>
      <dc:creator>john D_3</dc:creator>
      <dc:date>2008-05-22T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203126#M586337</link>
      <description>It all depends ...&lt;BR /&gt;&lt;BR /&gt;Is it a HP9000 or Integrity?&lt;BR /&gt;Is it based on FC, SCSI or SAS?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run and post results:&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;# ioscan -fn&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;What is the disk in question?</description>
      <pubDate>Thu, 22 May 2008 19:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203126#M586337</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-05-22T19:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing a failed boot disk in mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203127#M586338</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Haste makes waste.  The document (link) I suggested that you read is worth reading *before* you begin.  You haven't provided many details.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 May 2008 19:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-a-failed-boot-disk-in-mirror/m-p/4203127#M586338</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-22T19:09:25Z</dc:date>
    </item>
  </channel>
</rss>

