Page 2 of 2

Re: Upgrading from 5R1.0 to latest

Posted: Fri Mar 04, 2016 2:33 pm
by bosecorp
yes, I did that.

Re: Upgrading from 5R1.0 to latest

Posted: Fri Mar 04, 2016 2:40 pm
by lmiltchev
Can you post the entire install.log and upgrade.log (if you have it)?

Re: Upgrading from 5R1.0 to latest

Posted: Fri Mar 04, 2016 7:06 pm
by bosecorp
I think I already posted the entire install.log file

Re: Upgrading from 5R1.0 to latest

Posted: Mon Mar 07, 2016 9:42 am
by lmiltchev
I think I already posted the entire install.log file
I am sorry I was not clear enough. I wanted to see the install.log AFTER you added the "Optional" channel, and reran the upgrade script as I was hoping to see some new entries, that could help us troubleshoot the issue.
Do you have an "upgrade.log" in the "/tmp/nagiosxi/" directory? If you do, can you post it?

Re: Upgrading from 5R1.0 to latest

Posted: Sun Apr 03, 2016 8:56 pm
by bosecorp
Taht was the entire log file

Re: Upgrading from 5R1.0 to latest

Posted: Mon Apr 04, 2016 9:38 am
by lmiltchev
Can you run the following command, and show the output?

Code: Select all

yum repolist

Re: Upgrading from 5R1.0 to latest

Posted: Tue Apr 05, 2016 9:54 am
by bosecorp
# yum repolist
Loaded plugins: product-id, rhnplugin, subscription-manager
This system is receiving updates from RHN Classic or Red Hat Satellite.
repo id repo name status
Bose-dev-rhel-x86_64-server-7 Bose-dev-rhel-x86_64-server-7 7,598
nagios-base Nagios 76
nagiosxi-deps Nagios XI Dependencies 27
repolist: 7,701

Re: Upgrading from 5R1.0 to latest

Posted: Tue Apr 05, 2016 10:34 am
by bosecorp
downloaded the latest version of XI, and now I am getting this error

# ./upgrade
Archive: sourceguardian/ixed4.lin.x86-64.zip
inflating: /usr/lib64/php/modules/ixed.5.4.lin
Sourceguardian extension found for PHP version 5.4
Sourceguardian extension already in php.ini
Checking required prereqs...
Please wait...

OLD VERSION: 514
Loaded plugins: product-id, rhnplugin, subscription-manager
This system is receiving updates from RHN Classic or Red Hat Satellite.
Package automake-1.13.4-3.el7.noarch already installed and latest version
Package autoconf-2.69-11.el7.noarch already installed and latest version
Package 2:nmap-6.47-1.x86_64 already installed and latest version
Package subversion-1.7.14-7.el7_1.1.x86_64 already installed and latest version
Nothing to do
Loaded plugins: product-id, rhnplugin, subscription-manager
This system is receiving updates from RHN Classic or Red Hat Satellite.


Error getting repository data for rpmforge, repository not found
root@nagmonus3:(04-05 10:51): /tmp/nagiosxi

Re: Upgrading from 5R1.0 to latest

Posted: Tue Apr 05, 2016 11:29 am
by rkennedy
Looks like you're missing the rpmforge repo. Please run the following, and then try to upgrade once again.

Code: Select all

wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

Re: Upgrading from 5R1.0 to latest

Posted: Tue Apr 05, 2016 5:17 pm
by bosecorp
it worked. great. thanks

let's close this ticket