The system displays the following behaviors in the SDDC Manager UI:
This operation is not allowed because domain #### does not have NSX deployed with Overlay configuration.VMware Cloud Foundation 5.2.x
This is expected behavior in brownfield-deployed VCF environments. During the import process, although the NSX Manager is integrated, virtual networking details such as host-level NSX installation and overlay network status are not automatically synchronized into the SDDC Manager inventory.
Perform a manual virtual networking synchronization to update the SDDC Manager database.
Connect to the SDDC Manager appliance via SSH using the vcf user account.
Switch to the root user: su -
Navigate to the VCF import tool directory: cd /opt/vmware/vcf/domainmanager/scripts/vcf-import-tool/
Execute the synchronization command, replacing <DOMAIN_NAME> with the specific name of the management or workload domain: python3 vcf_brownfield.py sync --domain-name <DOMAIN_NAME>
Note: If the above steps did not help to fix the issue, Please contact VMware support for additional assistance and reference this KB in the support request.
For more detailed guidance on preparing imported domains, refer to VMware Cloud Foundation: Enabling Virtual Networking on Imported Workload Domains.