upgrade from 3.0 to 3.1

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dara79
Posts: 16
Joined: Wed Jan 11, 2012 9:20 am

upgrade from 3.0 to 3.1

Post by dara79 »

i get:

...
---> Package nagiosxi-deps.noarch 0:2011r3.0-1 set to be updated
--> Processing Dependency: php-pear-HTML-Template-IT for package: nagiosxi-deps-2011r3.0-1.noarch
---> Package python-libs.i686 0:2.6.6-29.el6 set to be updated
--> Finished Dependency Resolution
Error: Package: nagiosxi-deps-2011r3.0-1.noarch (/nagiosxi-deps-2011r3.0-1.noarch)
Requires: php-pear-HTML-Template-IT
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
#

any suggestions ?


Regards
Daniel
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: upgrade from 3.0 to 3.1

Post by mguthrie »

I'm noticing the package number is still showing 3.0. Can you try clearing your temp directory of all nagiosxi files and extracting the 3.1 tarball once more?

Code: Select all

rm -rf nagiosxi
tar zxf xi-2011r3.1.tar.gz
cd nagiosxi
./upgrade
dara79
Posts: 16
Joined: Wed Jan 11, 2012 9:20 am

Re: upgrade from 3.0 to 3.1

Post by dara79 »

Hi, thanks looks like i was unpacking the old latest file..

but still the same problem with the new file..


---> Package nagiosxi-deps.noarch 0:2011r3.1-1 set to be updated
--> Processing Dependency: php-pear-HTML-Template-IT for package: nagiosxi-deps-2011r3.1-1.noarch
--> Processing Dependency: python = 2.6.5-3.el6_0.2 for package: python-libs-2.6.5-3.el6_0.2.i686
---> Package python.i686 0:2.6.6-29.el6 set to be updated
--> Running transaction check
---> Package nagiosxi-deps.noarch 0:2011r3.1-1 set to be updated
--> Processing Dependency: php-pear-HTML-Template-IT for package: nagiosxi-deps-2011r3.1-1.noarch
---> Package python-libs.i686 0:2.6.6-29.el6 set to be updated
--> Finished Dependency Resolution
Error: Package: nagiosxi-deps-2011r3.1-1.noarch (/nagiosxi-deps-2011r3.1-1.noarch)
Requires: php-pear-HTML-Template-IT
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@nagiosxi01 nagiosxi]#




Regards
Daniel
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: upgrade from 3.0 to 3.1

Post by lmiltchev »

When you log into the Nagios XI web interface, what version does it show in the lower left corner?
Be sure to check out our Knowledgebase for helpful articles and solutions!
dara79
Posts: 16
Joined: Wed Jan 11, 2012 9:20 am

Re: upgrade from 3.0 to 3.1

Post by dara79 »

It does show Nagios XI 2011R3.1 but since the upgrade did not go trough all the way i don´t know witch parts got upgraded and witch parts are still 3.0 ....




Regards
Daniel
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: upgrade from 3.0 to 3.1

Post by lmiltchev »

We've added some extra checks for dependencies, etc. to our upgrade script, because of our upcoming 2012 release. Most probably you don't need these packages with R 3.1 and you will not lose any functionality whatsoever. Basically, you can just ignore these errors.
Be sure to check out our Knowledgebase for helpful articles and solutions!
dara79
Posts: 16
Joined: Wed Jan 11, 2012 9:20 am

Re: upgrade from 3.0 to 3.1

Post by dara79 »

Ok, thank you.


Regards
Daniel
Locked