vSAN Cluster > Montor > vSAN > Skyline Health gives the error: Unable to query vSAN health information. Check vSphere Client logs for details.
YYYY-MM-DDTHH:MM:SS.111Z ERROR vsan-mgmt[238336] [VsanPhoneHomeSystemImpl::_ThreadMain opID=noOpId] Perform Online Health Check failure: vSAN has been disabled VMware vCenter Internet access.
Traceback (most recent call last):
File "bora/vsan/health/vpxd/pyMoVsan/VsanPhoneHomeSystemImpl.py", line 383, in _ThreadMain
File "bora/vsan/health/vpxd/pyMoVsan/VsanPhoneHomeSystemImpl.py", line 340, in _checkOnlineHealthSetting
VMware vCenter Server 7.x
VMware vCenter Server 8.x
This issue may if the parameter enableinternetaccess
under /etc/vmware-vsan-health/config.conf
is set to false
Follow the below steps to resolve the issue:
Note: Take offline snapshots of vCenter prior to proceeding. If this is an ELM configured vCenter take offline snapshots of all vCenter participating in ELM.
cd /etc/vmware-vsan-health
vi config.conf
Change the value of 'enableinternetaccess' to True.