Changing the DNS Server Address on an InfiniBand Switch
To change the DNS server address on an InfiniBand switch, connect to Oracle ILOM and log in as the ilom-admin
user. You can choose from one of the following methods:
-
Oracle ILOM web interface
Select the Configuration tab and set the DNS server addresses.
-
Oracle ILOM CLI
Use the following command to set the DNS:
set /SP/clients/dns nameserver=dns_ip
In the preceding command, dns_ip is the IP address of the DNS server. For multiple servers, enter a comma-separated list. For example:
set /SP/clients/dns nameserver=dns_ip1,dns_ip2,dns_ip3