<?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 named error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458220#M13182</link>
    <description>syslog file contains error messages like&lt;BR /&gt;"&lt;BR /&gt;Oct 26 06:57:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"&lt;BR /&gt;Oct 26 06:58:10 nbcgen03 tftpd[20940]: Timeout (no requests in 10 minutes)&lt;BR /&gt;Oct 26 06:58:27 nbcgen03 named-xfer[3137]: connect(3.3.45.8) for zone 197.3.in-addr.arpa f&lt;BR /&gt;ailed: Connection timed out&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.com"&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.ge.com"&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know what this means? Does this means some networking issue? I run HP-UX 11.0 in this box. We have BMC patrol for enterprise management. It did not report any sort of error.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;Jeganathan</description>
    <pubDate>Thu, 26 Oct 2000 13:31:31 GMT</pubDate>
    <dc:creator>Jeganathan Venkitasamy</dc:creator>
    <dc:date>2000-10-26T13:31:31Z</dc:date>
    <item>
      <title>named error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458220#M13182</link>
      <description>syslog file contains error messages like&lt;BR /&gt;"&lt;BR /&gt;Oct 26 06:57:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"&lt;BR /&gt;Oct 26 06:58:10 nbcgen03 tftpd[20940]: Timeout (no requests in 10 minutes)&lt;BR /&gt;Oct 26 06:58:27 nbcgen03 named-xfer[3137]: connect(3.3.45.8) for zone 197.3.in-addr.arpa f&lt;BR /&gt;ailed: Connection timed out&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.com"&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"&lt;BR /&gt;Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.ge.com"&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know what this means? Does this means some networking issue? I run HP-UX 11.0 in this box. We have BMC patrol for enterprise management. It did not report any sort of error.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;Jeganathan</description>
      <pubDate>Thu, 26 Oct 2000 13:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458220#M13182</guid>
      <dc:creator>Jeganathan Venkitasamy</dc:creator>
      <dc:date>2000-10-26T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: named error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458221#M13183</link>
      <description>Jeganathan:&lt;BR /&gt;&lt;BR /&gt;The problem you are having is a misconfiguration of the nameserver (named) on nbcgen03.  The messages indicate the nbcgen03 (is supposed to be a secondary nameserver) is unable to connect to the primary in order to do a zone transfer.&lt;BR /&gt;&lt;BR /&gt;This might be as a result of a number of things:&lt;BR /&gt;&lt;BR /&gt;1. the primary nameserver has not been configured to allow/recognise nbcgen03  as a secondary nameserver (in which case, you should edit the /etc/named.boot file and add an entry for nbcgen03 )&lt;BR /&gt;2. You have a firewall that prevents nbcgen03 from contacting your nameserver - in this case get your fw admin to allow udp/53 and tcp/53 to and from the nameserver and nbcgen03 &lt;BR /&gt;&lt;BR /&gt;If you want to prevent these errors, and nbcgen03 is NOT a secondary to the domain, you should edit the /etc/named.boot and comment out the lines that say something like&lt;BR /&gt;secondary       nbc.com                     3.3.45.8 zone/nbc.com&lt;BR /&gt;secondary       197.3.in-addr.arpa          3.3.45.8 zone/197.3&lt;BR /&gt;(in named config files, comments are started with ; semicolons in the first column)&lt;BR /&gt;&lt;BR /&gt;then restart named (/sbin/init.d/named stop; /sbin/init.d/named start)&lt;BR /&gt;&lt;BR /&gt;BTW.  If that machine is on the internet, you might want to disable tftp&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2000 13:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458221#M13183</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-10-26T13:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: named error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458222#M13184</link>
      <description>You NIS is having problem, check to see if the gated daemon is running. Is your DNS server up? Do a network check on your DNS server/clients.</description>
      <pubDate>Thu, 26 Oct 2000 13:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458222#M13184</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-26T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: named error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458223#M13185</link>
      <description>You NIS is having problem, check to see if the gated daemon is running. Is your DNS server up? Do a network check on your DNS server/clients.</description>
      <pubDate>Thu, 26 Oct 2000 13:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458223#M13185</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-26T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: named error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458224#M13186</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks guys.&lt;BR /&gt;Kofi's reply has some answer.&lt;BR /&gt;It was a problem in communication between secondary and primary DNS server.&lt;BR /&gt;But it looks more like some sort of intermittent network problem.&lt;BR /&gt;We don't have any firewall in between primary and secondary. And primary accept requests from this seconday ( nbcgen03 ).I tried to pull zone database manually using named-xfer, it worked fine.&lt;BR /&gt;We are dealing with networks folks over here.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeganathan</description>
      <pubDate>Thu, 26 Oct 2000 15:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-error-messages/m-p/2458224#M13186</guid>
      <dc:creator>Jeganathan Venkitasamy</dc:creator>
      <dc:date>2000-10-26T15:38:16Z</dc:date>
    </item>
  </channel>
</rss>

