VMware vSAN 8.x
esxcfg-advcfg -g /VSAN/DOMPauseAllCCPs
1. Log in to each ESXi host in the affected vSAN cluster via SSH using root credentials.
2. Run the following command to check the current value of the parameter:
esxcfg-advcfg -g /VSAN/DOMPauseAllCCPs
3. If the returned value is 1, reset it to the default value of 0 by running below command :
esxcfg-advcfg -s 0 /VSAN/DOMPauseAllCCPs
4. (Optional but Recommended) Verify that the accompanying parameter /VSAN/IgnoreClusterMemberListUpdates is also set to 0:
esxcfg-advcfg -g /VSAN/IgnoreClusterMemberListUpdates
If it returns 1, reset it using below command :
esxcfg-advcfg -s 0 /VSAN/IgnoreClusterMemberListUpdates
1. Connect to your vCenter Server Appliance via SSH and log into the RVC console:
rvc [email protected]@localhost
2. Navigate to your vSAN cluster path within RVC:
cd /localhost/<datacenter_name>/computers/<cluster_name>
3. Forcefully delete the problematic or stale performance statistics object:
vsan.perf.stats_object_delete .
4. Recreate a new, healthy statistics object and enable the Performance Service across the cluster:
vsan.perf.cluster_object_create .
5. Return to the vSphere Client, navigate to Cluster > Monitor > vSAN > Skyline Health, and click Retest to confirm the alarm clears .