tgriep wrote:What version of the VMWare Perl SDK did you install?
What version of VMWare are you running for the servers?
Login to the XI server as root, run the following commands to update the perl modules from your first post.
Code: Select all
yum update perl-MIME-Base64
yum update perl-Compress-Zlib
yum update perl-Compress-Raw-Zlib
yum update perl-IO-Compress-Base
yum update perl-IO-Compress-Zlib
yum update perl-version
yum update perl-Socket6
yum update perl-IO-Socket-INET6
cpan install LWP::Protocol::https
Try that out and see if you still have any errors.
Hi Tom,
Looks like everything is installed earlier.
Code: Select all
[root@lussvpnagiosxi00 ~]# yum update perl-MIME-Base64
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Package(s) perl-MIME-Base64 available, but not installed.
No Packages marked for Update
You have new mail in /var/spool/mail/root
[root@lussvpnagiosxi00 ~]# yum update perl-Compress-Zlib
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
[root@lussvpnagiosxi00 ~]# yum update perl-Compress-Raw-Zlib
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
[root@lussvpnagiosxi00 ~]#
You have new mail in /var/spool/mail/root
[root@lussvpnagiosxi00 ~]#
[root@lussvpnagiosxi00 ~]# yum update perl-IO-Compress-Base
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
You have new mail in /var/spool/mail/root
[root@lussvpnagiosxi00 ~]# yum update perl-IO-Compress-Zlib
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
[root@lussvpnagiosxi00 ~]# yum update perl-version
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
[root@lussvpnagiosxi00 ~]# yum update perl-Socket6
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
[root@lussvpnagiosxi00 ~]# yum update perl-IO-Socket-INET6
Loaded plugins: changelog, product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
No Packages marked for Update
Code: Select all
cpan LWP::Protocol::https
t/https_proxy.t .. ok
All tests successful.
Files=2, Tests=61, 2 wallclock secs ( 0.04 usr 0.01 sys + 0.52 cusr 0.04 csys = 0.61 CPU)
Result: PASS
MSCHILLI/LWP-Protocol-https-6.06.tar.gz
/usr/bin/make test -- OK
Running make install
Prepending /root/.cpan/build/LWP-Protocol-https-6.06-5u5szz/blib/arch /root/.cpan/build/LWP-Protocol-https-6.06-5u5szz/blib/lib to PERL5LIB for 'install'
Installing /usr/local/share/perl5/LWP/Protocol/https.pm
Installing /usr/local/share/man/man3/LWP::Protocol::https.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
MSCHILLI/LWP-Protocol-https-6.06.tar.gz
/usr/bin/make install -- OK
Code: Select all
/usr/local/nagios/libexec/check_esx3.pl -H XX.XX.XX.XX -f "/usr/local/nagiosxi/etc/components/vmware/vusrcpvcentr00_fossil_com_auth.txt" -l "MEM"
ESX3 CRITICAL - HOST MEM Unknown error
Could see the same issue still..