- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- named error messages
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 06:31 AM
10-26-2000 06:31 AM
"
Oct 26 06:57:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"
Oct 26 06:58:10 nbcgen03 tftpd[20940]: Timeout (no requests in 10 minutes)
Oct 26 06:58:27 nbcgen03 named-xfer[3137]: connect(3.3.45.8) for zone 197.3.in-addr.arpa f
ailed: Connection timed out
Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.com"
Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "197.3.in-addr.arpa"
Oct 26 07:12:10 nbcgen03 named[840]: Err/TO getting serial# for "nbc.ge.com"
"
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.
Thanks & regards
Jeganathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 06:55 AM
10-26-2000 06:55 AM
SolutionThe 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.
This might be as a result of a number of things:
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 )
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
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
secondary nbc.com 3.3.45.8 zone/nbc.com
secondary 197.3.in-addr.arpa 3.3.45.8 zone/197.3
(in named config files, comments are started with ; semicolons in the first column)
then restart named (/sbin/init.d/named stop; /sbin/init.d/named start)
BTW. If that machine is on the internet, you might want to disable tftp
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 06:58 AM
10-26-2000 06:58 AM
Re: named error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 06:58 AM
10-26-2000 06:58 AM
Re: named error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 08:38 AM
10-26-2000 08:38 AM
Re: named error messages
Thanks guys.
Kofi's reply has some answer.
It was a problem in communication between secondary and primary DNS server.
But it looks more like some sort of intermittent network problem.
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.
We are dealing with networks folks over here.
Thanks again for your help.
Regards,
Jeganathan