Version: 7.4.1
To see which interface is the management interface
# cat /etc/management_interface
Check this interface to see if the DNS is set on it.
# cat /etc/sysconfig/network-scripts/ifcfg-eno1 -> if this had DNS enties
DNS=10.64.100.240
DNS=10.64.101.240
if The /etc/resolv.conf is empty - so we need to add the DNS entries to it
# vi /etc/resolv.conf
nameserver 10.64.100.240
nameserver 10.64.101.240
Ensure you have backend access to the server before restarting the network interface. It's just good practice.
Restart the networking services
# systemctl restart network.service
#QRadar#Support#SupportMigration