B.) If silencing the alert is not desired, create a new identical Cluster in the vSphere Client, skip Quickstart, then move the Hosts to the new Cluster.
Notes:
- This is not recommended if using Horizon or any other application that auto deploys VMs as it will require re-configuration with the new Cluster.
- If NSX is used, make sure Transport Node Profiles are in use otherwise this will result in NSX getting uninstalled from the Hosts. Transport Node Profiles (TNP) allows for Hosts to be able to move from one Cluster into another Cluster within the same vCenter without the NSX getting uninstalled from the Hosts.
Steps to create a new identical Cluster in the vSphere Client:
1.) Re-name current Cluster and add -old to end of it
2.) Verify the settings of the old Cluster and then
create a new Cluster with identical settings ( e.g. Deduplication and Compression, Encryption, Advanced options, etc.)
3.) SSH into each vSAN Host and run the following command to avoid any potential partitions:
esxcfg-advcfg -s 1 /VSAN/IgnoreClusterMemberListupdates
5.) Drag each disconnected vSAN Host into the new Cluster
(If desired, verify Cluster Membership by running esxcli vsan cluster get on each Host)
6.) Once all vSAN Hosts have been moved to the new Cluster, right click each vSAN Host and select "connect"
7.) Navigate to Cluster --> Monitor > vSAN Health
This is expected due to the Advanced configuration that was set in Step 3.
Verify that this is the only Alarm being triggered and that configurations are correct and identical between old and new Cluster.
8.) SSH into the vSAN Hosts and reverse Step 3 by executing on each:
esxcfg-advcfg -s 0 /VSAN/IgnoreClusterMemberListupdates