![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1607366.1 : Oracle Exalytics: DNS Lookup With Automount Fails After Creating A Storage Partition
Created storage partition on Exalytics server. After rebooting the server, the DNS lookup with automount fails and the server name does not resolve. In this Document
Created from <SR 3-7883702401> Applies to:Exalytics In-Memory Machine X2-4 - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsCreated storage partition on Exalytics server. After rebooting the server, the DNS lookup with automount fails and the server name does not resolve. Mount command from NFS client to NFS server does not work when host name is used. ChangesCreated new storage partition. CauseThe resolv.conf file was set incorrectly. "Search" variable included an invalid host name - i.e. "test" and did not include the domain name. The "search" entry needs to include the fully qualified host name including the domain name extension. SolutionYou may resolve this issue by modifying the resolv.conf file to use actual host name and domain. search test
nameserver 10.128.0.1 nameserver 10.228.1.0
search yourhost.domain <where entry is the actual server/host name followed by the actual domain name>
nameserver 10.128.0.1 nameserver 10.228.1.0
The following 3rd party blog reference also includes additional hints: http://linuxappsdba.blogspot.com/2009/08/resolvconf-alsowhy.html Attachments This solution has no attachment |
||||||||||||||||||
|