Error Code: LCMVRAVACONFIG590004First boot check failed on VMware Aria Automation. Check if all the network details provided are valid.VMware Aria Automation VA deployment failed at first boot check on host name < FQDN of VRA >. If first boot check failed due to NTP setting, ensure provided NTP server(s) - are valid. If invalid, retry the task with valid NTP server(s) in the retry parameter 'ntp' by setting 'deleteAlreadyCreatedVM' to 'true'. To configure more than one NTP server, provide comma(,) separated values for 'ntp'.Running check single-aptrmake: *** [/opt/health/Makefile:38: single-aptr] Error 1make: Target 'firstboot' not remade because of errors.2023-07-19 21:43:32Z Script /etc/bootstrap/firstboot.d/02-setup-kubernetes failed, error status 124When we try to validate the Forward and Reverse DNS for the Aria Automation Node IP/FQDN with below commands , we see that there was 2 FQDN's for the one IP.
/usr/bin/dig +noall +answer +nocookie -x $( iface-ip eth0 )
/usr/bin/dig +noall +answer +noedns -x $( iface-ip eth0 )
/usr/bin/dig +noall +answer -x $( iface-ip eth0 )
Aria Automation 8.xx
/opt/health/Makefile.The relevant check for hostname resolution contained in this script is as follows:single-aptr: eth0-ip $(begin_check) echo Check the ip address if eth0 resolves only to a single hostname [ 1 -eq $$(/usr/bin/dig +noall +answer +noedns -x $$( iface-ip eth0 ) | grep "PTR" | wc -l ) ] $(end_check)/usr/bin/dig +noall +answer +nocookie -x $( iface-ip eth0 )
/usr/bin/dig +noall +answer +noedns -x $( iface-ip eth0 )
/usr/bin/dig +noall +answer -x $( iface-ip eth0 )