- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dns 4.9.7
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
01-18-2002 02:22 AM
01-18-2002 02:22 AM
qserial_query(168.192.IN-ADDR.ARPA): sysquery FAILED
about every 15-20 for all 5 reverse zones I have setup, as well as the primary domain. I've not had a problem doing telnet, ftp, or nslookups to other systems. The reverse database files are all designated as "secondary" in the named.boot file. All zones loaded sucessfully on boot-up. The DNS book was less than helpful. Has anyone else seen this before? My dns is behind a firewall, so you'll not be able to nslookup or dig on it (is there dig available for HP?); also, my primary dns is on a Data General system, but also running 4.9.7. The only reference to the primary that I have on the secondary is in the resolve.conf file. Am I missing something?
--
mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 02:36 AM
01-18-2002 02:36 AM
Re: dns 4.9.7
Verify that the primary and secondary information is correct.
The file should be formatted in the following manner:
type domain source file
eg secondary hv.uva.asr
perhaps post/attach the named.boot file and a DNS guru should hopefully be able to spot where the problem lies ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 02:38 AM
01-18-2002 02:38 AM
Re: dns 4.9.7
Did you check your firewall logs to see if your DNS queries (udp/53, tcp/53) have been dropped?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 02:41 AM
01-18-2002 02:41 AM
Re: dns 4.9.7
nslookup hp.com
Name Server: h1262n2.crhc.org
Address: 198.212.0.226
Trying DNS
Name: hp.com
Addresses: 192.151.52.217, 192.151.53.86, 192.6.118.128, 192.6.118.44
192.6.118.97, 192.151.52.187
here's my named.boot file:
;file: named.boot
;author: mark greene
;date: 01-10-02
;desc: configuration for named
;-----------------------------;
; specifiy the directory location of the files ;
directory /etc/dns
;+-------------+-----------------------+-------------+;
;|status |domain |file name |;
;+-------------+-----------------------+-------------+;
secondary crhc.org crhc.org.hosts
secondary 1.20.172.IN-ADDR.ARPA 172.20.1.rev
secondary 212.198.IN-ADDR.ARPA 198.212.rev
secondary 248.199.IN-ADDR.ARPA 199.248.rev
secondary 0.224.IN-ADDR.ARPA 224.0.rev
secondary 168.192.IN-ADDR.ARPA 192.168.rev
primary 0.0.127.IN-ADDR.ARPA crhc.org.local
cache . crhc.org.ca
;-----------------------------------------------------;
; specify any dns options different from defauls ;
;-----------------------------------------------------;
check-names primary warn
; end of file ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 05:59 AM
01-18-2002 05:59 AM
Re: dns 4.9.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 07:03 AM
01-18-2002 07:03 AM
Re: dns 4.9.7
would you mind showing the SOA and first few lines of your "192.168.rev"?
Perhaps we can find something in there...
Regards,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:13 AM
01-18-2002 08:13 AM
Re: dns 4.9.7
Here some info that might help. I'll keep digging to see if I can come up with anything else..
The error indicates a problem with the /etc/named.boot configuration.
Verify that the primary and secondary information is correct.
The file should be formatted in the following manner:
type domain source file
Geno-HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 08:14 AM
01-18-2002 08:14 AM
Re: dns 4.9.7
Sorry Alex,
I see you posted the same info, didn't mean to duplicate.
Geno-HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 03:02 PM
01-18-2002 03:02 PM
Re: dns 4.9.7
directory /var/named
secondary
stop and restart named. check syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 03:20 PM
01-18-2002 03:20 PM
SolutionYour named.boot should be like this.
secondary domain/Reverse IP of the Primary the_file
For ex.,
....
directory /etc/dns
;+-------------+-----------------------+-------------+;
;|status |domain |file name |;
;+-------------+-----------------------+-------------+;
secondary crhc.org crhc.org.hosts
secondary 1.20.172.IN-ADDR.ARPA 10.10.10.1 172.20.1.rev
secondary 212.198.IN-ADDR.ARPA 10.10.10.1 198.212.rev
secondary 248.199.IN-ADDR.ARPA 10.10.10.1 199.248.rev
....
The lines will remain the same for the primary and cache specifications.
Where 10.10.10.1 is the IP of your primary name server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2002 03:22 PM
01-18-2002 03:22 PM
Re: dns 4.9.7
secondary
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 07:04 AM
01-22-2002 07:04 AM
Re: dns 4.9.7
168.192.IN-ADDR.ARPA. IN SOA h1262n2.crhc.org. root.h1262n2.crhc.org. (
10521 10800 3600 3600000 2592000 )
IN NS h1262n2.crhc.org.
all of the zones load, we do not use anything on the 10. network, and are getting no other errors.
--
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 07:22 AM
01-22-2002 07:22 AM
Re: dns 4.9.7
10.10.10.1 was only an example. You need to replace it with the IP of your master server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 01:39 PM
01-22-2002 01:39 PM
Re: dns 4.9.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 07:45 AM
01-29-2002 07:45 AM
Re: dns 4.9.7
Now I'm getting this error:
"Jan 29 10:32:24 h1262n2 named[18248]: ns_resp: query(delphi.cs.ucla.edu) No possible A RRs"
I have verified that delphi.cs.ucla.edu is not in any of the database files on either server. Could this be a problem with my cache? The "ask mr dns" web site indicated it was a problem with hints, but is that not the same as the cache file for bind 4.9?
--
mark