Sponsored Content
Operating Systems Linux Red Hat Taking an image or clone of Red Hat server Post 302952942 by Padow on Monday 24th of August 2015 12:37:42 PM
Old 08-24-2015
Best practice would be to build the new system from scratch and re-deploy applications. the second best option would be to install your applications in a dedicated filesystem/location like /apps and use rsync to copy that over to a new system. Next would be to buy software that will do "bare-metal" copies or backup/restores of linux systems.

If you want to do it quick and dirty, put the existing boot/OS hard drive in a server and a blank identical hard disk. Boot the system in rescue mode, ensure that the good copy of the data (you can use fdisk and look for the one that is partitioned) is on the first disk (/dev/sda) and do:

Code:
dd if=/dev/sda of=/dev/sdb

Padow
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

setting up web server on Red hat 7.2

hi I was successful in installing redhat 7.2 with no problems or error =) (first try) and It took me about 40 minutes to install it on a p233 mmx. It's running Gnome. I have some issues which I'm unsure of how to deal with. 1.How do I install an apache server, or is there one simular that... (11 Replies)
Discussion started by: Special K
11 Replies

2. UNIX for Dummies Questions & Answers

Red Hat 7.1 - Bieng a web server

If I have an ADSL connection (therefore with a static IP Address) is it possible to use Red Hat Linux 7.1 straight from the CD to become a web server to host my own web pages (If I have a domain name registered to that IP Address). I've read about Apache, is this what is used to make files... (1 Reply)
Discussion started by: KrazyGuyPaul
1 Replies

3. UNIX for Dummies Questions & Answers

Red Hat 7.2 Linux Server - FTP Problems

I have just installed RH7.2 Server and along with apache 1.3 and PHP. I am able to FTP from my linux box to other remote maches, but am unable to FTP to the linux box from other remote machines. The message I get is: A remote host has refused an attempted connect operation. I have done some... (3 Replies)
Discussion started by: jyoung
3 Replies

4. Linux

crash dump server for red hat ent 4

Is it true that you can't have the crash dump server/client on the same server? I know I've installed Nagios open source before, I though it's only for that kind of thing. I never though that Red hat ent 4 would be like client/server on the crash dump. if someone is having problem with high... (0 Replies)
Discussion started by: itik
0 Replies

5. Linux

Red Hat linux(Advance server) problem

we are receiving following error in our application server & server not booted:- "INIT IP ID x ,Respawning too fast; disable for 5 minutes." Please give me solution for above mention problem as early as possible . AKM (3 Replies)
Discussion started by: akm9999
3 Replies

6. Red Hat

Red Hat Server Name Change

Hello Does anyone know if it s complicated process to change a Red Hat Server host name that also has a Oracle db installed on it? rgds D (2 Replies)
Discussion started by: deedaz
2 Replies

7. Red Hat

where can find the good image file of red hat

I have failed many times on install red hat in virtual machine, can anybody provide the good image file of red hat? (3 Replies)
Discussion started by: wulaishiwo
3 Replies

8. Red Hat

Not able to ssh into Red Hat server wtith or without LDAP

Hello, For some reason we are unable to ssh into one of our servers. It is running Red Hat 6.1. We have tried moving in a new sshd_config file as well as a new /etc/pam.d/system-auth file. The server has LDAP enabled and the server side is Oracle directory server. Just to simplify things we... (0 Replies)
Discussion started by: s ladd
0 Replies

9. Red Hat

Streaming Server over Red Hat

Hi guys, What is the best server for media streaming over network, when I googled some stuff I found that most of these articles talk about VLC, and according to what I know that is VLC is a third party application, and I don't know actually if there any standard linux streaming server. ... (2 Replies)
Discussion started by: leo_ultra_leo
2 Replies

10. Red Hat

Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine. That certificat expired and we've installed the new one. Now the client is getting the following error - HTTP/1.1 500 Internal Server Error Date: Mon, 14 Apr 2014 13:25:44 GMT Server:... (1 Reply)
Discussion started by: kkinney
1 Replies
SUFFIX2INSTANCE(8)					      System Manager's Manual						SUFFIX2INSTANCE(8)

NAME
suffix2instance - Directory Server script for finding a backend name SYNOPSIS
suffix2instance [-Z serverID] -s suffix [-h] DESCRIPTION
Maps a suffix to a backend name. This script can be run while the server is running, or stopped. OPTIONS
A summary of options is included below: -Z Server Identifier The server ID of the Directory Server instance. If there is only one instance on the system, this option can be skipped. -s Suffix DN The suffix DN to be mapped to a backend name. Example: "dc=example,dc=com" -h Display the usage. EXAMPLE
suffix2instance -s 'dc=example,dc=com' suffix2instance -Z instance3 -s 'dc=example,dc=com' DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error. AUTHOR
suffix2instance was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2013 Red Hat, Inc. Mar 5, 2013 SUFFIX2INSTANCE(8)
All times are GMT -4. The time now is 05:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy