Thanks everyone for your suggestions.&nbsp; This is all very helpful.<br><br><div><span class="gmail_quote">On 6/21/07, <b class="gmail_sendername">Steve Siegfried</b> &lt;<a href="mailto:sos@zjod.net">sos@zjod.net</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Michael Bruder asked:<br>&gt;<br>&gt; Hi all,<br>&gt;<br>&gt; Would any of you be willing to give me some advice on the best way to do a
<br>&gt; bare metal recovery of Linux?&nbsp;&nbsp;The University that I work for is currently<br>&gt; in the beginning stages of moving an Oracle 10g installation off of a<br>&gt; dinosaur VMS server, and we cannot determine the best way to do a bare metal
<br>&gt; recovery of the RedHat Enterprise 4 OS that will house the new Oracle<br>&gt; installation.&nbsp;&nbsp;It was easy in VMS if we lost the operating system disk to<br>&gt; just pop in a new drive, and restore the OS from tape.&nbsp;&nbsp;This doesn&#39;t seem so
<br>&gt; easy with RedHat.&nbsp;&nbsp;We are currently researching options, but I would<br>&gt; appreciate any input.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Mike<br><br>Create a &quot;hot + spare&quot; set of partitions and back up to &#39;em every evening
<br>using almost any of the &quot;only copy the stuff that&#39;s changed and delete the<br>stuff that no longer exists&quot; style backup programs _plus_ an extra step<br>at the end to reestablish the original /etc/fstab for the spare system
<br>(which will ensure the &quot;spare&quot; system can be booted as a replacement for<br>the &quot;hot&quot; one).&nbsp;&nbsp;The nice part about the &quot;only what&#39;s changed&quot; style<br>backups is that, even for very large systems, the backup usually runs
<br>in less than 20 minutes (and, if you&#39;re not overly picky about getting<br>every last user file updated, the backup can be run during &quot;production&quot;<br>time, too).<br><br>Important: When creating the &quot;spare&quot; partitions, make sure they&#39;re
<br>physically on different drives from the &quot;hot&quot; ones.&nbsp;&nbsp;That way, you can<br>lose a drive and still have an up-to-date bootable system.<br><br>When setting up grub, make sure you can boot either the hot or the<br>
spare system.&nbsp;&nbsp;If you lose the drive with grub on it, you&#39;ll need to<br>re-install grub, and after doing so, can re-establish /boot from the<br>backup copy.<br><br>I&#39;ve been using this method for years, have had drives go bad and have
<br>never lost anything more than what changed since the previous backup.<br><br>As for the Oracle database itself, I&#39;d suggest you use a mirrored RAID<br>array.&nbsp;&nbsp;It&#39;s not usually as fast as other types of RAID (e.g
.: striped),<br>but it is usually bulletproof with respect to having drives go sour.<br><br>Hope this helps and drop me a line if you need help finding the right<br>backup program&#39;idly,<br><br>-S<br></blockquote></div>
<br>