Configure DNS Server Settings on the SP (Oracle ILOM)
- Ensure that you have Admin (a) role privileges in Oracle ILOM.
-
To configure DNS server information from the Oracle ILOM web interface:
- Log in to the Oracle ILOM web interface.
- In the navigation pane, click ILOM Administration → Connectivity, and click the DNS tab.
- To enable Oracle ILOM to automatically retrieve DNS information from a DHCP server on the network, select the Enabled check box.
- If you did not enable Auto DNS via DHCP, enter one or more DNS server IP addresses and search paths.
- Enter the DNS Timeout as an integer between 1 and 10.
- Enter the DNS Retries as an integer between 0 and 4.
- Click Save.
-
To configure DNS server information from the Oracle ILOM command-line
interface (CLI):
- Log in to the Oracle ILOM CLI.
-
To enable Oracle ILOM to automatically retrieve DNS information
from a DHCP server on the network, type the
set command:
set /SP/clients/dns auto_dns=enabled
-
If auto_dns is disabled, set one more name
servers and search paths:
set /SP/clients/dns nameserver=ip_address_1,ipaddress_2,ipaddress_3 searchpath= domain_1.com,domain_2.edu,and so on
You can specify up to three IP addresses and up to six search paths.
-
Set the DNS timeout and retries:
set /SP/clients/dns timeout=timeoutInSeconds retries=retries
Where
timeoutis an integer between 1 and 10, andretriesis an integer between 0 and 4.
For more information, refer to Modifying Default Connectivity Configuration Properties, Oracle ILOM Administrator's Guide for Configuration and Maintenance, Firmware Release 5.0 at Systems Management Documentation.