Upgrading NagiosXI 5.5.0 to 5.5.8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
smapple
Posts: 81
Joined: Fri Apr 08, 2016 11:43 pm

Upgrading NagiosXI 5.5.0 to 5.5.8

Post by smapple »

HI Team,

I am trying to update Nagios from NagiosXI 5.5.0 to 5.5.8. However does not go further this step.Can you please help?

---- Starting Nagios XI Backup ----
No entry for terminal type "unknown";
using dumb terminal settings.
Stopping nagios: .done.
Starting nagios: done.
Backing up NagiosQL...
tar: Removing leading `/' from member names
tar: Removing leading `/' from member names
Backing up Nagios Core...
tar: Removing leading `/' from member names
tar: /usr/local/nagios/share/perfdata/hs1-esxi4.apple.com: file changed as we read it
tar: /usr/local/nagios/var/ndo.sock: socket ignored
tar: /usr/local/nagios/var/rw/nagios.qh: socket ignored
tar: /usr/local/nagios/var: file changed as we read it
Backing up Nagios XI...
tar: Removing leading `/' from member names
tar: /usr/local/nagiosxi/var/sysstat.log: file changed as we read it
tar: /usr/local/nagiosxi/var/eventman.log: file changed as we read it
Backing up MRTG...
tar: Removing leading `/' from member names
Backing up the SNMP trap interface configuration files...
cp: cannot stat `/etc/snmp/snmptt.conf.nxti': No such file or directory
Backing up NRDP...
tar: Removing leading `/' from member names
Backing up Nagvis...
tar: Removing leading `/' from member names
Backing up MySQL databases...
Backing up cronjobs for Apache...
Backing up logrotate config files...
Backing up Apache config files...
Compressing backup...

===============
BACKUP COMPLETE
===============
Backup stored in /store/backups/nagiosxi/autoupgrade_backup.1545847403.tar.gz

---- Starting Nagios XI Upgrade ----
Cleaning up temp directory...
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading NagiosXI 5.5.0 to 5.5.8

Post by lmiltchev »

When you log in Nagios XI web UI, what is the version number that you see in the bottom-left corner?

Have you tried running the upgrade from the command line?

Code: Select all

cd /tmp
rm -rf xi-* nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.5.8.tar.gz
tar xvf xi-5.5.8.tar.gz
cd nagiosxi
./upgrade
If the upgrade fails again, post the entire upgrade.log on the forum. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
smapple
Posts: 81
Joined: Fri Apr 08, 2016 11:43 pm

Re: Upgrading NagiosXI 5.5.0 to 5.5.8

Post by smapple »

THis is resolved.THanks!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading NagiosXI 5.5.0 to 5.5.8

Post by lmiltchev »

Great! I am happy to hear that!

I am closing this topic. If you have any further questions/issues, please start a new thread.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked