<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970108#M632018</link>
    <description>it all comes down to what is the cost of your downtime.  &lt;BR /&gt;&lt;BR /&gt;1)If a boot disk is mirrored and the primary disk fails, will the system automatically reboot to the secondary? &lt;BR /&gt;&lt;BR /&gt;no, if the mirroring is done properly, the system won't reboot, but continue running until you shutdown to replace the bad disk.  This results in no unscheduled downtime. &lt;BR /&gt;&lt;BR /&gt;And if you're using hot swapable disk drives, the system doesn't need to be rebooted to replace the drive either.  This results in zero downtime for a primary disk failure. &lt;BR /&gt;&lt;BR /&gt;2) if your primary disk fails and you reboot your system and your autoboot disk is your primary disk, no it probably won't boot.  you'll need to boot manually from your secondary disk.  probably with -lq flag for the secondary loader.&lt;BR /&gt;&lt;BR /&gt;3) there are sites that do use your disk copy procedure to reduce downtime.  others use ignite's make_net_recovery to restore systems over a network or use make_tape_recovery to restore their systems from tape.&lt;BR /&gt;&lt;BR /&gt;it all depends on how much unscheduled downtime is acceptable and what your willing to pay to reduce it.</description>
    <pubDate>Sat, 10 May 2003 16:33:05 GMT</pubDate>
    <dc:creator>curt larson_1</dc:creator>
    <dc:date>2003-05-10T16:33:05Z</dc:date>
    <item>
      <title>Boot disk mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970107#M632017</link>
      <description>If a boot disk is mirrored and the primary disk fails, will the system automatically reboot to the secondary (mirrored) disk? If not, why not just run a nightly cron that creates a raw disk copy of the boot disk and manually change it at failure?&lt;BR /&gt;&lt;BR /&gt;Boot disks do not usually contain daily data activity anyway and this seems much easier than the overhead of Mirror Disk/UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David Owens&lt;BR /&gt;</description>
      <pubDate>Sat, 10 May 2003 14:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970107#M632017</guid>
      <dc:creator>David Owens_1</dc:creator>
      <dc:date>2003-05-10T14:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970108#M632018</link>
      <description>it all comes down to what is the cost of your downtime.  &lt;BR /&gt;&lt;BR /&gt;1)If a boot disk is mirrored and the primary disk fails, will the system automatically reboot to the secondary? &lt;BR /&gt;&lt;BR /&gt;no, if the mirroring is done properly, the system won't reboot, but continue running until you shutdown to replace the bad disk.  This results in no unscheduled downtime. &lt;BR /&gt;&lt;BR /&gt;And if you're using hot swapable disk drives, the system doesn't need to be rebooted to replace the drive either.  This results in zero downtime for a primary disk failure. &lt;BR /&gt;&lt;BR /&gt;2) if your primary disk fails and you reboot your system and your autoboot disk is your primary disk, no it probably won't boot.  you'll need to boot manually from your secondary disk.  probably with -lq flag for the secondary loader.&lt;BR /&gt;&lt;BR /&gt;3) there are sites that do use your disk copy procedure to reduce downtime.  others use ignite's make_net_recovery to restore systems over a network or use make_tape_recovery to restore their systems from tape.&lt;BR /&gt;&lt;BR /&gt;it all depends on how much unscheduled downtime is acceptable and what your willing to pay to reduce it.</description>
      <pubDate>Sat, 10 May 2003 16:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970108#M632018</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-05-10T16:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970109#M632019</link>
      <description>I'm assuming your situation is you got 2 disks in vg00 (diskA and diskB) and ..&lt;BR /&gt;diskA=primary boot disk&lt;BR /&gt;diskB=mirrored boot disk&lt;BR /&gt;Having MirrorUX installed, you DO NOT need to do all that that raw copy stuff, the mirroring takes care of that. Two things will determine (if either one of the disk failed) whether your able to bootup or reboot unattended.&lt;BR /&gt;a) Setting up the boot string to escape quorum.&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/cXtXdX&lt;BR /&gt;b) Setting up your boot path&lt;BR /&gt;# setboot -p &lt;DISKA-HRW-PATH&gt;&lt;BR /&gt;==&amp;gt; primary&lt;BR /&gt;# setboot -a &lt;DISKB-HRW-PATH&gt;&lt;BR /&gt;==&amp;gt; alternate&lt;BR /&gt;If you got a) and b) setup and if either diskA or diskB failed your system not only continues to run but it's able to be rebooted and it'll still come up without any problem. By escaping the quorum check vg00 will be activated upon reboot regardless of how many disks are not available in the VG. When you're ready to replace the bad disk you would simply run ..&lt;BR /&gt;# pvcreate -B /dev/rdsk/cYtYdY&lt;BR /&gt;# mkboot -l /dev/rdsk/cYtYdY&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/cYtYdY&lt;BR /&gt;# vgcfgrestore -n vg00 /dev/rdsk/cYtYdY&lt;BR /&gt;=&amp;gt; recovers LVM info to disk &lt;BR /&gt;# vgchange -a y vg00&lt;BR /&gt;=&amp;gt; enables new root disk&lt;BR /&gt;# vgsync vg00&lt;BR /&gt;Good reference here (HP Software Recovery Handbook) ..&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf" target="_blank"&gt;http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf&lt;/A&gt;&lt;BR /&gt;Chapter16 and 18.&lt;BR /&gt;&lt;/DISKB-HRW-PATH&gt;&lt;/DISKA-HRW-PATH&gt;</description>
      <pubDate>Sat, 10 May 2003 18:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970109#M632019</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-10T18:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970110#M632020</link>
      <description>Actually, thge truly paranoid admin will do both. Mirror/UX allows you to tolerate the failure of a disk and never miss a beat. You should never use non hot-plug disks so that disk replacements can be done without a shutdown. Disk replacement should be considered a routine task. &lt;BR /&gt;&lt;BR /&gt;However, MirrorUX will NOT protect you from two things: 1) really, really bad patches 2) your own stupidity. For those things, your raw disk  copy (what I call my "lifeboat" technique) has merit. I actually mirror continuously and raw disk copy (once per week during off-peak periods).&lt;BR /&gt;&lt;BR /&gt;I am  rapidly approaching 4 years with zero unplanned production downtime.&lt;BR /&gt;</description>
      <pubDate>Sat, 10 May 2003 20:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970110#M632020</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-10T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970111#M632021</link>
      <description>In addition, to protect from stupidity and patches, its a really good idea to have an Ignite backup of your system.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;I have survived a disk failure of primary boot without downtime, thanks to proper Mirror/UX setup.&lt;BR /&gt;&lt;BR /&gt;Since I was hot swappable, the users never noticed.&lt;BR /&gt;&lt;BR /&gt;Thats a good thing too, because at my shop, they are mean.&lt;BR /&gt;&lt;BR /&gt;By following the good advice earlier in this thread, you can be like me. Nobody in my building other than my department knows who I am.  I'm the strange looking fellow who gets in the elevator all summer with his bike helmet on in the morning.  Truly, 95% of your 1800 employees have no idea what I do.&lt;BR /&gt;&lt;BR /&gt;That means I'm doing my job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 May 2003 01:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-mirror/m-p/2970111#M632021</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-11T01:32:21Z</dc:date>
    </item>
  </channel>
</rss>

