Go to main content

Oracle® X8 Series Servers Administration Guide

Exit Print View

Updated: October 2019
 
 

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

Related Information