<?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: Boot disk - Replacement. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947460#M115044</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Here is the doc ...&lt;BR /&gt;Let Forum know if you are not abel to access this .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=20000006" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=20000006&lt;/A&gt;&lt;BR /&gt;2909815&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
    <pubDate>Wed, 09 Apr 2003 18:22:32 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2003-04-09T18:22:32Z</dc:date>
    <item>
      <title>Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947459#M115043</link>
      <description>Hello All!&lt;BR /&gt;&lt;BR /&gt;The boot disk, c0t5d0, failed on one of the servers running HP/UX 11.0. Since the volumes are mirrored, the system is still up.&lt;BR /&gt;&lt;BR /&gt;VG00 has 2 disks, c0t5d0 and c5t5d0.&lt;BR /&gt;&lt;BR /&gt;I have a spare disk, c0t6d0 of the same size. Since the bad disk and the spare disk are internal on a K580, i cannot do a hotswap. &lt;BR /&gt;&lt;BR /&gt;How do i go about fixing this?&lt;BR /&gt;&lt;BR /&gt;Can i boot from alternate disk in maintenance mode and use  vgcfgrestore onto the spare disk?&lt;BR /&gt;&lt;BR /&gt;How do i remove reference to the bad disk in vg00?&lt;BR /&gt;&lt;BR /&gt;Or do i need to replace the bad disk at the h/w path and follow the standard procedure?&lt;BR /&gt;&lt;BR /&gt;I am trying not to replace the bad disk and instead use the spare disk for mirroring.&lt;BR /&gt;&lt;BR /&gt;Any suggestions would be greatly appreciated?&lt;BR /&gt;&lt;BR /&gt;Also, i remember reading about a procedure to create alternate boot disk (in vgroot) in KB.  I am not able to get to that anymore. Can someone point me to the Doc ID?&lt;BR /&gt;&lt;BR /&gt;TIA.. &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 18:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947459#M115043</guid>
      <dc:creator>Mark Sosa</dc:creator>
      <dc:date>2003-04-09T18:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947460#M115044</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Here is the doc ...&lt;BR /&gt;Let Forum know if you are not abel to access this .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=20000006" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=20000006&lt;/A&gt;&lt;BR /&gt;2909815&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 09 Apr 2003 18:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947460#M115044</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-09T18:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947461#M115045</link>
      <description>In your case what you need to do is try to lvreduce all the LVs from the bad disk. Try this ..&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;==&amp;gt; Repeat for the rest of the lvols. If this does not work you got to use the "disk-key" removal method. This is how ..&lt;BR /&gt;# lvdisplay -v -k /dev/vg00/lvol1&lt;BR /&gt;==&amp;gt; Take note of the "disk-key" valeue (either 0 or 1).&lt;BR /&gt;# lvreduce -m 0 -k /dev/vg00/lvol1 1&lt;BR /&gt;==&amp;gt; Now remove it with the disk-key value specified.&lt;BR /&gt;&lt;BR /&gt;After all the LVs are out, continue ..&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v  &lt;BR /&gt;==&amp;gt; Check to make sure the LVs for c0t5d0 no longer show up.&lt;BR /&gt;# vgreduce vg00 /dev/dsk/c0t5d0&lt;BR /&gt;==&amp;gt; vgreduce it&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;==&amp;gt; Check again.&lt;BR /&gt;&lt;BR /&gt;Now you show be able to remirror you root disk to that spare disk (c0t6d0). I assume you have the steps to do that.&lt;BR /&gt;Attached is the procedure to manually duplicate a LVM boot disk. Change the parameter accordiingly.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 18:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947461#M115045</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-09T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947462#M115046</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Be sure to take a look at above mentioned doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062909815" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062909815&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xeb2c4b3ef09fd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xeb2c4b3ef09fd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 09 Apr 2003 18:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947462#M115046</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-04-09T18:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947463#M115047</link>
      <description />
      <pubDate>Thu, 10 Apr 2003 00:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947463#M115047</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-04-10T00:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk - Replacement.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947464#M115048</link>
      <description>I'd take an Ignite make_tape_recovery backup of vg00 before I touched anything.&lt;BR /&gt;&lt;BR /&gt;You then have the option of booting off the Ignite tape, intervening in the Ignite process and changing your disk layout in a screen that looks a lot like the OS cold install screen.&lt;BR /&gt;&lt;BR /&gt;Easy, reliable, I've done it a few times.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 10 Apr 2003 03:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-replacement/m-p/2947464#M115048</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-10T03:00:16Z</dc:date>
    </item>
  </channel>
</rss>

