Go to main content

Oracle® X6 Series Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Configure DNS Server Information on the Service Processor (Oracle Hardware Management Pack)

  1. Access the operating system command-line.

    For more information, see Accessing Oracle Hardware Management Pack.

  2. To enable Oracle ILOM to automatically retrieve DNS information from a DHCP server on the network, use 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, use the following command:

    ilomconfig modify dns --nameservers nameserverlist --autodns disabled --retries retries --searchpath searchpathlist --timeout timeout

Related Information