2011R2.2 to 2.4 Upgrade Error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jglass
Posts: 37
Joined: Thu Jan 26, 2012 2:28 pm

Re: 2011R2.2 to 2.4 Upgrade Error

Post by jglass »

[root@opsmon ~]# cd /tmp/nagiosxi
[root@opsmon nagiosxi]# ls
0-yum C-cronjobs install-sourceguardian-extension.sh
10-phplimits cpan install-sudoers
11-sourceguardian D-chkconfigalldaemons install-templates
12-mrtg E-importnagiosql licenses
13-cacti fix-nagiosadmin nagiosxi
1-prereqs F-startdaemons nagiosxi-deps-2011r2.4-1.noarch.rpm
2-usersgroups fullinstall packages
3-dbservers get-os-info sourceguardian
4-services get-version subcomponents
5-sudoers init-auditlog tools
6-firewall init-mysql uninstall-crontab-nagios
7-sendmail init-postgres uninstall-crontab-root
8-selinux init.sh upgrade
9-dbbackups init-xidb vmsetup
A-subcomponents install-html xi-sys.cfg
B-installxi install-nagiosxi-init xivar
build-perms-bin install-pnptemplates Z-webroot
[root@opsmon nagiosxi]#
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 2011R2.2 to 2.4 Upgrade Error

Post by scottwilkerson »

Now lets run

Code: Select all

ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.php
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jglass
Posts: 37
Joined: Thu Jan 26, 2012 2:28 pm

Re: 2011R2.2 to 2.4 Upgrade Error

Post by jglass »

Sorry for the delayed response - here is the ouput from the last command:

[root@opsmon ~]# ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.php
-rwxr-x---. 1 nagios nagios 187811 Apr 6 14:13 /usr/local/nagiosxi/html/includes/utilsl.inc.php
[root@opsmon ~]#
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 2011R2.2 to 2.4 Upgrade Error

Post by scottwilkerson »

I found a problem with the installer and here is the fix

Code: Select all

cd /tmp/nagiosxi
cp /dev/null ./uninstall-crontab-nagios
y
./upgrade
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jglass
Posts: 37
Joined: Thu Jan 26, 2012 2:28 pm

Re: 2011R2.2 to 2.4 Upgrade Error

Post by jglass »

That fixed me, thank you.

You have been really helpful.
Locked