Configure DNS Server Settings on the SP (Oracle Hardware Management Pack)

  1. Access the operating system command line with root privileges.
  2. 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 timeout is an integer between 1 and 10, and retries is an integer between 0 and 4.

  3. 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.