Back to OP5 Monitor FAQ

Internal documentation only

This page has been marked as draft.

How to migrate OP5 Monitor 7 or 8 from EL6 to EL7

Important notes Copied

Backup files must be generated and imported on the same version of OP5 Monitor. Do not under any circumstance import backups made on a different version. Also, running different versions of RHEL/CentOS or OP5 Monitor concurrently in a distributed environment is not supported and not guaranteed to work.

We are here to help Copied

Need help migrating? Contact your sales representative or raise a ticket, and let our Professional Services assist you.

This guide assumes that you are running Monitor 7 or 8. This article does not apply to earlier versions of Monitor.

Step-by-step guide Copied

  1. Install and set up EL7 on new machines. The number of machines you should set up should match the number of machines in your current Monitor cluster.

  2. Upgrade the old machines to the latest version of the Monitor version that you have installed via yum.

  3. Make a clean install of Monitor on the new machines. This should also be the same version of Monitor that you upgrade to in previous step.

  4. Stop monitor on all machines, both new EL7 and old, by running the following command on all machines:

    # mon stop
    
  5. Configure NTP, DNS etc and prepare for IP-change

  6. For each of your EL6 machines make a backup by running the following command:

    # op5-backup --migrate
    

    Backup file location can be found in op5-backup configuration, more information can be found here: https://docs.itrsgroup.com/docs/op5-monitor/current/topics/admin-manual/backup/op5-backup.html

  7. Copy the backup file from each old machine onto each respective new machine, so that each new machine has one backup file.

  8. Shut down the old machine, and apply its IP settings on the new machine(s)

  9. For each new machine, restore the backup file by running the following command:

    # op5-restore -b <backup file>
    
  10. Unsupported Custom Plugins

    If you have used any custom plugins, remember to copy them from the old machines to the new ones. Also, make sure to install any related perl plugins or similar.

  11. After restoring you will need to reboot

["Geneos"] ["FAQ"]

Was this topic helpful?