Page 1 of 1
upgrade from 3.0 to 3.1
Posted: Mon Jun 11, 2012 7:36 am
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
Re: upgrade from 3.0 to 3.1
Posted: Mon Jun 11, 2012 9:29 am
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
Re: upgrade from 3.0 to 3.1
Posted: Tue Jun 12, 2012 2:04 am
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
Re: upgrade from 3.0 to 3.1
Posted: Tue Jun 12, 2012 9:18 am
by lmiltchev
When you log into the Nagios XI web interface, what version does it show in the lower left corner?
Re: upgrade from 3.0 to 3.1
Posted: Wed Jun 13, 2012 2:29 am
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
Re: upgrade from 3.0 to 3.1
Posted: Wed Jun 13, 2012 9:20 am
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.
Re: upgrade from 3.0 to 3.1
Posted: Thu Jun 14, 2012 6:03 am
by dara79
Ok, thank you.
Regards
Daniel