NDO3 upgrade in Nagios 5.8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

NDO3 upgrade in Nagios 5.8

Post by hbouma »

We had issues previously when upgrading from 5.6.X to 5.7.X where NDO2DB didn't work right with our offloaded database. With the release of Nagios 5.8, have the NDO3 issues been fixed? If so, what are the instructions for upgrading NDO2DB to NDO3?

We are running RHEL 7.9VM's.

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

Re: NDO3 upgrade in Nagios 5.8

Post by benjaminsmith »

Hi Henry,

Good question. As always take a backup first or run through this on a test server. Once you've installed the new version. I would recommend doing this manually, then just run the following commands to upgrade ndo to version 3.0.5.

Code: Select all

cd nagiosxi/subcomponents/ndo
./upgrade -f
To manually upgrade, run the following commands:

Code: Select all

cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
Let us know if you have any questions, Benjamin

Reference:
Upgrading Nagios XI
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!
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Re: NDO3 upgrade in Nagios 5.8

Post by hbouma »

Thank you! We will test this on our test server and open a post if we continue to see problems.

You can close this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NDO3 upgrade in Nagios 5.8

Post by scottwilkerson »

hbouma wrote:Thank you! We will test this on our test server and open a post if we continue to see problems.

You can close this post.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked