<?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: Break a failing mirrored boot drive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853808#M803417</link>
    <description>i can't see this doc&lt;BR /&gt;who can show it to me ???&lt;BR /&gt;or mailto:panlm@vip.sina.com&lt;BR /&gt;&lt;BR /&gt;thanx</description>
    <pubDate>Wed, 30 Jun 2004 00:32:43 GMT</pubDate>
    <dc:creator>steven pan</dc:creator>
    <dc:date>2004-06-30T00:32:43Z</dc:date>
    <item>
      <title>Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853801#M803410</link>
      <description>Im using MirrorDisk/UX and have previously mirrored my boot disk and made it bootable.  This has been tested and found to be successful.&lt;BR /&gt;&lt;BR /&gt;My mirror hard drive is failing.  EMS is reporting a number of new bad spots on the drive and I want to have HP replace it.  &lt;BR /&gt;&lt;BR /&gt;I would reason that I need to break that mirror and then remirror when the replacement drive is put into place.&lt;BR /&gt;&lt;BR /&gt;How would I go about doing that?</description>
      <pubDate>Mon, 19 Apr 2004 09:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853801#M803410</guid>
      <dc:creator>Michael Leis</dc:creator>
      <dc:date>2004-04-19T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853802#M803411</link>
      <description>If it is hot swappable, you can just take it out, put new one.&lt;BR /&gt;&lt;BR /&gt;Then check if it claimed in ioscan output, if yes&lt;BR /&gt;&lt;BR /&gt;do vgcfgrestore -n vg00 /dev/rdsk/cxtxdx&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgsync&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 19 Apr 2004 09:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853802#M803411</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-19T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853803#M803412</link>
      <description>You will beed to lvreduce all logical volumes that are mirrored to the drive in order to break the mirrors. &lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 lvname&lt;BR /&gt;&lt;BR /&gt;example: &lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't think its required to break the mirror before replacing the drive. &lt;BR /&gt;However I always do. &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 09:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853803#M803412</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-19T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853804#M803413</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't have to reduce the mirror to replace the disk. &lt;BR /&gt;&lt;BR /&gt;Once you have replaced the disk, do a vgcfgrestore to restore the VG info to the disk. Do a "vgchange -a y /dev/vg00" to activate the disk and then do a vgsync for /dev/vg00 to resync the mirror copies. &lt;BR /&gt;&lt;BR /&gt;Try this link from ITRC.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066374050" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066374050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc id is KBAN00000347.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 15:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853804#M803413</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-19T15:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853805#M803414</link>
      <description>Hi Michael,&lt;BR /&gt; &lt;BR /&gt;  You dont have to break the mirror and remirror to replace the failed drive&lt;BR /&gt;&lt;BR /&gt;  Assuming your hard drive is not hotswappable&lt;BR /&gt;&lt;BR /&gt;1) Shutdown &amp;amp; get the hard drive replaced&lt;BR /&gt;2) boot&lt;BR /&gt;3) # vgcfgrestore -n vg00 /dev/rdsk/c#t#d#&lt;BR /&gt;   # mkboot /dev/rdsk/c#t#d#&lt;BR /&gt;   # mkboot -a "hpux -lq" /dev/rdsk/c#t#d#&lt;BR /&gt;   # vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;     &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 15:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853805#M803414</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-04-19T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853806#M803415</link>
      <description>WARNING if these are Jamaica disks with a V-Class box.  You might think the disks are hot-swappable.  They are NOT.  &lt;BR /&gt;&lt;BR /&gt;I had a mirrored data disk, in a set of 8 jamaica disks.  Two of the 8 disks were a mirrored vg00.  We pulled the bad vg01 disk.  Then all 8 disks started to act weird and were trashed. &lt;BR /&gt;&lt;BR /&gt;So now when I think "hot" swappable.  I know it's hot.  I'll get BURNED.  Just a word of warning if you are using a V-class machine with Jamaica disks.&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 08:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853806#M803415</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-04-20T08:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853807#M803416</link>
      <description>Thank you for all of your help with this issue.  &lt;BR /&gt;&lt;BR /&gt;Special credit goes to Sanjay and to Steve Post.  &lt;BR /&gt;&lt;BR /&gt;The documentation SanJay specifically pointed me to was very very helpful.  The note on the Jamaica drives from Steve Post was also very helpful since I my mirrored root volumes were in a Jamaica box but running on a K420. Nonetheless, I just didn't take any chances, we shut down before doing the swaps... Thanks for the forewarning!&lt;BR /&gt;&lt;BR /&gt;A couple of comments...  The document SanJay referred to, in step 4.2, I added the -lq (ell que) parameter to the mkboot -a command.  I also needed to do one more mkboot command to copy over the diagnostics information as well.  Ultimately, here is what I ran (assume c5t0d0 is my good primary boot disk and c4t6d0 is my mirror boot disk that I replaced):&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/c4t6d0&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;# mkboot /dev/rdsk/c4t6d0&lt;BR /&gt;# mkboot -a "hp-ux -lq(;0)/stand/vmunix" /dev/rdsk/c4t6d0&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c4t6d0&lt;BR /&gt;# vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;After it finished syncing the two drives, I was able to reboot the server and used the BO ALT to boot from my mirror... it worked perfectly.&lt;BR /&gt;&lt;BR /&gt;Again, THANK YOU to ALL of you who contributed to this.</description>
      <pubDate>Wed, 21 Apr 2004 12:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853807#M803416</guid>
      <dc:creator>Michael Leis</dc:creator>
      <dc:date>2004-04-21T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853808#M803417</link>
      <description>i can't see this doc&lt;BR /&gt;who can show it to me ???&lt;BR /&gt;or mailto:panlm@vip.sina.com&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Wed, 30 Jun 2004 00:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853808#M803417</guid>
      <dc:creator>steven pan</dc:creator>
      <dc:date>2004-06-30T00:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Break a failing mirrored boot drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853809#M803418</link>
      <description>See comments above</description>
      <pubDate>Fri, 14 Oct 2005 22:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/break-a-failing-mirrored-boot-drive/m-p/4853809#M803418</guid>
      <dc:creator>Michael Leis</dc:creator>
      <dc:date>2005-10-14T22:17:00Z</dc:date>
    </item>
  </channel>
</rss>

