Page 1 of 1

Install problem with Monitoring_VMware_With_Nagios_XI.pdf

Posted: Thu Nov 08, 2012 12:21 pm
by HydroUser
Hello,

when I try to install the Install SDK Prerequisites for VMware Monitoring i get following error message. I'm currently using NagiosXI for evaluation. I 'm using nagiosxi-2012r1.1-ovf-64.

Code: Select all

[root@localhost vmware-vsphere-cli-distrib]# yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML   Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirrors.cmich.edu
 * epel: mirror.karneval.cz
 * extras: centos.corenetworks.net
 * rpmforge: ftp.riken.jp
 * updates: mirror.linux.duke.edu
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libuuid.x86_64 0:2.17.2-12.7.el6 will be updated
--> Processing Dependency: libuuid = 2.17.2-12.7.el6 for package: util-linux-ng-2.17.2-12.7.el6.x86_64
--> Processing Dependency: libuuid = 2.17.2-12.7.el6 for package: libblkid-2.17.2-12.7.el6.x86_64
---> Package libuuid.x86_64 0:2.17.2-12.7.el6_3 will be an update
---> Package libuuid-devel.x86_64 0:2.17.2-12.7.el6_3 will be installed
---> Package perl-Nagios-Plugin.noarch 0:0.35-2.el6.rf will be installed
--> Processing Dependency: perl(Class::Accessor::Fast) for package: perl-Nagios-Plugin-0.35-2.el6.rf.noarch
--> Processing Dependency: perl(Math::Calc::Units) for package: perl-Nagios-Plugin-0.35-2.el6.rf.noarch
--> Processing Dependency: perl(Config::Tiny) for package: perl-Nagios-Plugin-0.35-2.el6.rf.noarch
--> Processing Dependency: perl(Class::Accessor) for package: perl-Nagios-Plugin-0.35-2.el6.rf.noarch
---> Package perl-XML-LibXML.x86_64 1:1.70-5.el6 will be installed
--> Processing Dependency: perl(XML::SAX::Exception) for package: 1:perl-XML-LibXML-1.70-5.el6.x86_64
--> Processing Dependency: perl(XML::SAX::DocumentLocator) for package: 1:perl-XML-LibXML-1.70-5.el6.x86_64
--> Processing Dependency: perl(XML::SAX::Base) for package: 1:perl-XML-LibXML-1.70-5.el6.x86_64
--> Processing Dependency: perl(XML::NamespaceSupport) for package: 1:perl-XML-LibXML-1.70-5.el6.x86_64
--> Running transaction check
---> Package libblkid.x86_64 0:2.17.2-12.7.el6 will be updated
---> Package libblkid.x86_64 0:2.17.2-12.7.el6_3 will be an update
---> Package perl-Class-Accessor.noarch 0:0.31-6.1.el6 will be installed
---> Package perl-Config-Tiny.noarch 0:2.12-7.1.el6 will be installed
---> Package perl-Math-Calc-Units.noarch 0:1.07-6.el6 will be installed
---> Package perl-XML-NamespaceSupport.noarch 0:1.10-3.el6 will be installed
---> Package perl-XML-SAX.noarch 0:0.96-7.el6 will be installed
---> Package perl-XML-SAX-Base.noarch 0:1.04-1.el6.rf will be installed
---> Package util-linux-ng.x86_64 0:2.17.2-12.7.el6 will be updated
---> Package util-linux-ng.x86_64 0:2.17.2-12.7.el6_3 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================
 Package                            Arch            Version                    Repository         Size
=======================================================================================================
Installing:
 libuuid-devel                      x86_64          2.17.2-12.7.el6_3          updates            82 k
 perl-Nagios-Plugin                 noarch          0.35-2.el6.rf              rpmforge           60 k
 perl-XML-LibXML                    x86_64          1:1.70-5.el6               base              364 k
Updating:
 libuuid                            x86_64          2.17.2-12.7.el6_3          updates            65 k
Installing for dependencies:
 perl-Class-Accessor                noarch          0.31-6.1.el6               base               26 k
 perl-Config-Tiny                   noarch          2.12-7.1.el6               base               23 k
 perl-Math-Calc-Units               noarch          1.07-6.el6                 epel               41 k
 perl-XML-NamespaceSupport          noarch          1.10-3.el6                 base               17 k
 perl-XML-SAX                       noarch          0.96-7.el6                 base               78 k
 perl-XML-SAX-Base                  noarch          1.04-1.el6.rf              rpmforge           27 k
Updating for dependencies:
 libblkid                           x86_64          2.17.2-12.7.el6_3          updates           112 k
 util-linux-ng                      x86_64          2.17.2-12.7.el6_3          updates           1.5 M

Transaction Summary
=======================================================================================================
Install       9 Package(s)
Upgrade       3 Package(s)

Total size: 2.4 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/share/man/man3/XML::SAX::Base.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch
  file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between attempted installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noarch

Error Summary
-------------

[root@localhost vmware-vsphere-cli-distrib]#

Re: Install problem with Monitoring_VMware_With_Nagios_XI.pd

Posted: Thu Nov 08, 2012 12:41 pm
by lmiltchev
Try running the following commands:

Code: Select all

yum clean all
yum erase perl-XML-SAX-Base-1.04-1.el6.rf.noarch
yum install perl-XML-SAX -y
yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML -y
Hope this helps.

Re: Install problem with Monitoring_VMware_With_Nagios_XI.pd

Posted: Fri Nov 09, 2012 3:19 am
by HydroUser
Thank you. It works.

Re: Install problem with Monitoring_VMware_With_Nagios_XI.pd

Posted: Fri Nov 09, 2012 7:54 am
by lmiltchev
I'm glad I could help!