Configure DNS Server Settings on the SP (Oracle Hardware Management Pack)
- Access the operating system command line with root privileges.
-
To enable Oracle ILOM to automatically retrieve DNS information from a
DHCP server on the network, type the following command:
ilomconfig modify dns --autodns enabled --retries retries --timeout timeout
Where
timeoutis an integer between 1 and 10, andretriesis an integer between 0 and 4. -
If you prefer to disable autodns, type the
following command:
ilomconfig modify dns --nameservers nameserverlist --autodns disabled --retries retries --searchpath searchpathlist --timeout timeout
For details, refer to Configuring Oracle ILOM (
ilomconfig), Oracle Hardware Management Pack Server CLI Tools User's Guide at Systems Management Documentation.