[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]#
2011R2.2 to 2.4 Upgrade Error
-
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
Now lets run
Code: Select all
ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.phpRe: 2011R2.2 to 2.4 Upgrade Error
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 ~]#
[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
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
That fixed me, thank you.
You have been really helpful.
You have been really helpful.