- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Networking?
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
02-01-2001 12:25 PM
02-01-2001 12:25 PM
Err/TO getting serial# for "server name"
named-xfer[number]: [I/P address] not authoritative for "server name", SOA query got rcode 0, aa 0, ancount 0, aucount 9
Haven't found any reference to this on ITRC. Anyone please? Thanks a lot!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 03:09 AM
02-02-2001 03:09 AM
Re: Networking?
Also, if you have underscores in your hostnames, put these three lines at the beginning of named.boot:
check-names primary warn
check-names secondary warn
check-names response warn
Another thing to check is your HINFO lines.
RFC 1034 states that an HINFO record requires two strings.
Example of Invalid HINFO Record:
Test IN HINFO "WWW Server"
Example of Valid HINFO Record:
Test IN HINFO "WWW Server" "Customer Sites
/usr/share/doc/bog.txt (supplied in compressed format) is the BIND Operations Guide. Section 6.5.6 on HINFO Shows the format:
{name} {ttl} addr-class HINFO Hardware OS
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 08:18 AM
02-02-2001 08:18 AM
Re: Networking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 09:09 AM
02-02-2001 09:09 AM
Re: Networking?
Josee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 09:21 AM
02-02-2001 09:21 AM
Re: Networking?
Josee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 11:59 AM
02-02-2001 11:59 AM
Re: Networking?
#sig_named dump
You'll then have a file called /var/tmp/named_dump.db
It's a list of all learned names/ip-addresses
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2001 07:23 PM
02-04-2001 07:23 PM
Re: Networking?
To start a trace:
cat /dev/null > /var/tmp/named.stats
sig_named debug 1
wait a few minutes, then
sig_named debug 0
This often turns up some intersting situations such as network backup software that asks for an IP address for every file being backed up.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 07:19 AM
02-08-2001 07:19 AM
Re: Networking?
It's noted for future use. I obviously couldn't not run this since I removed my server as DNS and it didn't work in the firts place.
Take care,
Josee