This article provides steps to modify the domain name system resolution settings of the Aria Operations for Logs Virtual Appliance.
Mandatory: Take a Snapshot
Before proceeding, take a snapshot of the Aria Operations for Logs appliances as per KB: How to take a Snapshot of VMware Aria Operations for Logs
vi /etc/systemd/network/10-eth0.network
[Match]
Name=eth0
[Network]
Address=10.1.1.100/24
Gateway=10.1.1.1
Domains=<search domain>
DNS=10.1.1.253
DNS=10.1.1.254
:wq
sed -i '/^DNS=.*/d' /etc/systemd/resolved.conf
Note: If you are trying to change a "Domain Search" settings; you may also need to use vi to remove the entries from "Domains" within the resolved.conf file, manuallysystemctl restart systemd-networkd
systemctl restart systemd-resolved
Repeat steps 1-6 on all other nodes in the Aria Operations for Logs cluster one by one, performing the steps on the node with the ILB present lastTo make the changes effective, please follow the sequence for powering off and powering on the Aria Operations for Logs nodes:
Power Off Sequence:
Power off the Worker Node(s)
Power off the Primary Node
Power On Sequence:
Power on the Primary Node
Power on the Worker Node(s)