Page 1 of 1

Nagiosxi Upgrade 5.9.3 to 5.11.3

Posted: Mon Nov 20, 2023 10:35 am
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.

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Posted: Mon Nov 20, 2023 4:36 pm
by aiqbal88
BUMP

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Posted: Mon Dec 04, 2023 10:19 am
by aiqbal88
BUMP

Re: Nagiosxi Upgrade 5.9.3 to 5.11.3

Posted: Mon Dec 04, 2023 10:41 am
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!