<?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 Mirror Failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884325#M624686</link>
    <description>Hi Sethil,&lt;BR /&gt;&lt;BR /&gt;Check this doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unixadm.net/howto/bad_disk.html" target="_blank"&gt;http://www.unixadm.net/howto/bad_disk.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Mon, 07 Feb 2005 07:22:32 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens_1</dc:creator>
    <dc:date>2005-02-07T07:22:32Z</dc:date>
    <item>
      <title>Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884324#M624685</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need clarification on boot disk (with mirror) replacement. &lt;BR /&gt;&lt;BR /&gt;If one of the boot disk fails, should I reduce all LV on the failed disk and also reduce the PV from root VG before I reboot the system for physically replacing disk.&lt;BR /&gt;&lt;BR /&gt;Assume I will be using vgcfgrestore, vgchange and vgsync commands to re-establish the mirror.&lt;BR /&gt;&lt;BR /&gt;Pls revert immediately.&lt;BR /&gt;&lt;BR /&gt;with regards,&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 07 Feb 2005 07:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884324#M624685</guid>
      <dc:creator>Senthil Kumar V</dc:creator>
      <dc:date>2005-02-07T07:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884325#M624686</link>
      <description>Hi Sethil,&lt;BR /&gt;&lt;BR /&gt;Check this doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unixadm.net/howto/bad_disk.html" target="_blank"&gt;http://www.unixadm.net/howto/bad_disk.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 07 Feb 2005 07:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884325#M624686</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-02-07T07:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884326#M624687</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;No,there is no need of reducing the lv's and vg's from that failed pv.&lt;BR /&gt;pls try the following steps,&lt;BR /&gt;&lt;BR /&gt;shutdown the server and replace the failed harddisk.Boot through alternative path.&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -n /dev/vgXX /dev/rdsk/cXtYdZ&lt;BR /&gt;#vgchange -a y /dev/vgXX&lt;BR /&gt;#mkboot /dev/rdsk/cXtYdZ&lt;BR /&gt;#mkboot -a "hpux(;0)/stand/vmunix" /dev/rdsk/cXtYdZ&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;#vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;regds,</description>
      <pubDate>Mon, 07 Feb 2005 09:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884326#M624687</guid>
      <dc:creator>Vineesh</dc:creator>
      <dc:date>2005-02-07T09:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884327#M624688</link>
      <description>That depends...&lt;BR /&gt;&lt;BR /&gt;1) If the disk is completely "dead", such as if you run ioscan and status is "no_hw" then you can hot swap the disk online.&lt;BR /&gt;&lt;BR /&gt;2) However in circumstances where the disk has not fully failed please do one of the following to avoid data corruption :&lt;BR /&gt;&lt;BR /&gt;a) reduce mirror before replacing the disk&lt;BR /&gt;b) deactivate VG before replacing the disk&lt;BR /&gt;c) shutdown system to replace the disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 07 Feb 2005 09:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884327#M624688</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-02-07T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884328#M624689</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;With systems that have hotswappable disks you don't halt the server and replace the corrupt bootdisk mirror.&lt;BR /&gt;&lt;BR /&gt;The trick was just to have the mirror so you don't need to reboot!&lt;BR /&gt;&lt;BR /&gt;I normally do this:&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -v /dev/vg00   (you must have of course a copy made with vgcfgbackup ever...)&lt;BR /&gt;#mkboot -l         (list what do we have?)&lt;BR /&gt;#mkboot -a "hpux(;0)/stand/vmunix"    (put bootfile)&lt;BR /&gt;#vgchange -a y /dev/vg00  (make available)&lt;BR /&gt;#vgsync /dev/vg00&lt;BR /&gt;#lvlnboot -R       (resync all boot info)&lt;BR /&gt;&lt;BR /&gt;And check at startup if dump,swap are okay after a reboot with command 'dmesg'.&lt;BR /&gt;&lt;BR /&gt;Basically you don't shutdown any application or server for this replacement operation. :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 10:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884328#M624689</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-07T10:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884329#M624690</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see the attached document.it gives somany ways to replace a faulty disk depends up on it is mirrored ,hotswappable,etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884329#M624690</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-02-08T01:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884330#M624691</link>
      <description>hi ,&lt;BR /&gt;sorry forgot to attach file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884330#M624691</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-02-08T01:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884331#M624692</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I know the ways of replacing a failed root disk with mirror. But my question is very simple. Is it essential to reduce lv and pv from root VG before rebooting the server for physical replacement of disk?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Tue, 08 Feb 2005 02:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884331#M624692</guid>
      <dc:creator>Senthil Kumar V</dc:creator>
      <dc:date>2005-02-08T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884332#M624693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No need to reduce anything if you have hot swap disk.&lt;BR /&gt;&lt;BR /&gt;Just take the hot swap disk out, run the command I gave earlier after you inserted the new empty disk.&lt;BR /&gt;&lt;BR /&gt;However with non-hot-swap-so-screwed-in-disks you can reduce the lv from the failed disks.&lt;BR /&gt;then halt and replace the disk and remirror bootdisk once you reboot.&lt;BR /&gt;&lt;BR /&gt;This way you can always boot, from the remaining disk.&lt;BR /&gt;&lt;BR /&gt;Also if you want to boot with the broken mirror bootdisk you can boot also with hpux -lq  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 02:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884332#M624693</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-08T02:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884333#M624694</link>
      <description>The latest models n-class l-class and newer all have hot-swap internal disks. For these systems you do NOT need to lvreduce before you can replace a failed disk.&lt;BR /&gt;&lt;BR /&gt;replace a failed disk&lt;BR /&gt;--&lt;BR /&gt;Assume I will be using vgcfgrestore, vgchange and vgsync commands to re-establish the mirror&lt;BR /&gt;--&lt;BR /&gt;Yes correct.</description>
      <pubDate>Tue, 08 Feb 2005 03:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884333#M624694</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-02-08T03:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884334#M624695</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Tue, 08 Feb 2005 06:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884334#M624695</guid>
      <dc:creator>Senthil Kumar V</dc:creator>
      <dc:date>2005-02-08T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Boot Disk Mirror Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884335#M624696</link>
      <description>Thanks to all for clarification.</description>
      <pubDate>Tue, 08 Feb 2005 06:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror-failure/m-p/4884335#M624696</guid>
      <dc:creator>Senthil Kumar V</dc:creator>
      <dc:date>2005-02-08T06:11:15Z</dc:date>
    </item>
  </channel>
</rss>

