What are Linux configuration changes required after a cloned VM Server is started?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat What are Linux configuration changes required after a cloned VM Server is started?
# 1  
Old 07-29-2016
What are Linux configuration changes required after a cloned VM Server is started?

Dear Expert Users,

VMware Admin Tool is used to create a "clone" of an existing VM RHEL Server. Now, I have a Project where a cloned VM Server image is started for run . Please share what are all configuration changes required to ensure this runs fine ?

I will be grateful for quick and early response.

Thank you,
Sandeep
# 2  
Old 07-29-2016
I would go for network mainly
  • IP address (to avoid conflict with original)
  • Hostname
  • SSH server keys - delete /etc/ssh/*keys* & restart sshd to generate new ones for this server
  • Delete all .ssh directories
  • Erase old syslog files and null the 'live' files
  • Purge queued mail files
  • Stop the cron service and review all the jobs
  • Change the root password

How did you clone? Is this just a copy of the OS disk perhaps? Detach the network before bringing it up and logging on through the console to do most of this.



Just a few things to be getting on with. Any more from any more?


Robin
# 3  
Old 07-29-2016
Also in any virtualization solution, i would start that new clone without network and do the cleanup required.

Then, add network and configure it.

But a cleaner approach would be to kickstart/install the RHEL server on fresh machine and install the service in question.
Question is, what is the service on that server (database, jvm or such) ?

I would go for the fresh install in any case, but choice is yours Smilie

Hope that helps
Regards
Peasant.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

X-Server can not be started on display :0

Good Morning, I recently cloned a sunblade 2500 to another sunblade 2500 and had an issue getting the GUI: X-Server can not be started on display :0 The issue was that the first machine had an xvr600 graphics card, and the new machine had an xvr100. Installing a new driver took... (0 Replies)
Discussion started by: Stellaman1977
0 Replies

2. UNIX and Linux Applications

Configuration of Linux cluster managment on Red Hat 5.x server

Hi Experts, I have question regarding linux cluster managment on Red Hat 5.x server. When I try to install 'luci' or 'ricci' in one of our linux servers it is giving me below error:- yum install luci Loaded plugins: katello, product-id, rhnplugin, security, subscription-manager Updating... (0 Replies)
Discussion started by: Amey Joshi
0 Replies

3. Red Hat

RHEL 4 Server con't Started....

Hi Friends, My Server is con't stated..it shows the below error.. Red hat exterprise Linux As Release 4(nahat) kernel 2.6.9-5.ELsmp on an i686 INIT : id "x" respawing too fast :disabled for 5 minutes... Please help help Thanks, Srinivas (1 Reply)
Discussion started by: srinivas814
1 Replies

4. Solaris

X-Server can not be started on display 0

hi , I have install Oracle solaris 10 8/11 on intel core i5 server. But its not opening in graphic mode showing message X-Server can not be started on display ... (EE) Unable to locate/open config file Drivers to try are: "intel" "i810" "fbdev" "vesa" vga" (EE) failed to load module "dri"... (3 Replies)
Discussion started by: zeeshan047
3 Replies

5. UNIX for Dummies Questions & Answers

Check server configuration in Linux

Hi, How do i check the server configuration in Linux like the RAM size, OS version, type of database configured etc...basically i need everything about the server. Is there a command to see this information?? Thanks in advance!!! (7 Replies)
Discussion started by: stunnerz_84
7 Replies

6. UNIX for Dummies Questions & Answers

samba server configuration on linux.

Today I have configured samba server on my linux machine .I thought it would be better if i share it here and get feedback from an experienced users. This configuration is based on Redhat release 5. # lsb_release -a LSB Version: ... (0 Replies)
Discussion started by: pinga123
0 Replies

7. Solaris

The X-Server can not be started on display :0

Hey Guys, I have just moved my machine to a new location and reconfigured my DNS and ip... and for an unknown reason I get this X-Server can not be started error on startup. This is what I got in my Xerrors log: It is possible to start a graphical session (X-Server) manually, ... (8 Replies)
Discussion started by: wasabihowdi
8 Replies

8. Solaris

X-Server cannot be started on display 0

Iam using a Dell laptop..... i installed Solaris 10.... 'm getting a X-Server cannot be started on display 0 error. Can anyone help me in fixing ??? (2 Replies)
Discussion started by: sarathnag25
2 Replies

9. UNIX for Dummies Questions & Answers

Please get me started on my virtual server

I've been given access to a virtual server. I've worked out how to connect with it using SSH (in my unix terminal window). But I'm clueless about how to continue. The last time I made web services. I had a fancy web-based control panel. Now I just have the command line. There are three... (1 Reply)
Discussion started by: knownothing
1 Replies
Login or Register to Ask a Question