collection-vcenter-error.log
located at /opt/vmware/cloudusagemetering/platform/logs/
####-##-## 13:58:47.889 ERROR --- [####-#-######-#] com.vmware.um.vcsession.VCSession : VCSession login for server 4 failed with class com.sun.xml.ws.client.ClientTransportException com.sun.xml.ws.client.ClientTransportException: HTTP transport error: org.bouncycastle.tls.TlsFatalAlert: handshake_failure(40)
vCloud Usage Meter 4.8
The issue is caused by a failure in reverse DNS resolution when Usage Meter attempts to connect to the vCenter Server.
To resolve the issue, follow the steps below to bypass the reverse DNS lookup by manually adding the vCenter Server entry to the Usage Meter appliance's hosts file:
root
user.vi /etc/hosts
# Begin /etc/hosts (network card version)
::1 ipv6-localhost ipv6-loopback
127.0.0.1 localhost.localdomain
127.0.0.1 localhost
# End /etc/hosts (network card version)
127.0.0.1 xyz.xyz.local
<vCenter_IP> <vCenter_FQDN>
# Begin /etc/hosts (network card version)
::1 ipv6-localhost ipv6-loopback
127.0.0.1 localhost.localdomain
127.0.0.1 localhost
# End /etc/hosts (network card version)
127.0.0.1 xyz.xyz.local
<vCenter_IP> vc-<V-C-I-P>.local
Example:
xx.xx.xx.xx vc-xx-xx-xx-xx.local
:wq!
reboot -f
usagemeter
.