Page 1 of 1

Problem upgrading from Nagios XI 2011R2.4 to 2011R3.2

Posted: Fri Jul 13, 2012 3:28 pm
by DennisPR
Hello,
I have a test server that was installed with CentOS 6.2 (2.6.32-220.17.1.el6.x86_64) and Nagios XI 2011R2.4 that I want to upgrade to 2011R3.2
I have performed the upgrade as described in http://assets.nagios.com/downloads/nagi ... ctions.pdf and didn't get any errors.
When I login to NagioXI (even after a reboot of the system) it still states that version Nagios XI 2011R2.4 is installed and up update is available.
I also tried to run (as described in http://support.nagios.com/forum/viewtop ... ate#p29392) but the upgrade still doesn't work

Can anyone help me out please ?
Is it possible to upgrade a Nagios XI machine that is still running in the 60 day trial period ?

Re: Problem upgrading from Nagios XI 2011R2.4 to 2011R3.2

Posted: Fri Jul 13, 2012 3:59 pm
by scottwilkerson
Can you run the following

Code: Select all

cd /tmp/nagiosxi
cat /dev/null > uninstall-crontab-nagios
cat /dev/null > uninstall-crontab-root
./upgrade
post the last couple line out output on the screen.. if you don't see this at the end of the upgrade

Code: Select all

	==================
	UPGRADE COMPLETED!
	==================

	Logout of the Nagios XI interface and log back in as 'nagiosadmin' to complete the upgrade.

	You can access the Nagios XI web interface by visiting:

Re: Problem upgrading from Nagios XI 2011R2.4 to 2011R3.2

Posted: Sat Jul 14, 2012 7:59 am
by DennisPR
Thx for your reply that fixed the upgrade issue !

Dennis