Check vmware esx: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 23: | Zeile 23: | ||
*yum install perl-Time-Duration | *yum install perl-Time-Duration | ||
*git clone https://github.com/BaldMansMojo/check_vmware_esx.git | *git clone https://github.com/BaldMansMojo/check_vmware_esx.git | ||
| + | *cd check_vmware_esx/ | ||
=Links= | =Links= | ||
Version vom 15. März 2017, 09:35 Uhr
Centos
Vmware Perl SDK
- yum install libuuid-devel perl-ExtUtils-MakeMaker.noarch gcc
- wget http://search.cpan.org/CPAN/authors/id/L/LZ/LZAP/UUID-0.05.tar.gz
- tar -xvzf UUID-0.05.tar.gz
- cd UUID-0.05/
- perl Makefile.PL
- make
- make install
- yum install perl-Class-MethodMaker perl-Crypt-SSLeay perl-LWP perl-SOAP-Lite perl-XML-LibXML perl-LWP-Protocol-https
- cd /root
Download VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
- wget https://communities.vmware.com/servlet/JiveServlet/download/2441107-127935/VICommon.pm.diff.zip
- unzip VICommon.pm.diff.zip
- tar -xvzf VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
- cd vmware-vsphere-cli-distrib/lib/VMware/share/VMware
- patch -p 0 < /root/VICommon.pm.dif
- cd /root/vmware-vsphere-cli-distrib/
- perl Makefile.PL
- make all
- make install
check_vmware_esx
- yum install perl-Time-Duration
- git clone https://github.com/BaldMansMojo/check_vmware_esx.git
- cd check_vmware_esx/