<?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: System Disk mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609633#M35818</link>
    <description>Hi Brando,&lt;BR /&gt;&lt;BR /&gt;Further to RajMan's comment. Whilst mirroring protects your system from hardware failures, you should also keep regular Ignite-UX backups (man make_recovery - provide you have installed Ignite-UX). This is important from a system recovery perspective.  If the data on your system disk becomes corrupted or has been accidentally deleted, then you can boot off of the Ignite-UX tape and recover your system.&lt;BR /&gt;&lt;BR /&gt;At the very least you should insist on having your system disk mirrored, as it can be very time consuming trying to recover a system disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave</description>
    <pubDate>Thu, 08 Nov 2001 04:51:17 GMT</pubDate>
    <dc:creator>David Allen</dc:creator>
    <dc:date>2001-11-08T04:51:17Z</dc:date>
    <item>
      <title>System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609631#M35816</link>
      <description>If the system disk is corrupted (somehow), what is the value of mirroring a system disk if you have good backups anyway?</description>
      <pubDate>Thu, 08 Nov 2001 04:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609631#M35816</guid>
      <dc:creator>Brando Sumayao</dc:creator>
      <dc:date>2001-11-08T04:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609632#M35817</link>
      <description>hi,&lt;BR /&gt;Mirroring is a protection against a disk going faulty or hardware errors with a disk.  In such a case, it seamelessly takes over the function of a primary disk, without any downtime.  WHereas, if you did not have a mirror disk,  it would have meant  a delay&lt;BR /&gt;in waiting for a new disk to be fixed and&lt;BR /&gt;on top of that  restoring the data from the&lt;BR /&gt;backup.&lt;BR /&gt;&lt;BR /&gt; Ofcourse,  even the best of hardware cannot&lt;BR /&gt;protect against human errors like rm -r  or&lt;BR /&gt;logical corruption. ;-)&lt;BR /&gt;&lt;BR /&gt;  Your question is very valid in a BCV&lt;BR /&gt;setup. (bcv being third mirror copy). I do not&lt;BR /&gt;sync the BCV all the time. Rather, i establish it only when i intend to take a database backup.  That way, i have an offline BCV copy sitting on the disk.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Thu, 08 Nov 2001 04:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609632#M35817</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-08T04:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609633#M35818</link>
      <description>Hi Brando,&lt;BR /&gt;&lt;BR /&gt;Further to RajMan's comment. Whilst mirroring protects your system from hardware failures, you should also keep regular Ignite-UX backups (man make_recovery - provide you have installed Ignite-UX). This is important from a system recovery perspective.  If the data on your system disk becomes corrupted or has been accidentally deleted, then you can boot off of the Ignite-UX tape and recover your system.&lt;BR /&gt;&lt;BR /&gt;At the very least you should insist on having your system disk mirrored, as it can be very time consuming trying to recover a system disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 08 Nov 2001 04:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609633#M35818</guid>
      <dc:creator>David Allen</dc:creator>
      <dc:date>2001-11-08T04:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609634#M35819</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The basic difference between having mirrors is&lt;BR /&gt;for hardware failure contingency. The use of &lt;BR /&gt;having backups is to restore files that have&lt;BR /&gt;been removed or corrupted. That is where&lt;BR /&gt;having an ignite tape is an essential part&lt;BR /&gt;of your system administration. If your OS gets&lt;BR /&gt;corrupted and becomes unusable you can recreate&lt;BR /&gt;very easily with an ignite tape. This is also&lt;BR /&gt;useful when you don't have a mirrored root disk.&lt;BR /&gt;You don't say what OS version you are:&lt;BR /&gt;&lt;BR /&gt;To create an ignite tape do this:&lt;BR /&gt;&lt;BR /&gt;For 10.20&lt;BR /&gt;# /opt/ignite/bin/make_recovery _ACvd /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;For 11.x&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -a -v /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Make note of the no-rewind device.&lt;BR /&gt;&lt;BR /&gt;If you don't have it installed, load it from your&lt;BR /&gt;applications CD or download it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 08 Nov 2001 05:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609634#M35819</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-08T05:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609635#M35820</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;A clarification.  Regardless of whether you are running 10.20 or 11.x, you should use Ignite's 'make_tape_recovery' in lieu of the older 'make_recovery'.  'make_tape_recovery' provides many newer features and is designed to replace 'make_recovery'.&lt;BR /&gt;&lt;BR /&gt;When you download and install Ignite note that the "A" version can install multiple versions of HP-UX 10.x from a server running 10.x.&lt;BR /&gt;&lt;BR /&gt;The "B" version requires a server *running* 11.x (32 or 64 bit), but can can install 10.20 or 11.x targets.&lt;BR /&gt;&lt;BR /&gt;*Both* the "A" and the "B" versions fully support 'make_tape_recovery'.&lt;BR /&gt;&lt;BR /&gt;See here for Ignite documentation and software.  Installation takes just a few minutes and does not require a reboot:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/index.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 14:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609635#M35820</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-08T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: System Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609636#M35821</link>
      <description>The main advantage is that your system stays up with a failed disk. In fact, if you have planned well, you can replace a mirrored boot disk and your users will never even know it and the machine doesn't have to be shutdown. &lt;BR /&gt;That's the good news. The bad news is that a mirror is just that - if you do something really stupid (or install a really bad patch), you will do exactly the same thing on the mirror. I take this to one more level. At least once a week or before a patch is to be installed, I do a dd of one of the raw boot disks to an identical disk to create a 'LIFEBOAT'. Then no matter what happens or how stupid I am, I simply remove the original boot disk and mirror and replace the boot with the LIFEBOAT. I am back up in minutes. The system has to fsck the filesystems but after that I'm up and running. It's much faster than&lt;BR /&gt;bringing the system back up with Ignite.&lt;BR /&gt;&lt;BR /&gt;The real answer to your question is how much downtime can you afford and how does the system get restored if you are not there.&lt;BR /&gt;&lt;BR /&gt;Food for thought, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2001 14:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-disk-mirroring/m-p/2609636#M35821</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-08T14:32:17Z</dc:date>
    </item>
  </channel>
</rss>

