Failed to validate connectivity of VSAN network/var/log/vmware/vcf/domainmanager/domainmanager.logERROR [c.v.e.s.c.h.n.EsxiHostNetworkingUtil] Unable to create Port group VSAN with VLAN ID #### and attached it to vSwitch <vds_switch_Name> on host <ESX_Host_Name>. The specified key, name, or identifier '<Port_Group_Name>' already exists.ERROR [c.v.e.s.v.a.AuditSinglePortgroupAction] Failed to validate single portgroup for network VSAN com.vmware.vim.binding.vim.fault.AlreadyExists: The specified key, name, or identifier '<Port_Group_Name>' already exists.VCF 9.x
If a port group name vSAN or vMotion already exists on an ESX host, the validation can fail with an AlreadyExists fault because the deployment workflow attempts to create port groups using the same names/identifiers.
This typically happens on hosts where these port groups were previously created, either left over from a failed deployment attempt or created manually, resulting in a naming conflict during validation.
To resolve this issue, manually remove the conflicting network configuration from the affected ESX hosts:
Log in to the ESX Host Client for the host(s) identified in the logs.
Navigate to Networking > Port groups.
Identify and remove any existing port groups named VSAN or vMotion.
Note: Ensure no VMkernel adapters are attached to these port groups and that the VLANs are not in use.
Restart ESX management agents to clear cached state: Restarting Management Agents in ESXi
Troubleshooting Options > Restart Management Agentsservices.sh restartRepeat these steps for all hosts intended for the VCF deployment.
Rerun the VCF Validation process from the SDDC Manager/Deployment parameter tool.