Nagiosxi Upgrade 5.9.3 to 5.11.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
aiqbal88
Posts: 16
Joined: Tue Feb 04, 2020 3:40 pm

Nagiosxi Upgrade 5.9.3 to 5.11.3

Post by aiqbal88 »

I am looking for some help.
I tried upgrading from Nagiosxi 5.9.3 to 5.11.3
I was still using ndo2db on 5.9.3.
when i upgraded to 5.11.3, Server broke, ndo2db did not exist on server neither ndo3db.
Question 1: should i upgrade NDO2DB to NDO3DB first? and retry upgrade? if yes can someone help me with procedure?
Question 2: if i do not need to upgrade NDO2DB and still can upgrade to latest version. Please help me with process.

Notes: Environment is offline and does not allow me Epel Repositories.
aiqbal88
Posts: 16
Joined: Tue Feb 04, 2020 3:40 pm

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Post by aiqbal88 »

BUMP
aiqbal88
Posts: 16
Joined: Tue Feb 04, 2020 3:40 pm

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Post by aiqbal88 »

BUMP
jsimon
Posts: 109
Joined: Wed Aug 23, 2023 11:27 am

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Post by jsimon »

Hi @aiqbal88,

I would recommend installing ndo directly from the latest tarball of Nagios XI. You shouldn't need to install ndo2 and then upgrade, I would try these commands:

Code: Select all

cd /tmp
rm -rf /tmp/nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.11.3.tar.gz
tar zxf xi-5.11.3.tar.gz
cd /tmp/nagiosxi/subcomponents/ndo
./install
You may need to restart the nagios service after this change:

Code: Select all

service nagios restart
Let us know if this does not correct the issue!
Post Reply