Upgrade of MySQL offload install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Mitchell
Posts: 130
Joined: Thu Jan 05, 2012 2:33 am

Upgrade of MySQL offload install

Post by Mitchell »

I am wondering if you have any recommandation on upgrading nagios XI setup which has MySQL offloaded to another nagios xi VM (With other services disabled)?

I also have mod_gearman agent machines (originally built with XI VMs and disabled all services). What is best way to upgrade these servers when we upgrade XI? every machine is VM in out setup.

Thanks
Ashish
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrade of MySQL offload install

Post by scottwilkerson »

I would upgrade your main VM (which will also make any MySQL mods automatically)

If you have no intention of turning on the nagios services on the other machine you shouldn't need to do an upgrade as the upgrade will not do anything to mod_gearnam or mysql
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
Mitchell
Posts: 130
Joined: Thu Jan 05, 2012 2:33 am

Re: Upgrade of MySQL offload install

Post by Mitchell »

Thanks Scott,

I was wondering if XI upgrades libs which are used by plug-ins or the plug-ins itself, how should mod_gearman_worker machine updated in this case.

Also, for MySQL machine (offloaded to different machine), would it be able to make all the changes from Nagios XI machine itself? For example upgrade DB or cron job etc..?

Thanks again for your help in this matter.
Ashish
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrade of MySQL offload install

Post by scottwilkerson »

Mitchell wrote:I was wondering if XI upgrades libs which are used by plug-ins or the plug-ins itself, how should mod_gearman_worker machine updated in this case.
You could run the upgrade on the other machines, however the core plugins don't change that often. I worry about running the script will start all of the services back up and could cause errors
Mitchell wrote:Also, for MySQL machine (offloaded to different machine), would it be able to make all the changes from Nagios XI machine itself? For example upgrade DB or cron job etc..?
Yes, the XI machine can and will make all changes necessary.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
Mitchell
Posts: 130
Joined: Thu Jan 05, 2012 2:33 am

Re: Upgrade of MySQL offload install

Post by Mitchell »

scottwilkerson wrote:
Mitchell wrote:I was wondering if XI upgrades libs which are used by plug-ins or the plug-ins itself, how should mod_gearman_worker machine updated in this case.
You could run the upgrade on the other machines, however the core plugins don't change that often. I worry about running the script will start all of the services back up and could cause errors
Okay. Thank you. I will upgrade this machine and manually stop all services as well remove from auto start.
Mitchell wrote:Also, for MySQL machine (offloaded to different machine), would it be able to make all the changes from Nagios XI machine itself? For example upgrade DB or cron job etc..?
Yes, the XI machine can and will make all changes necessary.
That is wonderfull.
Thank you very much. -Ashish
Locked