Upgrading from 5R1.0 to latest

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post by bosecorp »

yes, I did that.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading from 5R1.0 to latest

Post by lmiltchev »

Can you post the entire install.log and upgrade.log (if you have it)?
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post by bosecorp »

I think I already posted the entire install.log file
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading from 5R1.0 to latest

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post by bosecorp »

Taht was the entire log file
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading from 5R1.0 to latest

Post by lmiltchev »

Can you run the following command, and show the output?

Code: Select all

yum repolist
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post 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
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Upgrading from 5R1.0 to latest

Post 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
Former Nagios Employee
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Upgrading from 5R1.0 to latest

Post by bosecorp »

it worked. great. thanks

let's close this ticket
Locked