Hi All,
I have a ESXi 5,5 Host which is running vdi machines and when i try to check the performance it showing 'No Data Available' through Virtual Center. Also Past performance data also not available showing "No performance data to report for selected objects" error.
What i Verified is
SQL Job agents are installed in SQL Server
When i excute this command in SQL Server execsp_spaceusedvpx_hist_statx showing the below message
name | rows | reserved | data | index_size | unused |
VPX_HIST_STAT1 | NULL | NULL | NULL | 0 KB | 0 KB |
The output is similar (no data) if I run these queries also:
exec sp_spaceused vpx_hist_stat2
exec sp_spaceused vpx_hist_stat3
exec sp_spaceused vpx_hist_stat4
Could anyone please help me to resolve this.