Page 1 of 3
new error messages with the vcenter host
Posted: Mon Dec 23, 2013 8:29 am
by ancovington
There are new error messages with the vcenter host. Could you please assist?:
UNKNOWN: Login to VirtualCentre server failed: Server version unavailable at '
https://vc540001a-esi5.admin.bcps.k12.m ... rvice.wsdl' at /usr/share/perl5/VMware/VICommon.pm line 551.
Re: new error messages with the vcenter host
Posted: Mon Dec 23, 2013 12:59 pm
by slansing
Did the host name change or were any firewall rules pushed to the vcenter server? Can you access that specific address from a browser?
Re: new error messages with the vcenter host
Posted: Mon Dec 23, 2013 2:41 pm
by ancovington
No
Re: new error messages with the vcenter host
Posted: Mon Dec 23, 2013 3:03 pm
by tmcdonald
No to host name/firewall changes? Or no to being able to access the address? No to both?
Re: new error messages with the vcenter host
Posted: Mon Dec 23, 2013 3:05 pm
by ancovington
No there hasn't been a change to the hostname or the firewall. Yes I can access the web address.
Re: new error messages with the vcenter host
Posted: Mon Dec 23, 2013 3:59 pm
by lmiltchev
Open the "check_esx3.pl" plugin in a text editor, and add the following line in the beginning of the script (right above the "use strict;" line).
Code: Select all
$ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;
Save and exit. Let us know if this helped.
Re: new error messages with the vcenter host
Posted: Mon Dec 30, 2013 10:23 am
by ancovington
Thank you! That worked perfectly. That cleared the error.
Do you know why it only shows one cpu?
Re: new error messages with the vcenter host
Posted: Mon Dec 30, 2013 11:40 am
by abrist
ancovington wrote:Do you know why it only shows one cpu?
What type of check are you running? Can you post the full check command?
Re: new error messages with the vcenter host
Posted: Tue Dec 31, 2013 8:12 am
by ancovington
I am not running any checks. When you remoted in, the Nagios server was only seeing 1 cpu, but I created the OVF template with 4 CPUs.
Re: new error messages with the vcenter host
Posted: Thu Jan 02, 2014 11:42 am
by abrist
Sounds like a vmware issue. You do need to reboot the vm for those types of hardware changes to take effect. Do the vm properties show 4 provisioned cpus?