Code: Select all
yum install perl-Compress-Zlib perl-Compress-Raw perl-IO-Compress-Base perl-IO-Compress-Zlib
Code: Select all
yum install perl-Compress-Zlib perl-Compress-Raw perl-IO-Compress-Base perl-IO-Compress-Zlib
Code: Select all
yum install perl-Compress-Zlib perl-Compress-Raw-Zlib perl-IO-Compress-Base -y
Code: Select all
UUID 0.03 or newer
Code: Select all
uname -a
cat /etc/redhat-release
Code: Select all
This installer has successfully installed both vSphere CLI and the vSphere SDK
for Perl.
The following Perl modules were found on the system but may be too old to work
with vSphere CLI:
Compress::Zlib 2.037 or newer
Compress::Raw::Zlib 2.037 or newer
IO::Compress::Base 2.037 or newer
IO::Compress::Zlib::Constants 2.037 or newer
LWP::Protocol::https 5.805 or newer
Code: Select all
Linux pfsunagiosxi.prodsydney.com.au 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 23:54:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
CentOS release 6.3 (Final)
Code: Select all
chown nagios.nagcmd /usr/local/nagiosxi/html/includes/configwizards/vmware/scripts/getguests.pl
chmod 775 /usr/local/nagiosxi/html/includes/configwizards/vmware/scripts/getguests.pl
Code: Select all
cd /tmp
tar zxf VMware-vSphere-Perl-SDK-5.1.0-780721.x86_64.tar
Code: Select all
yum clean all
yum install perl-XML-SAX -y
yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML -y
yum install perl-Class-MethodMaker perl-Archive-Zip perl-Data-Dump perl-SOAP-Lite -y
Code: Select all
cd /tmp
wget --directory-prefix=/tmp http://search.cpan.org/CPAN/authors/id/J/JN/JNH/UUID-0.04.tar.gz
tar xzf UUID-0.04.tar.gz -C /tmp
cd /UUID-0.04
perl Makefile.PL
make
make install
Code: Select all
CPAN
Code: Select all
cd /tmp
export http_proxy=
export ftp_proxy=
cd vmware-vsphere-cli-distrib
./vmware-install.pl
Code: Select all
This installer has successfully installed both vSphere CLI and the vSphere SDK
for Perl.
The following Perl modules were found on the system but may be too old to work
with vSphere CLI:
Compress::Zlib 2.037 or newer
Compress::Raw::Zlib 2.037 or newer
version 0.78 or newer
IO::Compress::Base 2.037 or newer
IO::Compress::Zlib::Constants 2.037 or newer
LWP::Protocol::https 5.805 or newer
Enjoy,
--the VMware team