MicrosoftDocs / Windows-Admin-Center-Ideas-and-Feedback

Windows Admin Center's hub for ideas and feedback.
Creative Commons Attribution 4.0 International
20 stars 9 forks source link

[WAC] - Server cluster, cluster performance charts not loading #256

Closed MANTiKA47 closed 1 year ago

MANTiKA47 commented 1 year ago

Gateway Version: 2110.2 Extension Version that's been used if it applies

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Any Server Cluster added'
  2. Click on 'Dashboard'
  3. Scroll down to 'Cluster Performance'
  4. See error no error, chart is not loading

Expected behavior A chart should be present with iops and latency data.

Screenshots & Additional context We are using S2D clusters, on one of them the cluster performance chart is not showing anything. Configuration is the same on both, get-clusterperf is working on the cluster and with psremoting from the gateway to the cluster. Clusterperfhistory was stopped/started and ereased but still nothing shows up. All other metrics are working fine when browsing the cluster nodes. Capture

MANTiKA47 commented 1 year ago

Old wac installation files on the target cluster was found, after deleting it solved the problem.

xzrians commented 8 months ago

Face this issue also.

The way that i solved it by running command stop-ClusterPerformanceHistory -DeleteHistory start-ClusterPerformanceHistory

Using this command will delete ClusterPerformanceHistory volume and recreated back.

image