<?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 Resolving issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718629#M531002</link>
    <description>Hi,&lt;BR /&gt;1.Entered fully qualified host names in /etc/hosts&lt;BR /&gt;    172.20.0.6   hp-ux.cvr.org&lt;BR /&gt;    172.20.0.1   pd.cvr.org&lt;BR /&gt;    172.20.0.5   cvr.in&lt;BR /&gt;&lt;BR /&gt;2.created a dir manualy for DNS data files&lt;BR /&gt;&lt;BR /&gt; #mkdir /etc/named.data&lt;BR /&gt; #chmod 755 /etc/named.data&lt;BR /&gt; #cd /etc/named.data&lt;BR /&gt;3.Used hosts_named_utility&lt;BR /&gt;        &lt;BR /&gt;#hosts_to_named -d &lt;DOMAIN name=""&gt; -n &lt;DOMAIN_ADDR&gt; -Z &lt;MASTER_ADDR&gt; -b /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;4.Edited /etc/rc.config.d/namesvrs&lt;BR /&gt;     Named=1&lt;BR /&gt;5.Started the Daemon,&lt;BR /&gt;     /sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In /etc/resolv.conf&lt;BR /&gt;     search cvr.org&lt;BR /&gt;     nameserver 172.20.0.6&lt;BR /&gt;In /etc/nsswitch.conf&lt;BR /&gt;     hosts dns,files&lt;BR /&gt;&lt;BR /&gt;But,The actual problem is,DNS doesn't resolving the hosts of another domain (i.e)cvr.in with ip 172.20.0.5 (mentioned above in /etc/hosts)in our network.&lt;/MASTER_ADDR&gt;&lt;/DOMAIN_ADDR&gt;&lt;/DOMAIN&gt;</description>
    <pubDate>Fri, 26 Nov 2010 11:19:50 GMT</pubDate>
    <dc:creator>sanvel</dc:creator>
    <dc:date>2010-11-26T11:19:50Z</dc:date>
    <item>
      <title>DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718626#M530999</link>
      <description>Hi&lt;BR /&gt;In my environment i am having hp-ux 11iv1 server.I'm tyring to configure DNS on this server.I'm just using my existing domian as a default domain name for my DNS.i too have another 2 domains with same subnet range.Issue is,my DNS server doesn't resolving the hosts except default domain hosts.&lt;BR /&gt;&lt;BR /&gt;pls help me to resolv this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;sanvel</description>
      <pubDate>Fri, 26 Nov 2010 10:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718626#M530999</guid>
      <dc:creator>sanvel</dc:creator>
      <dc:date>2010-11-26T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718627#M531000</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] I'm tyring to configure DNS [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you do?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] i too have another 2 domains with&lt;BR /&gt;&amp;gt; same subnet range.  [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, does that mean?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] my DNS server doesn't resolving the&lt;BR /&gt;&amp;gt; hosts [...]&lt;BR /&gt;&lt;BR /&gt;As usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.</description>
      <pubDate>Fri, 26 Nov 2010 10:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718627#M531000</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-11-26T10:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718628#M531001</link>
      <description>It looks like you have to do something like this in your resolv.conf:&lt;BR /&gt;&lt;BR /&gt;#/etc/resolv.conf&lt;BR /&gt;search domain1 domain2 domain3&lt;BR /&gt;nameserver IP1&lt;BR /&gt;nameserver IP2&lt;BR /&gt;nameserver IP3&lt;BR /&gt;&lt;BR /&gt;Of course, if I understand you right 8)))</description>
      <pubDate>Fri, 26 Nov 2010 11:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718628#M531001</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2010-11-26T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718629#M531002</link>
      <description>Hi,&lt;BR /&gt;1.Entered fully qualified host names in /etc/hosts&lt;BR /&gt;    172.20.0.6   hp-ux.cvr.org&lt;BR /&gt;    172.20.0.1   pd.cvr.org&lt;BR /&gt;    172.20.0.5   cvr.in&lt;BR /&gt;&lt;BR /&gt;2.created a dir manualy for DNS data files&lt;BR /&gt;&lt;BR /&gt; #mkdir /etc/named.data&lt;BR /&gt; #chmod 755 /etc/named.data&lt;BR /&gt; #cd /etc/named.data&lt;BR /&gt;3.Used hosts_named_utility&lt;BR /&gt;        &lt;BR /&gt;#hosts_to_named -d &lt;DOMAIN name=""&gt; -n &lt;DOMAIN_ADDR&gt; -Z &lt;MASTER_ADDR&gt; -b /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;4.Edited /etc/rc.config.d/namesvrs&lt;BR /&gt;     Named=1&lt;BR /&gt;5.Started the Daemon,&lt;BR /&gt;     /sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In /etc/resolv.conf&lt;BR /&gt;     search cvr.org&lt;BR /&gt;     nameserver 172.20.0.6&lt;BR /&gt;In /etc/nsswitch.conf&lt;BR /&gt;     hosts dns,files&lt;BR /&gt;&lt;BR /&gt;But,The actual problem is,DNS doesn't resolving the hosts of another domain (i.e)cvr.in with ip 172.20.0.5 (mentioned above in /etc/hosts)in our network.&lt;/MASTER_ADDR&gt;&lt;/DOMAIN_ADDR&gt;&lt;/DOMAIN&gt;</description>
      <pubDate>Fri, 26 Nov 2010 11:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718629#M531002</guid>
      <dc:creator>sanvel</dc:creator>
      <dc:date>2010-11-26T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718630#M531003</link>
      <description>&amp;gt;&amp;gt; In /etc/nsswitch.conf&lt;BR /&gt;hosts dns,files&lt;BR /&gt;&lt;BR /&gt;I guess, that is the problem.  Remove the coma and use space.&lt;BR /&gt;&lt;BR /&gt;i.e it will be like this&lt;BR /&gt;&lt;BR /&gt;hosts dns files</description>
      <pubDate>Sat, 27 Nov 2010 12:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718630#M531003</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-11-27T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718631#M531004</link>
      <description>&amp;gt; hosts dns files&lt;BR /&gt; &lt;BR /&gt;This can configuration can lead to a lot of reliability and problems. If you choose files first, you can bypass DNS problems by placing important hostnames in /etc/hosts. Use something like this in /etc/nsswitch.conf:&lt;BR /&gt; &lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;ipnodes:      files [NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2010 20:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718631#M531004</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-11-27T20:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Resolving issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718632#M531005</link>
      <description>Also, nsquery is much better in defining the rules. Use nsquery rather than nslookup:&lt;BR /&gt; &lt;BR /&gt;nsquery hosts mycomputer&lt;BR /&gt;nsquery hosts 1.2.3.4&lt;BR /&gt;nsquery hosts mycomputer.mydomain.com</description>
      <pubDate>Sat, 27 Nov 2010 20:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolving-issue/m-p/4718632#M531005</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-11-27T20:16:38Z</dc:date>
    </item>
  </channel>
</rss>

