ghost root disk on Red Hat Linux


 
Thread Tools Search this Thread
Operating Systems Linux SuSE ghost root disk on Red Hat Linux
# 1  
Old 05-21-2008
ghost root disk on Red Hat Linux

I have been reading to no avail on how to create a root ghost disk. The purpose of this task is that prior to patching my linux servers, I would create a copy of my root disk to an empty disk for failback in the event that the patching has issues. I currently configured my root disk with 2 partitions, the 1st partition is the boot partition and the 2nd partition is the LVM partition.

# parted -s /dev/sda print
Disk geometry for /dev/sda: 0.000-139392.000 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 101.975 primary ext3 boot
2 101.975 139384.270 primary lvm

I would like to know if anyone has done this and if so can they provide me with some suggestions/solutions.

Thank you,

Willy
# 2  
Old 05-21-2008
Willy,

Look into a product called Acronis Echo Server for Linux. We use it on SuSE 10, and I can recover root disk in little over 3 minutes over network.
# 3  
Old 11-25-2008
Willy,

You can use the dd command

dd if=/dev/sda of=< the disk you want it to be stored.> ex /dev/sdb

cheers.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

2. UNIX for Dummies Questions & Answers

Detect New Disk in Red Hat

Hello, Wanted to know if there is a way to detect a new disk added to the Red Hat system without restarting the server. Thanks. (3 Replies)
Discussion started by: ikn3
3 Replies

3. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

4. Red Hat

Disk usage showing 100% after deleting files also | Red Hat Linux 3.2.2-5

My Redhat Linux system is always showing 100& disk usage. I have removed almost all the files, but no use and I am always getting 100% disk usage.!! Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda2 36337384 36066352 0 100% / I can... (7 Replies)
Discussion started by: sanoop
7 Replies

5. Red Hat

Red hat 9 root directory

Hello , I recently decided to change from Red hat 9 OS to Fedora 14 but I wanted to copy all the files in the root directory to my usb . every time I copy the file and move them to my usb folder I get an error windows with permission denied warning , although I'm the only user and I... (3 Replies)
Discussion started by: lolypop
3 Replies

6. Red Hat

startx by non-root user account in red hat linux kernel 2.6

How can I use the command "startx" by other user account such as "oracle" ?? I cannot startx by user account oracle ?? How to fix it ??? Any adivce ??? I use red hat linux kernel 2.6 $ startx Fatal server error: PAM authentication failed, cannot start X server. Perhaps you do... (0 Replies)
Discussion started by: chuikingman
0 Replies

7. Red Hat

Implememting disk quota on Red Hat

Hi , what are all the files will be edited when we are\ implememting disk quota for a user. Thanks in advance (2 Replies)
Discussion started by: krish4linux
2 Replies

8. Virtualization and Cloud Computing

Red Hat Linux Serial Number using non-root user

Hi All, Is there any way to find out the Serial Numbers in Red Hat Linux machines with a non-root user? I know we can find using the dmidecode command, but it needs root privilege. I want to access this information using a non-root user. Any help will be greatly appreciated. :) Many... (2 Replies)
Discussion started by: vineetd
2 Replies

9. Linux

Red Hat Linux 9

Hello there! Will anybody please tell me some good links to online eBooks on Red Hat Linux 9 user experiences and the like. If the books are in PDF Format, it will be nice to read. Thanks for cooperation in advance. Enjoy using open source and breathe freely! JAM (5 Replies)
Discussion started by: Jawwad
5 Replies

10. UNIX for Dummies Questions & Answers

red hat linux installation boot floppy disk

Hi, My dear friends, I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
Discussion started by: linuxpenguin
3 Replies
Login or Register to Ask a Question