Page 1 of 1

Upgrade of MySQL offload install

Posted: Thu Jul 19, 2012 2:30 pm
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

Re: Upgrade of MySQL offload install

Posted: Thu Jul 19, 2012 2:41 pm
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

Re: Upgrade of MySQL offload install

Posted: Fri Jul 20, 2012 4:02 pm
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

Re: Upgrade of MySQL offload install

Posted: Fri Jul 20, 2012 4:18 pm
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.

Re: Upgrade of MySQL offload install

Posted: Sat Jul 28, 2012 7:50 pm
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