NOTE: The /etc/resolv.conf is symlinked to /run/systemd/resolve/stub-resolv.conf
VMware Identity Manager 3.3.x
A nameserver value in /etc/resolv.conf file will be lost upon reboot of the VMware Identity Manager service
As a workaround, you can set your DNS values in the /etc/systemd/resolved.conf file.
This file is persistent, and the settings will last through reboots.
1. Check /etc/resolv.conf file, if DNS record missing. Added the DNS IP and restarted the horizon service.
2. The line that needs to be edited is the FallbackDNS value from /etc/systemd/resolved.conf . This is normally commented out. You will need to remove the hash (#) in front of the value for it to work.
3. After Edit the file run below command
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
4. Also, IPv6 is not supported by VMware Identity Manager. When editing the resolved.conf do not add any IPv6 addresses in the FallbackDNS line. There are some examples in the file at the start and they should be removed.