- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: named[1647]: sysquery: no addrs found for root...
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
05-20-2002 10:37 AM
05-20-2002 10:37 AM
named[1647]: sysquery: no addrs found for root NS (root.server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 11:09 AM
05-20-2002 11:09 AM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
Check this web page it has all possible error messages for DNS
http://www.acmebw.com/askmrdns/bind-messages.htm
you need
. server file. Check your /etc/named.conf file
for example
zone "." {
type hint;
file "named.cache";
};
Here named.cache is roor server file
It should be something like
#cat /var/named/named.cache
; Initial cache data for root domain servers.
;
; <<>> DiG 2.0 <<>> @ns.internic.net . ns Last update 2/1/96
;; ANSWERS:
. 518400 NS G.ROOT-SERVERS.NET.
. 518400 NS A.ROOT-SERVERS.NET.
. 518400 NS H.ROOT-SERVERS.NET.
. 518400 NS B.ROOT-SERVERS.NET.
. 518400 NS C.ROOT-SERVERS.NET.
. 518400 NS D.ROOT-SERVERS.NET.
. 518400 NS E.ROOT-SERVERS.NET.
. 518400 NS I.ROOT-SERVERS.NET.
. 518400 NS F.ROOT-SERVERS.NET.
;
; Prep the cache (hotwire the addresses). Order does not matter.
;
;; ADDITIONAL RECORDS:
G.ROOT-SERVERS.NET. 518400 A 192.112.36.4
A.ROOT-SERVERS.NET. 518400 A 198.41.0.4
H.ROOT-SERVERS.NET. 518400 A 128.63.2.53
B.ROOT-SERVERS.NET. 518400 A 128.9.0.107
C.ROOT-SERVERS.NET. 518400 A 192.33.4.12
D.ROOT-SERVERS.NET. 518400 A 128.8.10.90
E.ROOT-SERVERS.NET. 518400 A 192.203.230.10
I.ROOT-SERVERS.NET. 518400 A 192.36.148.17
F.ROOT-SERVERS.NET. 518400 A 192.5.5.241
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 11:26 AM
05-20-2002 11:26 AM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
You can get latest named.root from ftp.rs.internic.net. Login as anonymous then cd to domain directory and get the named.root file.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 11:52 AM
05-20-2002 11:52 AM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
This is DNS used for internal use only. These machines are not used for resolving internet addresses. Strictly used to resolve addresses internal to the company.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:15 PM
05-20-2002 12:15 PM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
Still you need this root server file. Just put it in place restart the named and if it does not resolve your problem you can delete that file.
I am very positive that this will solve your problem.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 01:22 PM
05-20-2002 01:22 PM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
check_root: 1 root servers after query to root server < min
The thing is your answer inadvertantly led me to the solution so thanks anyway!
I found that by changing my db.cache file to have the root.server entry as the IP address of the primary DNS server (itself), those messages are not being logged anymore. Prior to this change there were question marks in that place and worked fine that way under HPUX 10.20. Oh well, messages are not being continually logged to the syslog now, so I am happy.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 02:19 PM
05-20-2002 02:19 PM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
You can stop all query messages by doing
Add folloing in named.conf
logging {
category query { NULL; };
};
Stop and start named and all query will disappear.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 12:19 AM
05-21-2002 12:19 AM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
apparently the system complains because there is one NS record it cannot track back to the specific server so the only way of finding it out is looking at the NS records in you DB structure , starting with the db.root and db.cache is the first then the rest of the DB files , if syslog doesn't hold the IP of the system it cannot find you might try to simulate the error by going into NSLOOKUP troubleshooting mode , type nslookup and get into the nslookup menu mode then type
'set debug' and tracing is activated do some lookup test and see if you can see some replies failing , if it is in the DB files the error might not appear in this tracing however then you are back to scanning them , get out of debug mode by typing 'set no debug' then type CTRL-D to leave NSLOOKUP menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 12:21 AM
05-21-2002 12:21 AM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
I think that your problem is creating db.cache..
after upgraing..
you should create the db.cache
by typing
as below..
you can download db.cache
ftp.rs.internic.net or
#dig @a.root-server.net .ns > db.cache
You should also install dig first.
dig is installed by Compiling DNS..
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 12:26 PM
10-18-2002 12:26 PM
Re: named[1647]: sysquery: no addrs found for root NS (root.server)
Sorry for the delayed answer...
Try to use the
options {
forward only;
};
option in you /etc/named.conf file. The forward option can be set to first or only (first is the default). If first is set, the DNS first checks the forwarders and then pursues the answer directly. For this last step - when the local server will attempt to answer the question on its own - needed the root servers. When only is set, the server will only ask the forwarders. If the forwarders don't answer, the query will fail. I hope it will solve your problem.
Cheers!
Sandor