This is a known issue in vCenter Server 5.5 and 6.x.
- This issue is resolved in VMware vCenter Server 5.5.0b.
- This issue is resolved in VMware vCenter Server 6.0.0b.
To work around this issue, add these quickStats parameters to the Advanced Settings of vCenter Server:
- vpxd.quickStats.HostStatsCheck
- vpxd.quickStats.ConfigIssues
Note: Adding these parameters to vCenter Server does not affect future upgrades.
To add the quickStats parameters to the Advanced Settings of vCenter Server 6.7:
- Connect to the vCenter Server using the vSphere Client and administrator credentials.
- Select the vCenter in inventory > Configure > Advanced Settings to display the Advanced vCenter Server Settings
- In the top right, select Edit Settings
- Towards the bottom of the wizard, in the Name field, enter:
config.vpxd.quickStats.HostStatsCheck
- In the Value field, enter:
False
- Click Add.
- In the Name field, enter:
config.vpxd.quickStats.ConfigIssues
- In the Value field, enter:
False
- Click Add.
- Click OK.
- Restart the vCenter Server services. For more information, see:
To add the quickStats parameters to the Advanced Settings of vCenter Server 6.5:
- Connect to the vCenter Server using the vSphere Client and administrator credentials.
- Select Administration > vCenter Server Settings to display the vCenter Server Settings dialog box.
- In the settings list, select Advanced Settings.
- In the Key field, type a key.
- In the Key field, enter this key:
config.vpxd.quickStats.HostStatsCheck
- In the Value field, enter:
False
- Click Add.
- In the Key field, enter this key:
config.vpxd.quickStats.ConfigIssues
- In the Value field, enter:
False
- Click Add.
- Click OK.
- Restart the vCenter Server services. For more information, see:
To add the quickStats parameters to the Advanced Settings of vCenter Server 6.0:
- Connect to the vCenter Server using the vSphere Client and administrator credentials.
- Select Administration > vCenter Server Settings to display the vCenter Server Settings dialog box.
- In the settings list, select Advanced Settings.
- In the Key field, type a key.
- In the Key field, enter this key:
vpxd.quickStats.HostStatsCheck
- In the Value field, enter:
False
- Click Add.
- In the Key field, enter this key:
vpxd.quickStats.ConfigIssues
- In the Value field, enter:
False
- Click Add.
- Click OK.
- Restart the vCenter Server services. For more information, see:
To add the quickStats parameters to the Advanced Settings of vCenter Server 5.5:
- In the vSphere Web Client, navigate to the vCenter Server instance.
- Select the Manage tab.
- Select Settings > Advanced Settings.
- Click Edit.
- In the Key field, enter this key:
vpxd.quickStats.HostStatsCheck
- In the Value field, enter:
False
- Click Add.
- In the Key field, enter this key:
vpxd.quickStats.ConfigIssues
- In the Value field, enter:
False
- Click Add.
- Click OK.
- Restart the vCenter Server services. For more information, see:
To work around this issue in the event that vSphere Web Client is inaccessible, add these quickStats parameters to the vpxd.cfg file:
- <HostStatsCheck>false</HostStatsCheck>
- <ConfigIssues>false</ConfigIssues>
To add the quickStats parameters to the vpxd.cfg file:
- Back up the existing vpxd.cfg file. Do not skip this step.
- Open the the vpxd.cfg file using a text editor. For more information on using VI editor, see Adding/Deleting/Editing a host entry on vCenter server or ESXi host using vi editor.
By default, the vpxd.cfg file is located at:
- Windows-based vCenter Server – C:\ProgramData\VMware\VMware VirtualCenter\
- vCenter Server Appliance – /etc/vmware-vpx/
- Add these entries between the <vpxd>...</vpxd> tags:
<vpxd>
...
<quickStats>
<HostStatsCheck>false</HostStatsCheck>
<ConfigIssues>false</ConfigIssues>
</quickStats>
...
</vpxd>
- Save and close the vpxd.cfg file.
- Restart the vCenter Server services. For more information, see:
Note: In rare cases a prefix "config" in the key string needs to be added with false value to shown as below:
config.vpxd.quickStats.HostStatsCheck = False
config.vpxd.quickStats.ConfigIssues = False