VCenter Server 5.5 displays a yellow warning in the Summary tab of hosts: Quick stats on hostname is not up-to-date
Problem:
- When connecting to VMware vCenter Server 5.5 using the VMware vSphere Client or VMware vSphere Web Client, the Summary tab of the ESXi 5.5 host shows a yellow warning.
You see the error:
Configuration issues. "Quick stats on hostname is not up-to-date"
This issue does not occur if you connect directly to the ESXi host.
Resolution
This is a known issue in vCenter Server 5.5. To work around this issue, you have to add these quickStats parameters to the Advanced Settings of the vCenter Server:
- vpxd.quickStats.HostStatsCheck
- vpxd.quickStats.ConfigIssues
To add the quickStats parameters to the Advanced Settings of the vCenter Server:
- 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.
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.
- By default, the vpxd.cfg file is located at:
For Windows-based vCenter Server – C:\ProgramData\VMware\VMware VirtualCenter\
For vCenter Server Appliance – /etc/vmware-vpx/
- Add these entries between the <vpxd>...</vpxd> tags:
<vpxd>
...
<quickStats>
<HostStatsCheck>false</HostStatsCheck>
<ConfigIssues>false</ConfigIssues>
</quickStats>
...
</vpxd>
5. Save and close the vpxd.cfg file.
6.Restart the vCenter Server services
Now when you connect to vCenter server this warning message will be no longer displayed.