HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS Utilization
Operating System - HP-UX
1834926
Members
2560
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-15-2002 02:26 PM
01-15-2002 02:26 PM
DNS Utilization
Does anyone know of a way to see what entries in your dns tables are used or not used?
Thanks,
Michelle
Thanks,
Michelle
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 02:33 PM
01-15-2002 02:33 PM
Re: DNS Utilization
On the DNS server you can check the DNS cache to see recently used entries.
This however, is only for things that your server doesn't know about.
If that makes sense.
Scott.
This however, is only for things that your server doesn't know about.
If that makes sense.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 03:01 PM
01-15-2002 03:01 PM
Re: DNS Utilization
>Does anyone know of a way to see what entries >in your dns tables are used or not used?
I'm not sure what you mean by "entries in your dns tables are used or not used".
If you want to see what's in the DNS cache (and when it expires)
#kill -INT PID_OF_NAMED
Look for the results in
/var/tmp/named_dump.db
If you want to make sure that the name to number mapping still maps to active IPs, I'd write a script to walk through each zone and ping or otherwise excercise a connection to the remote IP.
I'm not sure what you mean by "entries in your dns tables are used or not used".
If you want to see what's in the DNS cache (and when it expires)
#kill -INT PID_OF_NAMED
Look for the results in
/var/tmp/named_dump.db
If you want to make sure that the name to number mapping still maps to active IPs, I'd write a script to walk through each zone and ping or otherwise excercise a connection to the remote IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 03:04 PM
01-15-2002 03:04 PM
Re: DNS Utilization
grep for the pid of named.
send a sigill to it.
or
# kill -ill /var/run/named.pid
It will create a statistic file called named.stats for you.
In there, you should see something like
8 Unknown query types
727505810 A queries
17 NS queries
193397 SOA queries
1835712748 PTR queries
5268423 MX queries
Good luck!
send a sigill to it.
or
# kill -ill /var/run/named.pid
It will create a statistic file called named.stats for you.
In there, you should see something like
8 Unknown query types
727505810 A queries
17 NS queries
193397 SOA queries
1835712748 PTR queries
5268423 MX queries
Good luck!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP