- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tracing DNS requests
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
12-27-2002 10:52 AM
12-27-2002 10:52 AM
We're trying to decomission a DNS server and (with tracing on) still find other servers requesting DNS info from it.
We've made sure /etc/resolv.conf DOES NOT point to the server we're trying to decomission, but the server still (at least once a day) queries DNS on it.
Is there a way (besides using nettl) to turn on some kind of tracing on the server that's making the requests? I'm still trying to understand why a server would make DNS requests to a system that's not even in its resolve.conf
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 11:07 AM
12-27-2002 11:07 AM
Re: Tracing DNS requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 11:12 AM
12-27-2002 11:12 AM
Re: Tracing DNS requests
sig_named debug 0 to turn it off
I found that dns is a strange beast.
Trying to move dns servers and everyone points to the new server does not mean that it is still not using the old server.
I had to shutdown named on the old server before the clients would use the new one. I never could find out where they were cached. Even a reboot of the client did not help, they still tried to access the old server until the old server did not exist. It was like somewhere they said, I hit this one last time, I'll try it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 11:31 AM
12-27-2002 11:31 AM
Re: Tracing DNS requests
The only thing I'm wondering is if there's some way of tracing on the other machine (the one that's making the request of the DNS server). Since on this target machine, the soon-to-be-dead DNS server is NOT in resolv.conf, we can't figure out why it's going to it.
Any more ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 12:04 PM
12-27-2002 12:04 PM
Re: Tracing DNS requests
Turning off named on the old server caused the clients to only use the new one. They did not have much choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 12:04 PM
12-27-2002 12:04 PM
Re: Tracing DNS requests
"datagram from [x.x.x.x]" in /var/tmp/named.run file, after you turned on debug mode?
The above told you where the request is coming from.
You may want to check with your NT folks to see if they added your DNS as a forwarder in theirs.