Looking for Reccomendations to Clone RHEL 7

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Looking for Reccomendations to Clone RHEL 7
# 1  
Old 02-08-2017
Looking for Reccomendations to Clone RHEL 7

Hello,

We are installing a group of stand-alone RHEL 7.1.3 servers for a new application in our environment. We are new to RHEL and would like to know what is the best way to clone the OS once we have the 1st install in the LAB with all the apps installed and passed all security checks. From there we'd like to clone the image on the other machines. Preferably a method that can also recreate exact partitions (this is desired, but not necessary). Also would be nice to setup a kickstart server with image.

Many thanks in advance for suggestions/solutions. And please let me know if you have any questions.

-Steve
# 2  
Old 02-09-2017
When it comes to cloning / DR / bare metal type activities, I always suggest Linux, AIX and Solaris Backup and System Recovery Software as a good place to start. Costs depend on your setup, but you can have a play with the demo to see how you like the tools. It allows for network and disk layout changes in the restore step so you can correct poor practice (e.g. one huge root filesystem) and clone, safe in the knowledge that you can avoid IP conflicts the first time it boots. You can clone to & from physical or virtual servers as required. You can choose to include the application & data or not, but if you rely on a 3rd party backup tool for these, make sure it is part of the root volume group you clone.

Other commercial providers include Cristie Software which can do a whole server (including data) in one go, but in my experience is not quite as flexible. I'm sure that there are others out there too and free tools too. Consider clone cd linux free download - SourceForge and Awesome Open Source Cloning Software too.


I hope that this helps,
Robin

Last edited by rbatte1; 02-09-2017 at 06:17 AM.. Reason: Editing display text on a link
# 3  
Old 02-09-2017
Install everything i need in lab (the OS and packages).
You want to maintain a list of what you did.

Do everything from repositories, local repositories best.
Install everything you need using yum or yum localinstall.

Once you have completed the OS install and all the packages, create a kickstart file from it.
Using kickstart you can define disk layout, hostname, network configuration, packages to install (from list you took) and post install stuff (wget something or whatever ).

Play with it until you achieve perfect install, then just PXE a new environment using that kickstart file with minute changes over numerous protocols (http, tftp etc.) and local repositories.

If you upgrade or patch, remember to review and test the installation using kickstart file.
So it's not actually a clone, but a fresh system with everything you require.
# 4  
Old 03-08-2017
HI

best solution TeraByte Unlimited :: TeraByte Drive Image Backup and Restore Suite :: Image for Linux

and you can put that image to any media, and restoration is too fast if you are using direct DVD write.


we used to manage 600 desktop machines and daily we are using this.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

2. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

3. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

4. UNIX for Dummies Questions & Answers

Clone redhat to another PC

Hi, I'm a new user of this forum and I'm not an expert of linux. I have a broken old pc with red hat linux, I clone hdd to another pc with different mainboard and it's ok but it has only one problem, the usb ports not work. In the boot this message appears: ... (9 Replies)
Discussion started by: aitv
9 Replies

5. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

6. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

7. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

8. Web Development

managed service reccomendations

Dunno If its ok to post this, but I am looking for a company to manage our linux server. If the company is a specialist in security issues then that would be ideal Thanks Ed (5 Replies)
Discussion started by: edzillion
5 Replies

9. Red Hat

Difference between RHEL 3 AND RHEL 4

Anybody, let me know major differences between RHEL 3 & 4 . (2 Replies)
Discussion started by: sakthi_13
2 Replies

10. UNIX for Advanced & Expert Users

clone harddisk

Hi, i have to make an excect physical copie of a sun unix station harddisk. I have to make all partitions the same on about 60 harddisks, and also they should contain the same data/info. I have hade a look at commands 'DD' and 'UFSDUMP' but both of them are not sufficient enough. Can... (5 Replies)
Discussion started by: dirk2
5 Replies
Login or Register to Ask a Question