Can I upgrade XI 2014R1.3 to latest version

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

Can I upgrade XI 2014R1.3 to latest version

Post by dimsum »

Hi,

I have a plan to upgrade my Nagios XI 2014R1.3 running on CentOS 6.5 I have a question, Can I upgrading from the online manual and is possible? or I need to install CentOS 7 and restore from the legacy version.

Here, the online manual: https://assets.nagios.com/downloads/nag ... ctions.pdf

Any idea, Please advise.

Thank you in advance.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Can I upgrade XI 2014R1.3 to latest version

Post by benjaminsmith »

Hi @dimsum,

It sounds like you would like to do a migration to Cent 7. Is this correct?

Also, can you run the following command and post the output to see which database you are using for XI:

Code: Select all

awk '/"nagiosxi" => array\(/{getline;print}' /usr/local/nagiosxi/html/config.inc.php
Thanks.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

Re: Can I upgrade XI 2014R1.3 to latest version

Post by dimsum »

์Not migration, Actually I need in-place upgrade.

Thank you.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Can I upgrade XI 2014R1.3 to latest version

Post by ssax »

I think they test back to 2012.

Is this a VM? Take a VM snapshot first AND an XI backup, then try to go directly to the latest.

If you have any issues, please send us the entire output from the very beginning of the install.

Thank you!
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

Re: Can I upgrade XI 2014R1.3 to latest version

Post by dimsum »

Hi,

Yes, XI running on VM.

I will in-place upgrade and do you have an alternative if in-place not working.

PS. I will send the output if any issue with in-place upgrade.

Thank you.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Can I upgrade XI 2014R1.3 to latest version

Post by benjaminsmith »

Hi @dimsum,
I will in-place upgrade and do you have an alternative if in-place not working.
PS. I will send the output if any issue with in-place upgrade.
Sounds good. We'll wait for an update.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

Re: Can I upgrade XI 2014R1.3 to latest version

Post by dimsum »

How can I disable all notification or all checking when I upgrading. I have concerned the existing plugin not working.

Thank you.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Can I upgrade XI 2014R1.3 to latest version

Post by benjaminsmith »

Hell @dimsum,

If you open the main Nagios configuration file at /usr/local/nagios/etc/nagios.cfg there are a couple options you can change to turn off checks and notifications:

Code: Select all

enable_notifications=0
execute_service_checks=0
Once you make the those changes, restart Nagios.

Code: Select all

service nagios restart
Let me know if you have further questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

Re: Can I upgrade XI 2014R1.3 to latest version

Post by dimsum »

Hi,

I got a network issue from the attached. So can Nagios force upgrade via HTTP only not https the system could access HTTP?

Thank you.
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Can I upgrade XI 2014R1.3 to latest version

Post by benjaminsmith »

Hi @dimsum,

The error message is not typical as the SSL certificate is not self-signed. Do you have a proxy configured on your network? If this is the case, this is known to cause issues with Nagios XI ( see: Nagios XI - Problems Using Nagios XI With Proxies ).

You can try using the --no-check-certificate option?

Code: Select all

wget --no-check-certificate -O upgrade.sh https://assets.nagios.com/downloads/nagiosxi/upgrade.sh
sh ./upgrade.sh
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked