<?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: hostname resolution in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661330#M588792</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Something to add to this:&lt;BR /&gt;Suggest you have an updated copy of&lt;BR /&gt;the DNS downloaded from the NT &lt;BR /&gt;server regularly. You don't know &lt;BR /&gt;when these bad boys are not going &lt;BR /&gt;to be available. &lt;BR /&gt;Have your /etc/resolv.conf file &lt;BR /&gt;like this:&lt;BR /&gt;domain myname.com&lt;BR /&gt;nameserver 150.20.20.5&lt;BR /&gt;nameserver 175.54.20.5&lt;BR /&gt;&lt;BR /&gt;Have your /etc/nsswitch.conf file&lt;BR /&gt;pointing to your hosts first, much&lt;BR /&gt;more efficient (see above about NT&lt;BR /&gt;servers being available) and then &lt;BR /&gt;look at DNS if not available. This&lt;BR /&gt;way you still have your primary DNS&lt;BR /&gt;on your NT server, but have a good&lt;BR /&gt;redundancy just in case. This is &lt;BR /&gt;how we do it and it works quite &lt;BR /&gt;well.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Feb 2002 08:02:09 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-02-11T08:02:09Z</dc:date>
    <item>
      <title>hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661323#M588785</link>
      <description>Hello,&lt;BR /&gt;I have a primary DNS server which is my unix box.i have a problem in resolving NT hostnames.&lt;BR /&gt;I have a seperate NT DNS server for NT machines.&lt;BR /&gt;Is that possible I can make my unix DNS server as primary and NT DNS server as secondary from my unix workstation.&lt;BR /&gt;How to proceed?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 08 Feb 2002 13:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661323#M588785</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-02-08T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661324#M588786</link>
      <description>That's not really the way that you want to do this. You really need to do that in the DNS server. It should do the pointing to the other DNS servers.</description>
      <pubDate>Fri, 08 Feb 2002 13:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661324#M588786</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-08T13:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661325#M588787</link>
      <description>Then what should I do on my unix DNS server.&lt;BR /&gt;How can I point my NT DNS server there.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 08 Feb 2002 13:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661325#M588787</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-02-08T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661326#M588788</link>
      <description>If the NT servers are in a different domain, what you need is to add a zone in /etc/named.conf.  Something like, &lt;BR /&gt;zone "Ntdomain.com" {&lt;BR /&gt;  type slave;&lt;BR /&gt;  file "db.Ntdomain.com";&lt;BR /&gt;  masters { NT-DNS-IP; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;add Ntdomain.com to your search list in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;Restart named, you should be able to resolve NT names now. &lt;BR /&gt;&lt;BR /&gt;If the NT servers and Unix servers are in the same domain and are handled by different DNS(NT and Unix) then you have to manually add the hosts/IP info to /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Sat, 09 Feb 2002 21:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661326#M588788</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-02-09T21:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661327#M588789</link>
      <description>If is is just resolving what you want, you can add both DNS servers in /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;HtH,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Sun, 10 Feb 2002 13:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661327#M588789</guid>
      <dc:creator>Mark van Hassel</dc:creator>
      <dc:date>2002-02-10T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661328#M588790</link>
      <description>If I am to add it in the resolv.conf file then the first nameserver will be looked for resolution.Only if the first name server is down then it would look into the second entry if I am right.&lt;BR /&gt;I want a scenario where the client looks at the first nameserver,if it could not then it looks into the second entry and then the hosts file and then comes out.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 11 Feb 2002 06:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661328#M588790</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-02-11T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661329#M588791</link>
      <description>Are your NT and Unix boxes part of the same domain (using the same domainname)?&lt;BR /&gt;&lt;BR /&gt;If yes your primary DNS server (your Unix server) has to resolv all addresses. Even of your NT boxes. This is what a primary DNS server is for. &lt;BR /&gt;&lt;BR /&gt;The only thing that you can do (as Clay mentioned above), is something in the DNS server , e.g. relay some requests to other servers. But this is internal of the server. Anyway the server must be able to resolve all hostnames in its domain.&lt;BR /&gt;&lt;BR /&gt;Hardy</description>
      <pubDate>Mon, 11 Feb 2002 06:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661329#M588791</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-02-11T06:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661330#M588792</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Something to add to this:&lt;BR /&gt;Suggest you have an updated copy of&lt;BR /&gt;the DNS downloaded from the NT &lt;BR /&gt;server regularly. You don't know &lt;BR /&gt;when these bad boys are not going &lt;BR /&gt;to be available. &lt;BR /&gt;Have your /etc/resolv.conf file &lt;BR /&gt;like this:&lt;BR /&gt;domain myname.com&lt;BR /&gt;nameserver 150.20.20.5&lt;BR /&gt;nameserver 175.54.20.5&lt;BR /&gt;&lt;BR /&gt;Have your /etc/nsswitch.conf file&lt;BR /&gt;pointing to your hosts first, much&lt;BR /&gt;more efficient (see above about NT&lt;BR /&gt;servers being available) and then &lt;BR /&gt;look at DNS if not available. This&lt;BR /&gt;way you still have your primary DNS&lt;BR /&gt;on your NT server, but have a good&lt;BR /&gt;redundancy just in case. This is &lt;BR /&gt;how we do it and it works quite &lt;BR /&gt;well.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Feb 2002 08:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661330#M588792</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-11T08:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661331#M588793</link>
      <description>Hello ,&lt;BR /&gt;My solution requires that if one of the DNs sevrer is not able to resolve the hostname,can it pass that on to the next dns server.&lt;BR /&gt;Is that the entries in the resolv.conf file for dns server is only for redundancy?&lt;BR /&gt;For example I have a DNS server for my unix machine and a DNs server for my NT machine.&lt;BR /&gt;Both are on the same domain.&lt;BR /&gt;But the problem is that I cannot resolv my NT hostnames as they are not in the hosts file.&lt;BR /&gt;I have around 1000 NT machines and I cannot enter all of them in my UNix Dns server hosts file.&lt;BR /&gt;So what I thought was if I am resolving my NT hostname from my unix machine,&lt;BR /&gt;1.First look at the unix dns server &lt;BR /&gt;if it cannot resolve,then&lt;BR /&gt;2.Look at the NT Dns for resolution.&lt;BR /&gt;Can it happen!</description>
      <pubDate>Tue, 12 Feb 2002 11:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661331#M588793</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-02-12T11:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: hostname resolution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661332#M588794</link>
      <description>you want to add the statement to your named.boot&lt;BR /&gt;&lt;BR /&gt;forwarders  nt-ip-addr &lt;BR /&gt;&lt;BR /&gt;this will send any unresolved IP's to the other box for resolution</description>
      <pubDate>Tue, 12 Feb 2002 13:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-resolution/m-p/2661332#M588794</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-02-12T13:47:51Z</dc:date>
    </item>
  </channel>
</rss>

