Page 2 of 3

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 1:44 pm
by scottwilkerson
Please make sure you have followed all of the steps in our document on implementing the required items for this Wizard.

http://assets.nagios.com/downloads/nagi ... ios_XI.pdf

And that you got a success with no warning after installing the SDK

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 1:46 pm
by anthony.rabbito
did that already and still get that message

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 1:47 pm
by sreinhardt
Can you send the output of

Code: Select all

locate perl | grep -i viruntime
this should return a single file such as /usr/share/perl5/VMware/VIruntime.pm

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 1:48 pm
by scottwilkerson
after you run

Code: Select all

./vmware-install.pl
Do you get a message at the bottom the says

Code: Select all

Enjoy,

--the VMware team"

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 1:54 pm
by anthony.rabbito
i ran it for the 10th time now and it completed successfully again. it started working and is showing me the correct output.

thanks for the help.

Re: VMWare Wizard

Posted: Mon Jan 28, 2013 2:18 pm
by slansing
Thank you for letting us know that resolved the issue.

Re: VMWare Wizard

Posted: Tue Jun 25, 2013 12:47 pm
by c.slagel
I'm experiencing this as well when installing the dependencies. What was your resolution?
prejeshpatel wrote:Hi,
I ran the follwing yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML

and here is my output:

[root@localhost ~]# yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
epel/metalink | 17 kB 00:00
* base: mirror01.th.ifl.net
* epel: mirror.affix.me
* extras: mirror01.th.ifl.net
* rpmforge: http://www.mirrorservice.org
* updates: mirror01.th.ifl.net
base | 3.7 kB 00:00
cr | 3.0 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.0 MB 00:02
extras | 3.5 kB 00:00
rpmforge | 1.9 kB 00:00
updates | 3.5 kB 00:00
Setting up Install Process
Package libuuid-2.17.2-12.7.el6_3.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> 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-Plug in-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-Lib XML-1.70-5.el6.x86_64
--> Processing Dependency: perl(XML::SAX::DocumentLocator) for package: 1:perl-X ML-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-L ibXML-1.70-5.el6.x86_64
--> Running transaction check
---> 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
--> 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
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

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

Total size: 718 k
Installed size: 1.6 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 ins talls of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf.noar ch
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz conflicts between attempte d installs of perl-XML-SAX-0.96-7.el6.noarch and perl-XML-SAX-Base-1.04-1.el6.rf .noarch

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

There seems to be a error whilst installing some of the perl plugins.

Re: VMWare Wizard

Posted: Tue Jun 25, 2013 3:09 pm
by abrist
You may already have some packages installed that must be removed. Lets check:

Code: Select all

yum list installed | grep SAX

Re: VMWare Wizard

Posted: Tue Jun 25, 2013 6:05 pm
by c.slagel
abrist wrote:You may already have some packages installed that must be removed. Lets check:

Code: Select all

yum list installed | grep SAX
This returns no results.

Re: VMWare Wizard

Posted: Wed Jun 26, 2013 9:43 am
by slansing
Run through the following:

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