<?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: DNS client configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842340#M545505</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;It may be easy to use SAM like beloow step&lt;BR /&gt;&lt;BR /&gt;sam &amp;gt; select Network and Communication &amp;gt; DNS (Bind) &amp;gt; DNS Resolver &lt;BR /&gt;&lt;BR /&gt; In the mune, you can define the name server IP and hostname.&lt;BR /&gt; Once you finish inpuuting, the DNS information is reflected your system automatically.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Sun, 13 Aug 2006 02:09:23 GMT</pubDate>
    <dc:creator>nanan</dc:creator>
    <dc:date>2006-08-13T02:09:23Z</dc:date>
    <item>
      <title>DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842338#M545503</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have a DNS server. I need to configure client HP-UX machine. How can I configure DNS in HP-UX machine? Machine rp7420, OS HP-UX 11i.&lt;BR /&gt;&lt;BR /&gt;Pls help me asap.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Alamgir&lt;BR /&gt;Systems Engineer&lt;BR /&gt;FLORA TELECOM&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Aug 2006 01:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842338#M545503</guid>
      <dc:creator>Md. Alamgir Khan</dc:creator>
      <dc:date>2006-08-13T01:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842339#M545504</link>
      <description>If you already have DNS server, then it is pretty simple to configure your other boxes as DNS client.&lt;BR /&gt;&lt;BR /&gt;On the server which you want as DNS client&lt;BR /&gt;1. Edit /etc/nsswitch.conf and modify the hosts entry to look like&lt;BR /&gt;hosts:        dns [TRYAGAIN=continue NOTFOUND=continue] files&lt;BR /&gt;and modify aliases entry to look like&lt;BR /&gt;aliases:      dns files&lt;BR /&gt;&lt;BR /&gt;2. In the file /etc/resolv.conf add the entries for your DNS server as below e.g.&lt;BR /&gt;nameserver 10.220.1.5&lt;BR /&gt;&lt;BR /&gt;Thats all.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Sun, 13 Aug 2006 01:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842339#M545504</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-08-13T01:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842340#M545505</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;It may be easy to use SAM like beloow step&lt;BR /&gt;&lt;BR /&gt;sam &amp;gt; select Network and Communication &amp;gt; DNS (Bind) &amp;gt; DNS Resolver &lt;BR /&gt;&lt;BR /&gt; In the mune, you can define the name server IP and hostname.&lt;BR /&gt; Once you finish inpuuting, the DNS information is reflected your system automatically.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 13 Aug 2006 02:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842340#M545505</guid>
      <dc:creator>nanan</dc:creator>
      <dc:date>2006-08-13T02:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842341#M545506</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;In fact I need to ping hostname of the system. I can ping using ip_address of the system but can not ping using the hostname. In the /etc/hosts file I have enter the ip_address and hostname in the second line and loopback address is in the first line. There is no alias entry in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;So to resolve the hostname what else I need to do. Say, if I don't have a DNS server in my LAN.</description>
      <pubDate>Sun, 13 Aug 2006 03:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842341#M545506</guid>
      <dc:creator>Md. Alamgir Khan</dc:creator>
      <dc:date>2006-08-13T03:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842342#M545507</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;In fact I need to ping hostname of the system. I can ping using ip_address of the system but can not ping using the hostname. In the /etc/hosts file I have enter the ip_address and hostname in the second line and loopback address is in the first line. There is no alias entry in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;So to resolve the hostname what else I need to do. Say, if I don't have a DNS server in my LAN.</description>
      <pubDate>Sun, 13 Aug 2006 04:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842342#M545507</guid>
      <dc:creator>Md. Alamgir Khan</dc:creator>
      <dc:date>2006-08-13T04:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842343#M545508</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Contrary to your earlier question - which you said you have a DNS server and you want to configure a DNS client, it seems you wish to use /etc/hosts file instead.&lt;BR /&gt;&lt;BR /&gt;If you dont have DNS server, then you can use the /etc/hosts file to map server names to ip addresses. e.g. /etc/hosts file&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;10.140.2.79     server1&lt;BR /&gt;10.141.2.74     server2&lt;BR /&gt;10.140.84.71    server3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can set the /etc/nsswitch file hosts entry as -&lt;BR /&gt;hosts files&lt;BR /&gt;&lt;BR /&gt;And you should be able to ping the servers mentioned in the /etc/hosts file using server name.&lt;BR /&gt;&lt;BR /&gt;Can you paste your /etc/hosts and /etc/nsswitch.conf files here if you still have any problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Sun, 13 Aug 2006 04:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842343#M545508</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-08-13T04:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842344#M545509</link>
      <description>As stated you have DNS, I provided you with just procedure of configuring DNS client, but your problem wasn't that.&lt;BR /&gt;&lt;BR /&gt;You really should consider two files /etc/hosts and /etc/nsswitch.conf&lt;BR /&gt;as Ninaid said..&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;nanan</description>
      <pubDate>Sun, 13 Aug 2006 07:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842344#M545509</guid>
      <dc:creator>nanan</dc:creator>
      <dc:date>2006-08-13T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: DNS client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842345#M545510</link>
      <description>You need to change lookup sequence in nsswitch.conf looking from &lt;BR /&gt;&lt;BR /&gt;files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;also put alias for your hostname in /etc/hosts file like&lt;BR /&gt;&lt;BR /&gt;&lt;IP_ADDRESS&gt;  &lt;SERVER fully="" qualified="" name=""&gt; alias name&lt;/SERVER&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Sun, 13 Aug 2006 09:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-client-configuration/m-p/3842345#M545510</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-13T09:46:47Z</dc:date>
    </item>
  </channel>
</rss>

