Nagios xi upgrade to 5.8.3

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
vishal313
Posts: 50
Joined: Wed Dec 18, 2019 10:23 pm

Nagios xi upgrade to 5.8.3

Post by vishal313 »

Hi All,

We have recently tried upgrading Nagios xi from 5.6.10 to 5.8.3 offline.
The upgrade was completed successfully with no Error or Warning messages and all the Nagios xi packages were updated to 5.8.3 version. Please find the below details from the server.
$rpm -aq | grep nagiosxi
nagiosxi-nagvis-5.8.3-1.el7.x86_64
nagiosxi-wkhtmltox-5.8.3-1.el7.x86_64
nagiosxi-shellinabox-5.8.3-1.el7.x86_64
nagiosxi-nrpe-5.8.3-1.el7.x86_64
nagiosxi-nsca-5.8.3-1.el7.x86_64
nagiosxi-ndoutils-5.8.3-1.el7.x86_64
nagiosxi-nxti-5.8.3-1.el7.x86_64
nagiosxi-nrds-5.8.3-1.el7.x86_64
nagiosxi-nagioscore-5.8.3-1.el7.x86_64
nagiosxi-mrtg-5.8.3-1.el7.x86_64
nagiosxi-wmic-5.8.3-1.el7.x86_64
nagiosxi-5.8.3-1.el7.x86_64
nagiosxi-nagiosplugins-5.8.3-1.el7.x86_64
nagiosxi-pnp-5.8.3-1.el7.x86_64

The upgrade was performed with root user.
The challenge which we are seeing is that post the successful upgrade, we still can not see the version change on the Nagios xi console. It is still showing the version as 5.6.10.

I have attached the screenshot for reference.
Please help with your inputs for what is missed or needs a fix to make sure the upgraded version reflects on the console as well.


Regards
Vishal Dhote
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios xi upgrade to 5.8.3

Post by ssax »

The upgrade failed even though the RPMs show they have the latest version.


Please do this:

Download this file to your /tmp directory of your xi server:

Code: Select all

https://repo.nagios.com/nagiosxi-offline/nagiosxi-5.8.3-1.el7.x86_64.tar.gz
Then as root, run these commands on your xi server:

Code: Select all

cd /tmp
rm -rf nagiosxi
tar zxf nagiosxi-5.8.3-1.el7.x86_64.tar.gz
mv nagiosxi nag
cd nag
rpm2cpio nagiosxi-5.8.3-1.el7.x86_64.rpm| cpio -idmv
cd tmp/nagiosxi
./rpmupgrade
Then send us the full output. That should show us what it's failing on.