<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Name resolution problem from DNS server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363600#M346403</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;There is no nsswitch.conf file in /etc folder&lt;BR /&gt;&lt;BR /&gt;when i try nslookup with hostname and ip address it is replaying back.&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup 192.168.70.125&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup asterix.testcorp.com&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat resolv.conf&lt;BR /&gt;&lt;BR /&gt;domain testcorp.com&lt;BR /&gt;nameserver 192.168.70.90&lt;BR /&gt;nameserver 192.168.70.50&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat hosts&lt;BR /&gt;192.168.70.125 asterix.testcorp.com asterix&lt;BR /&gt;# 192.168.70.125        asterix asterix.test.com&lt;BR /&gt;# 192.168.70.126        asterix&lt;BR /&gt;# 192.168.72.10 asterix&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat nsswitch.conf&lt;BR /&gt;cat: Cannot open nsswitch.conf: No such file or directory&lt;BR /&gt;root:asterix:/etc&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Both DNS servers is pining, it is reolving the name from 192.168.70.50 server.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 22 Feb 2009 11:36:27 GMT</pubDate>
    <dc:creator>trilokpvp</dc:creator>
    <dc:date>2009-02-22T11:36:27Z</dc:date>
    <item>
      <title>Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363590#M346393</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Facing name resolution problem in my hp unix 11.11 server. By this name resolution problem i am not able to connect HP openview Backup manager. Pls suggest to solve the issue. we are having Windows DNS Server and we added the entries in hosts file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Trilok</description>
      <pubDate>Sat, 21 Feb 2009 14:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363590#M346393</guid>
      <dc:creator>trilokpvp</dc:creator>
      <dc:date>2009-02-21T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363591#M346394</link>
      <description>The /etc/hosts file will have no effect unless you have created the file /etc/nsswitch.conf. Start by copying this file:&lt;BR /&gt; &lt;BR /&gt;cp /etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt; &lt;BR /&gt;Change the hosts line and add ipdnodes like this:&lt;BR /&gt; &lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns &lt;BR /&gt;ipnodes:      files [NOTFOUND=return] dns&lt;BR /&gt; &lt;BR /&gt;Now your /etc/hosts file will be used first, then DNS. Now the above steps would not be needed if your DNS server was properly configured. Many Windows-based DNS servers never add the reverse lookup record which is needed for proper network security.&lt;BR /&gt; &lt;BR /&gt;To verify how each hostname is found, use the nsquery command:&lt;BR /&gt; &lt;BR /&gt;nsquery hosts simeHostname&lt;BR /&gt;nsquery hosts 12.34.56.78&lt;BR /&gt; &lt;BR /&gt;The first form searches for the hostname, while the second does a reverse name lookup. Both forms must resolve correctly.</description>
      <pubDate>Sat, 21 Feb 2009 15:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363591#M346394</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-02-21T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363592#M346395</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Before that hp openview is working fine, form last few days we getting the error message "NO VALID HOSTNAME FOUND" No changes done in server side.&lt;BR /&gt;&lt;BR /&gt;Can u suggest how to solve the issue without using DNS. &lt;BR /&gt;&lt;BR /&gt;There is no nsswitch.conf file in /etc folder&lt;BR /&gt;&lt;BR /&gt;Hostname is asterix, Hp openview cell manager name is asterix.testcorp.com. HP openview is not resolving the name asterix.testcorp.com&lt;BR /&gt;&lt;BR /&gt;when i try nslookup with hostname and ip address it is replaying back.&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup 192.168.70.125&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup asterix.testcorp.com&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Feb 2009 15:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363592#M346395</guid>
      <dc:creator>trilokpvp</dc:creator>
      <dc:date>2009-02-21T15:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363593#M346396</link>
      <description>HP openview is not resolving the name asterix.testcorp.com&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup asterix.testcorp.com&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server: alpha.testcorp.com&lt;BR /&gt;Address: 192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name: asterix.testcorp.com&lt;BR /&gt;Address: 192.168.70.125 &amp;lt;&amp;lt;==&lt;BR /&gt;&lt;BR /&gt;The resolution is successful via DNS.&lt;BR /&gt;&lt;BR /&gt;You could add the same IP address to hostname in /etc/hosts for faster name resolution&lt;BR /&gt;&lt;BR /&gt;192.168.70.50 asterix.testcorp.com asterix&lt;BR /&gt;&lt;BR /&gt;Also have the nsswitch.conf as stated above, which I believe you would have already done.</description>
      <pubDate>Sat, 21 Feb 2009 16:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363593#M346396</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-21T16:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363594#M346397</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I had already added the hostname in /etc/hosts &lt;BR /&gt;&lt;BR /&gt;# 192.168.70.125 asterix&lt;BR /&gt;# 192.168.70.125 asterix.testcorp.com&lt;BR /&gt;&lt;BR /&gt;192.168.70.125  asterix asterix.testcorp.com&lt;BR /&gt;# 192.168.70.125 asterix asterix.test.com&lt;BR /&gt;&lt;BR /&gt;You mention that i have to add the entry as 192.168.70.50 asterix.testcorp.com asterix.&lt;BR /&gt;The asterix server ip address is 192.168.70.125, DNS server ip address 192.168.70.50. Which ip address i have to add in hosts file.</description>
      <pubDate>Sat, 21 Feb 2009 16:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363594#M346397</guid>
      <dc:creator>trilokpvp</dc:creator>
      <dc:date>2009-02-21T16:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363595#M346398</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For the backup manager to work via DNS, all hostnames must be correct in the DNS server. If you don't have control of that and follow Bill's steps then you can only impact the configuration of the local system.&lt;BR /&gt;&lt;BR /&gt;The HP openview backup system, if not the same host is going to need this information as well.&lt;BR /&gt;&lt;BR /&gt;You may need to consult the openview documentation to see if this configuration is supported.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 21 Feb 2009 18:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363595#M346398</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-21T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363596#M346399</link>
      <description>On a HPUX system &lt;BR /&gt;&lt;BR /&gt;IF DNS is configured the system uses DNS&lt;BR /&gt;if dns is not configured as well as NIS then the system uses the /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;if possible you want to have the local hosts file with a full hostname and a short hostname of the local box and all other boxes it directly works with.&lt;BR /&gt;&lt;BR /&gt;15.15.15.9   host1.abc.net  host1&lt;BR /&gt;&lt;BR /&gt;Now if you want to you can use the /etc/host file for resolution first and then use DNS if the /etc/hosts file does not have the IP.  THis makes your system quite efficient with hostname lookups.&lt;BR /&gt;&lt;BR /&gt;the file that does that is /etc/nsswitch.conf&lt;BR /&gt;IN that file put a entry like&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hosts:  files [ NOTFOUND=CONTINUE ] dns&lt;BR /&gt;&lt;BR /&gt;This entry will say to use /etc/hosts first then failover to dns.  the nsswitch file is the only situation where hostname resolution does a failover.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2009 00:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363596#M346399</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-02-22T00:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363597#M346400</link>
      <description>Because you do not have /etc/nsswitch.conf, but you do have /etc/resolv.conf, the /etc/hosts file will always be ignored. To stop using DNS, you must rename or remove the file /etc/resolv.conf file. Then, /etc/hosts will work as you expect. You can use nslookup but nsquery is a bit easier to understand.</description>
      <pubDate>Sun, 22 Feb 2009 03:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363597#M346400</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-02-22T03:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363598#M346401</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;HP openview package is working fine upto last week, from last week we are getting error message "No valid hostname found". Hp openview is running in same server. We checked with HP openview team, they confirmed that HP openview services are up and running only problem with name resolution in server. &lt;BR /&gt;&lt;BR /&gt;When i try to modify the entries in resolv.conf file, unable to save, its a read only file. &lt;BR /&gt;&lt;BR /&gt;Any one pls suggest how to resolve the name resolution. I need Hp openview packup to look for asterix.testcorp.com.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2009 10:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363598#M346401</guid>
      <dc:creator>trilokpvp</dc:creator>
      <dc:date>2009-02-22T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363599#M346402</link>
      <description>not able to save /etc/resolv.conf -- i assume you should have root access to edit and save.&lt;BR /&gt;check the permissions of /etc/resolv.conf &lt;BR /&gt;#ll /etc/resolv.conf&lt;BR /&gt;#ll /etc/nsswitch.conf&lt;BR /&gt;please post also &lt;BR /&gt;#cat /etc/resolv.conf&lt;BR /&gt;#cat /etc/nsswitch.conf&lt;BR /&gt;#cat /etc/hosts&lt;BR /&gt;#netstat -nr&lt;BR /&gt;#ping &lt;DNS_SERVER_1_IP_ADDRESS&gt;&lt;BR /&gt;#ping &lt;DNS_SERVER_2_IP_ADDRESS&gt;&lt;BR /&gt;#traceroute &lt;DNS_SERVER_1_IP_ADDRESS&gt;&lt;BR /&gt;#traceruote &lt;DNS_SERVER_2_IP_ADDRESS&gt;&lt;BR /&gt;just do an nslookup and see which DNS server it chooses for Name Resoltion.&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;/DNS_SERVER_2_IP_ADDRESS&gt;&lt;/DNS_SERVER_1_IP_ADDRESS&gt;&lt;/DNS_SERVER_2_IP_ADDRESS&gt;&lt;/DNS_SERVER_1_IP_ADDRESS&gt;</description>
      <pubDate>Sun, 22 Feb 2009 10:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363599#M346402</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-22T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363600#M346403</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;There is no nsswitch.conf file in /etc folder&lt;BR /&gt;&lt;BR /&gt;when i try nslookup with hostname and ip address it is replaying back.&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup 192.168.70.125&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;nslookup asterix.testcorp.com&lt;BR /&gt;*** Can't find server name for address 192.168.70.90: Non-existent domain&lt;BR /&gt;Name Server:  alpha.testcorp.com&lt;BR /&gt;Address:  192.168.70.50&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    asterix.testcorp.com&lt;BR /&gt;Address:  192.168.70.125&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat resolv.conf&lt;BR /&gt;&lt;BR /&gt;domain testcorp.com&lt;BR /&gt;nameserver 192.168.70.90&lt;BR /&gt;nameserver 192.168.70.50&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat hosts&lt;BR /&gt;192.168.70.125 asterix.testcorp.com asterix&lt;BR /&gt;# 192.168.70.125        asterix asterix.test.com&lt;BR /&gt;# 192.168.70.126        asterix&lt;BR /&gt;# 192.168.72.10 asterix&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;&lt;BR /&gt;root:asterix:/etc&amp;gt;cat nsswitch.conf&lt;BR /&gt;cat: Cannot open nsswitch.conf: No such file or directory&lt;BR /&gt;root:asterix:/etc&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Both DNS servers is pining, it is reolving the name from 192.168.70.50 server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2009 11:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363600#M346403</guid>
      <dc:creator>trilokpvp</dc:creator>
      <dc:date>2009-02-22T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363601#M346404</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;important observation is that you are able to Ping both the servers that is 192.168.70.50 and 192.168.70.90 , but resolution is taking place using the 192.168.70.50right?&lt;BR /&gt;&lt;BR /&gt;But you can also see during the nslookup that the server 192.168.70.90 Non-Existent.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To Explicitly resolve the name using the 192.168.70.90 do a name lookup as follows and tell the results (It can throw errors : please note them)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#nslookup &lt;IP_ADDR&gt; &lt;DNS_SERVER_TO_BE_USED_FOR_RESOLUTION&gt;&lt;BR /&gt;#nslookup 192.168.70.125 192.168.70.90&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see if that fails.&lt;BR /&gt;&lt;BR /&gt;To confirm the same again, invoke nslookup without any options, this takes you to interactive mode&lt;BR /&gt;&lt;BR /&gt;there at the nslookup propmpt type "server 192.168.70.90" -- this means to choose server 192.168.70.90 for the nam resoultion tests&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;#nslookup&lt;BR /&gt;&amp;gt;server 192.168.70.90&lt;BR /&gt;&amp;gt;192.168.70.125       --- IP address for name resoultion (it shall use 192.168.70.90 as DNS)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;exit --- to exit or CTRL+C&lt;BR /&gt;&lt;BR /&gt;see if the above tests give errors and what are those.&lt;BR /&gt;&lt;BR /&gt;If that seems that the DNS 192.168.70.90 is not responding to DNS requests.&lt;BR /&gt;&lt;BR /&gt;"please get in touch with the WiN DNS Admin for the server 192.168.70.90."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However on your server you can add the following things:(Log On as the root user)&lt;BR /&gt;&lt;BR /&gt;1)edit the hosts file to add the names of both the DNS as follows and save and exit.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/hosts&lt;BR /&gt;192.168.70.125 asterix.testcorp.com asterix&lt;BR /&gt;# 192.168.70.125 asterix asterix.test.com&lt;BR /&gt;# 192.168.70.126 asterix&lt;BR /&gt;# 192.168.72.10 asterix&lt;BR /&gt;127.0.0.1 localhost loopback&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;192.168.70.50 alpha.testcorp.com&lt;BR /&gt;192.168.70.90 &lt;NAME_OF_70.90_SERVER&gt;&lt;BR /&gt;&lt;BR /&gt;2)create a new file /etc/nsswitch.conf and add one line to it and save and exit.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/nsswitch.conf&lt;BR /&gt;hosts: files dns nis&lt;BR /&gt;&lt;BR /&gt;this will properly configure the DNS services.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME_OF_70.90_SERVER&gt;&lt;/DNS_SERVER_TO_BE_USED_FOR_RESOLUTION&gt;&lt;/IP_ADDR&gt;</description>
      <pubDate>Sun, 22 Feb 2009 22:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363601#M346404</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-22T22:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Name resolution problem from DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363602#M346405</link>
      <description>Hi Trilok:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There is no nsswitch.conf file in /etc folder&lt;BR /&gt;&lt;BR /&gt;There is never a file named '/etc/nsswitch.conf' following a cold-install of HP-UX.  There _ARE_ files named:&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.compat&lt;BR /&gt;/etc/nsswitch.files&lt;BR /&gt;/etc/nsswitch.nis&lt;BR /&gt;/etc/nsswitch.hp_defaults&lt;BR /&gt;/etc/nsswitch.nisplus&lt;BR /&gt;/etc/nsswitch.ldap&lt;BR /&gt;&lt;BR /&gt;You are expected to _COPY_ one of these as '/etc/nsswitch.conf' and modify it according to your needs.  I think you missed that when Bill originally replied to you.&lt;BR /&gt;&lt;BR /&gt;Also, UNIX does not use the term "folder".  The correct word is "directory".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 22 Feb 2009 22:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/name-resolution-problem-from-dns-server/m-p/4363602#M346405</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-22T22:35:33Z</dc:date>
    </item>
  </channel>
</rss>

