When triggering an inventory sync in Aria Suite Lifecycle (formerly LCM), the task fails. The following error is observed in the logs:
java.net.UnknownHostException: <hostname>: Temporary failure in name resolution
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
VMware Aria Suite Lifecycle 8.x
VMware Identity Manager (vIDM)
The Aria Suite Lifecycle appliance is unable to resolve the Fully Qualified Domain Name (FQDN) of the vIDM server due to an invalid or missing entry in the configured DNS server.
To resolve this issue, verify and correct the DNS configuration:
Log in to the Aria Suite Lifecycle appliance via SSH.
Test name resolution for the vIDM server using the nslookup command: nslookup <vIDM_FQDN>
If the command returns a "Temporary failure" or "NXDOMAIN" error, verify the DNS settings in /etc/resolv.conf.
Work with your Network/DNS administrator to ensure a valid Forward Lookup Zone entry exists for the vIDM appliance.
Once resolution is successful, retry the Inventory Sync.