先日、Windows Admin Center における Windows Server 2019 の Storage Spaces Direct でパフォーマンス表示が見えないという事象に遭遇しました。
この表示は、Windows Server 2019 の Storage Spaces Direct における ClusterPerformanceHistory を参照しています。何らかの理由で ClusterPerformanceHistory が止まっているか問題が発生したことになるようです。調べたところ、
Don’t do it: enable performance history in an Azure Stack HCI mixed mode cluster
ClusterPerformanceHistory volume missing
にヒントがありました。シンプルに試してみるとすれば、まず
Start-ClusterPerformanceHistory
を実行します。
※もし ClusterPerformanceHistory のデータ収集が実行済みならば、Stop-ClusterPerformanceHistory -DeleteHistory
を使って、一度パフォーマンス履歴を削除してから、
Start-ClusterPerformanceHistory
を実行すれば良さそうです。
ちょっと待てば、ClusterPerformanceHistory の表示は復活します。
※これでもダメだと、下記にあるような
ClusterPerformanceHistory volume wants to be repaired - but how?
↓
Repair-Volume
を使う羽目になるかもしれません。。。
0 件のコメント:
コメントを投稿