VMware Aria Operations
Legacy DNS IPs are hardcoded in the global /etc/systemd/resolved.conf file. The systemd-resolved service incorrectly aggregates these legacy IPs with the newly provisioned interface IPs from /etc/systemd/network/10-eth0.network. This causes the total DNS count to exceed the system limit of three, breaking resolution.
Manually remove the legacy DNS entries from the global resolver configuration:
SSH into the Aria Operations node as root.
Edit the global resolver file:
vi /etc/systemd/resolved.confLocate the DNS= line containing the legacy IPs under the [Resolve] section.
Delete or comment out (#) the entire line.
Save and exit (Esc, :wq, Enter).
Restart the resolver service:
systemctl restart systemd-resolvedcat /run/systemd/resolve/resolv.confThis aligns with the documented networking behavior for Aria appliances detailed in Broadcom KB 315960: Modifying the DNS settings of Aria Operations for Logs