This morning we lost connectivity to all the virtual servers hosted on one of the ESXi machines. Trying to connect to it using the vSphere client we're getting the following message:
Call "ServiceInstance.RetrieveContent" for object "ServiceInstance" on Server "<the_machine's_IP>" failed.
The machine itself is up and running (pingable, the http/https services are accessible and look normal, the system console is on and doesn't contain anything suspicious).
In the web interface, clicking the "Browse datastores in this host's inventory" link, the request timesout with no error code.
How do we go about investigating this issue? Thank you very much!
EDIT: resolved: it was an IP address conflict: the DHCP assigned the same IP to a random other machine, as was statically assigned to the host. Fixing the IP issue solves the problem.