The Sync Inventory task execution stops and generates the following error within the VCF Operations user interface:
Message: Import operation for sync with id ###-###-###-### failed internally. Command was python3 /opt/vmware/vcf/domainmanager/scripts/vcf-import-tool/vcf_brownfield.py sync --domain-name <domain_name> --skip-ssh-thumbprint-validation --internal-vcf-auth --output-dir /var/log/vmware/vcf/domainmanager/brownfield/###-###-###-###/ --non-interactive. Please check the log files located in /var/log/vmware/vcf/domainmanager/brownfield/###-###-###-###/ on the SDDC Manager appliance
Remediation Message:
Reference Token: ####/var/log/vmware/vcf/domainmanager/brownfield/###-###-###-###/ report the following error:Type", "object Name", "Day-N Operation","Severity Level", "Status", "Check Name", "Description", "Details"."Remediation"
"VALIDATION FAILED","vCenter FQDN DNS aliases check","Check if vCenter FQDN has DNS alias entries","vCenter FQDN has DNS alias(es) configured","please ensure there are no DNS "ERROR"nslookup <vCenter_FQDN>nslookup <vCenter_IP>VCF Operations (formerly VMware Aria Operations)
VMware Cloud Foundation 9.x
VMware SDDC Manager
VCF Operations enforces a strict one-to-one (1:1) relationship mapping between the vCenter Server Fully Qualified Domain Name (FQDN) and its assigned IP address. If the infrastructure Domain Name System (DNS) server configuration returns multiple Pointer (PTR) resource records during a reverse lookup, or multiple Address (A) resource records during a forward lookup, the validation check fails.
To resolve this issue, correct the multi-mapping entries on the authoritative DNS server and flush the local resolver cache.
Remove any redundant or incorrect Pointer (PTR) resource records identified during the nslookup validation.
Verify that no Canonical Name (CNAME) records or additional Address (A) resource records exist for the vCenter Server IP address that create a multi-mapping environment.
Flush the Domain Name System (DNS) cache on the SDDC Manager appliance by executing the following command:
systemd-resolve --flush-caches
Re-initiate Sync Inventory the task within the VCF Operations user interface.