- It seems that you have mapped the ESXi host using IP address and not the HOST NAME or may be not. In either case follow the below given steps and the issue would resolved.
- Confirm that the vCenter Web Management Service is running.
- Ensure that the correct DNS settings and IP address are being used:
- On the vCenter Server, navigate to
C:\Program Files\VMware\Infrastructure\VirtualCenter Server\extensions\com.vmware.vim.stats.report\
. - Open
extension.xml
in a text editor. - Edit the line
<url>https://
FQDN.hostname
:8443/statsreport/vicr.do</url>
to use an IP address instead of an FQDN to rule out issues with DNS. - Restart vCenter Web Management Service and the vCenter Server Service after making any changes to the
.xml
file.
Do let me know if this resolves the issue.
Please hit the like button if this resolution works.