<?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 failures in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685476#M932201</link>
    <description>Jacob,&lt;BR /&gt;&lt;BR /&gt; They probably have forgotten to include the server in the &lt;BR /&gt;db.xxx.xxx.xxx  file in their config.&lt;BR /&gt;Where the xxx.xxx.xxx is the subnet.&lt;BR /&gt;This is the file that contains reverse name mapping. This file MUST contain every host in the subnet. Is frequently the "forgotten" entry on adds/updates.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 19 Mar 2002 15:33:24 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-03-19T15:33:24Z</dc:date>
    <item>
      <title>DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685464#M932189</link>
      <description>Okay, also realized I've got multiple IDs here.  Respond to this one if possible and not the other one. &lt;BR /&gt;&lt;BR /&gt;I'm having an issue with resolving adresses on a WINNT DNS server. I keep getting the error "non-existent domain" whenever I try to do an nslookup and it then immediately falls over to the secondary DNS server. I beleive it to be an issue on the NT machine and not my UNIX box but was wondering if anyone has had the same issue and point me in the right direction. &lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 19:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685464#M932189</guid>
      <dc:creator>Jacob D Levin</dc:creator>
      <dc:date>2002-03-18T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685465#M932190</link>
      <description>Hi Check the order in your /etc/resolv.conf file.&lt;BR /&gt;&lt;BR /&gt;The primary DNS server should be first entry then secondary....&lt;BR /&gt;&lt;BR /&gt;# cat /etc/resolv.conf&lt;BR /&gt;Pri_dns_server&lt;BR /&gt;Sec_dns_server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 20:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685465#M932190</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-18T20:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685466#M932191</link>
      <description>Hi Jacob,&lt;BR /&gt;&lt;BR /&gt; Also make sure that you have a search domain line in your /etc/resolv.conf   example:&lt;BR /&gt;&lt;BR /&gt;search  mydomain.com&lt;BR /&gt;&lt;BR /&gt;This effectively "appends" mydomain.com to any "short" hostname when it sends the request out to the nameservers as in pap's example.&lt;BR /&gt;&lt;BR /&gt;nameserver1 xxx.xxx.xxx.xxx&lt;BR /&gt;nameserver2 xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;Note you can have multiple domains in the search line  &amp;amp; that may be necessary if you don't know which domain the host is in OR that one of the named nameservers is authoritative for the other domains &amp;amp; it's not your primary nameserver.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 21:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685466#M932191</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-18T21:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685467#M932192</link>
      <description>Oooops...&lt;BR /&gt;&lt;BR /&gt;disregard the numbers after nameserver in my example - there should only be&lt;BR /&gt;&lt;BR /&gt;nameserver   xxx.xxx.xxx.xxx&lt;BR /&gt;nameserver   xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;As Piyush pointed out order is important - from top down - max of three.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 18 Mar 2002 21:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685467#M932192</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-18T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685468#M932193</link>
      <description>Try a manual lookup and see what happens.&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;Server: YourDNSname&lt;BR /&gt;Address: AddressofAbove&lt;BR /&gt;&amp;gt;att.com&lt;BR /&gt;...&lt;BR /&gt;Name:att.com&lt;BR /&gt; 135.145.9.134&lt;BR /&gt;&lt;BR /&gt;Verify that the Name and Address given for the DNS are correct.&lt;BR /&gt;&lt;BR /&gt;Does it find att.com or does it choke?&lt;BR /&gt;&lt;BR /&gt;If that fails try your own domain (with and without the .com).  If these fail then your DNS is hurting.  If it works without the .com then the DNS may think it has to add that to everything.&lt;BR /&gt;&lt;BR /&gt;Also try a reverse lookup and give it a local ip address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;PS "exit" will get you out of lookup mode.</description>
      <pubDate>Mon, 18 Mar 2002 21:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685468#M932193</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-18T21:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685469#M932194</link>
      <description>here is the actual error I get.  I believe the issue truely lies on the NT box.&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;***can't find server name for xxx.xxx.xxx.xxx: Non-existent domain&lt;BR /&gt;default name server: YYY.YYY.YYY&lt;BR /&gt;Address: yyy.yyy.yyy.yyy&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;xxx.xxx.xxx.xxx is the ip of my primary&lt;BR /&gt;YYY.YYY.YYY is the name of my secondary&lt;BR /&gt;yyy.yyy.yyy.yyy is the ip of my secondary&lt;BR /&gt;&lt;BR /&gt;will not even attempt to resolve on the primary, immediately falls to the secondary.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 21:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685469#M932194</guid>
      <dc:creator>Jacob D Levin</dc:creator>
      <dc:date>2002-03-18T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685470#M932195</link>
      <description>Hi &lt;BR /&gt;Can you even ping your primary's ip? &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 18 Mar 2002 22:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685470#M932195</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-03-18T22:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685471#M932196</link>
      <description>Try to traceroute to the primary's IP.  Sounds like you can't get to it.&lt;BR /&gt;&lt;BR /&gt;What does&lt;BR /&gt;&lt;BR /&gt;#netstat -rn     show?&lt;BR /&gt;Do you have a default route?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 18 Mar 2002 22:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685471#M932196</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-18T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685472#M932197</link>
      <description>I can ping the primary, no problem.  It seems to be a name lookup failure.  it can't resolve the host name of the primary server so it falls over to the secondary.</description>
      <pubDate>Mon, 18 Mar 2002 22:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685472#M932197</guid>
      <dc:creator>Jacob D Levin</dc:creator>
      <dc:date>2002-03-18T22:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685473#M932198</link>
      <description>Hi Jacob&lt;BR /&gt;You never says that you are doing nslookup on PC.&lt;BR /&gt;&lt;BR /&gt;on command windows run &lt;BR /&gt;ipconfig /all  and check &lt;BR /&gt;Connection-specific DNS Suffix: it sould be xxx.com&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;primary DNS suffix : xxx.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2002 22:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685473#M932198</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-03-18T22:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685474#M932199</link>
      <description>Starting to sound like a classic reverse lookup problem.&lt;BR /&gt;The NT DNS people HAVE to ensure that their DNS contains both "byhost" &amp;amp; "byaddr" entries.&lt;BR /&gt;Looking at the error again - I'm sure of it - can't resolve the hostname from the IP.&lt;BR /&gt;&lt;BR /&gt;Sheesh you're having fun over there if the DNS "gurus" can't even get the DNS server entries right.   ;~)&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 18 Mar 2002 22:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685474#M932199</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-18T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685475#M932200</link>
      <description>Well my DNS gurus on the NT side have all gone home for the day (lucky them)  I'll catch up with them tomrrow about the "byhost" and "byaddr" entries.  thanks everyone,  I'll let you know how it turns out.&lt;BR /&gt;&lt;BR /&gt;Jake</description>
      <pubDate>Mon, 18 Mar 2002 23:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685475#M932200</guid>
      <dc:creator>Jacob D Levin</dc:creator>
      <dc:date>2002-03-18T23:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685476#M932201</link>
      <description>Jacob,&lt;BR /&gt;&lt;BR /&gt; They probably have forgotten to include the server in the &lt;BR /&gt;db.xxx.xxx.xxx  file in their config.&lt;BR /&gt;Where the xxx.xxx.xxx is the subnet.&lt;BR /&gt;This is the file that contains reverse name mapping. This file MUST contain every host in the subnet. Is frequently the "forgotten" entry on adds/updates.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 19 Mar 2002 15:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685476#M932201</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-19T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685477#M932202</link>
      <description>Whenever you have a DNS issue, first look at /etc/resolv.conf.  See if you can ping each server in the list. If you can then see what nslookup says when you put in the IP address.&lt;BR /&gt;DNS follows the order in the /etc/resolv.conf. So if your first line is 192.3.4.5 then that is your primary DNS server. So check to see if that server is reachable.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 20:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685477#M932202</guid>
      <dc:creator>CHRISTSHONDA CAMPBELL</dc:creator>
      <dc:date>2002-03-19T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685478#M932203</link>
      <description>Hi everyone,&lt;BR /&gt;thanks for all your help. it seems the NT folk had an issue with their host record???  They believe this will fix the isssue.  I'll keep everyone posted.&lt;BR /&gt;&lt;BR /&gt;Jake</description>
      <pubDate>Tue, 19 Mar 2002 21:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685478#M932203</guid>
      <dc:creator>Jacob D Levin</dc:creator>
      <dc:date>2002-03-19T21:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: DNS failures</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685479#M932204</link>
      <description>Hi Jacob,&lt;BR /&gt;We are glad that you resolved your problem.&lt;BR /&gt;It will be great if you can assign points to all participants.....:)....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 23:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-failures/m-p/2685479#M932204</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-19T23:24:15Z</dc:date>
    </item>
  </channel>
</rss>

