OS Installs

Linux

Basic OS

Sync with Existing

If you're moving an existing system to new hardware, or installing as an upgrade, you need to make it act like the old box

  1. use rsync or whatever to make a copy of the original hosts /etc, /root, /usr/local and possibly /home. These should be copies used as a reference, not used to overwrite the new host's /etc/, /root/, /usr/local etc...
  2. if this is a part of a HA cluster, set up rsync copies.
  3. install obvious software (web server? NTP?)
  4. configure new nagios host for new host with same tests as original
  5. make it pass those tests
  6. if there is still something visibly wrong, add a test to nagios
  7. sync up perl modules - get autobundle from original parse a little by machine, but mostly do this by hand.
  8. sync up RPMS - Again, don't just blindly install everything.


CategoryNotes

OS Installs (last edited 2009-06-10 18:33:16 by dmartin)