You can avoid this issue by planning following action.
- Migrate the vCenter that manages the cluster to a non-vSAN datastore so that a cluster partition does not cause it to become unavailable.
- Update ESXi hosts to vSAN 6.6 or later (which supports unicast) before adding them to the vSAN cluster.
Workaround:
If this issue occurs, you can use
esxcli vsan cluster unicastagent remove command to remove unicast entries referencing the node that was added to the cluster.
esxcli vsan cluster unicastagent remove –a <IP> -u <LOCAL NODE UUID>You can check unicastagent list to use
esxcli vsan cluster unicastagent list command.
Example:
This is 4 node vsan cluster and added another hosts Node Uuid is 5aa12a01-eeee-eeee-eeee-00109b37ee4a
[root@esx-01:~]esxcli vsan cluster unicastagent list
NodeUuid IsWitness Supports Unicast IP Address Port Iface Name
--------------------------------------------------------------------------------------------------
596f1214-bbbb-bbbb-bbbb-00109b165b8e 0 true 192.168.XXX.2 12321
596f115a-cccc-cccc-cccc-00109b16566e 0 true 192.168.XXX.3 12321
596f1189-dddd-dddd-dddd-00109b165b6e 0 true 192.168.XXX.4 12321
5aa12a01-eeee-eeee-eeee-00109b37ee4a 0 false 192.168.XXX.5 12321 #### added host
[root@esx-02:~]esxcli vsan cluster unicastagent list
NodeUuid IsWitness Supports Unicast IP Address Port Iface Name
--------------------------------------------------------------------------------------------------
596f1189-dddd-dddd-dddd-00109b165b6e 0 true 192.168.XXX.4 12321
596f115a-cccc-cccc-cccc-00109b16566e 0 true 192.168.XXX.3 12321
591b8c87-aaaa-aaaa-aaaa-00109b165b2e 0 true 192.168.XXX.1 12321
[root@esx-03:~]esxcli vsan cluster unicastagent list
NodeUuid IsWitness Supports Unicast IP Address Port Iface Name
--------------------------------------------------------------------------------------------------
591b8c87-aaaa-aaaa-aaaa-00109b165b2e 0 true 192.168.XXX.1 12321
596f1214-bbbb-bbbb-bbbb-00109b165b8e 0 true 192.168.XXX.2 12321
596f1189-dddd-dddd-dddd-00109b165b6e 0 true 192.168.XXX.4 12321
[root@esx-04:~]esxcli vsan cluster unicastagent list
NodeUuid IsWitness Supports Unicast IP Address Port Iface Name
--------------------------------------------------------------------------------------------------
596f115a-cccc-cccc-cccc-00109b16566e 0 true 192.168.XXX.3 12321
596f1214-bbbb-bbbb-bbbb-00109b165b8e 0 true 192.168.XXX.2 12321
591b8c87-aaaa-aaaa-aaaa-00109b165b2e 0 true 192.168.XXX.1 12321
Execute following command
esxcli vsan cluster unicastagent remove –a 192.168.XXX.5 -u 5aa12a01-eeee-eeee-eeee-00109b37ee4a