  | |  | Hard drive failure recovery | Hard drive failure recovery 2005-03-16 - By Tobias Speckbacher
Back A simple way could be to use dd. Although you should have identical drives for that to work reliably. Takes a long time too.
dd if=/dev/sda of=/mnt/nfs/someshare/sda.out
If the box breaks:
Replace disk Boot with rescue disk Bring up network Mount nfs share dd if=/mnt/nfs/someshare/sda.out of=/dev/sda
I wouldn't do that in production but it saved my butt before when a drive started exhibiting errors and tar, etc. would crap out.
-T
> -- --Original Message-- -- > From: taroon-list-bounces@(protected) [mailto:taroon-list- > bounces@(protected)] On Behalf Of Ed Wilts > Sent: Wednesday, March 16, 2005 4:07 PM > To: Discussion of Red Hat Enterprise Linux 3 (Taroon) > Subject: Re: Hard drive failure recovery > > On Wed, Mar 16, 2005 at 04:19:15PM -0500, Hambleton, John S. wrote: > > My question is what might a more experienced admin do to ensure quick > > recovery on this particular system should a hard drive ever fail? Is > taking > > a snapshot of each hard drive with Norton Ghost an option? A different > > backup methodology? Other ideas? > > Norton Ghost is not really an option but Mondo Rescue might be. If you > have access to extra space on an NFS-mounted volume, you can generate > fully restorable ISOs and leave them on the server. If you experience a > failure, burn the ISOs to CD, boot from them and let Mondo do the full > restore for you. Mondo will generate fully bootable CDs (or DVDs if you > have the hardware) and can handle both individual and full-volume > restores. It will repartition the replacement drives and if you decide > to replace a failed drive with a different size, it can handle that too. > http://www.mondorescue.org > > There are many other backup options but it's the "bare metal" restore > that is most likely to make your life difficult and is where Mondo > Rescue can really help. > > -- > Ed Wilts, RHCE > Mounds View, MN, USA > mailto:ewilts@(protected) > Member #1, Red Hat Community Ambassador Program > > -- > Taroon-list mailing list > Taroon-list@(protected) > http://www.redhat.com/mailman/listinfo/taroon-list
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |