Page 2 of 2

Re: 2011R2.2 to 2.4 Upgrade Error

Posted: Fri Apr 27, 2012 3:24 pm
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]#

Re: 2011R2.2 to 2.4 Upgrade Error

Posted: Fri Apr 27, 2012 4:24 pm
by scottwilkerson
Now lets run

Code: Select all

ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.php

Re: 2011R2.2 to 2.4 Upgrade Error

Posted: Wed May 02, 2012 9:31 am
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 ~]#

Re: 2011R2.2 to 2.4 Upgrade Error

Posted: Wed May 02, 2012 11:12 am
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

Re: 2011R2.2 to 2.4 Upgrade Error

Posted: Thu May 03, 2012 1:54 pm
by jglass
That fixed me, thank you.

You have been really helpful.