DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 11th, 2005, 06:41 PM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
DNS error "Registration of the DNS record"

The issue I am having is that sometimes host names are not resolving intermitantly and I am getting a bunch of errors in my Event Log. As a Network Admin this keeps me awake at night.

Here are the output (edited) from my logs, netdiag and nslookup. The corpserver01 is the 2000 DC, DNS and resides at 192.168.1.201



I am sure I am not the first person to see this...

Registration of the DNS record '_ldap._tcp.gc._msdcs.corp.mobilecomputers.com. 600 IN SRV 0 100 3268 CORPSERVER01.corp.mobilecomputers.com.' failed with the following error:
DNS server unable to interpret format.

I am getting several of these types of errors in my Event System Log. On a Windows 2000 Server AD box.

_ldap._tcp.corp.mobilecomputers.com. 600 IN SRV 0 100 389 CORPSERVER01.corp.mobilecomputers.com.'

'_kpasswd._tcp.corp.mobilecomputers.com. 600 IN SRV 0 100 464 CORPSERVER01.corp.mobilecomputers.com.'

All of which start with:
Registration of the DNS record
and end with:
failed with the following error: DNS server unable to interpret format.

It looks like systems are not able to update their information into DNS????

When i type
C:\Documents and Settings\admin>nslookup - 192.168.1.201
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 192.168.1.201: Timed out
Default Server: UnKnown
Address: 192.168.1.201

but when i type

C:\Documents and Settings\admin>ping corpserver01

Pinging corpserver01 [192.168.1.201] with 32 bytes of data:

Reply from 192.168.1.201: bytes=32 time<10ms TTL=128

So I know that DNS is doing some resolution.

When I try Netdiag /test:dns

<output edited>
Per interface results:
Adapter : Local Area Connection
Netcard queries test . . . : Passed
Global results:
Domain membership test . . . . . . : Passed
Dns domain name is not specified.
Dns forest name is not specified.
NetBT transports test. . . . . . . : Passed
List of NetBt transports currently configured:
NetBT_Tcpip_{35BB793C-548D-4EA1-A99F317AB910005A}
1 NetBt transport currently configured.

DNS test . . . . . . . . . . . . . : Passed



If you know what might be causing this error... Or if you can tell me where else I need to look... Please do.

Thanks in advance.... I would like to sleep nights

Reply With Quote
  #2  
Old January 11th, 2005, 10:49 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,197 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 17 h 20 m 57 sec
Reputation Power: 92
Is the dns server's zone configured to allow dynamic updates?
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old January 12th, 2005, 10:07 AM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yes it is. I tried it with Yes and Secure only option.

Reply With Quote
  #4  
Old January 12th, 2005, 12:38 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,197 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 17 h 20 m 57 sec
Reputation Power: 92
hm... when I first joined this forum I knew next to nothing about Microsoft DNS Server. Even though I've learned a lot about it since then, I'm no guru in that area, and I still know next to nothing about AD. I'm not positive I can help with this. BUT... Let's explore a little further.

"Unable to interpret format" sounds like a "Format Error", which is returned by a dns server when it doesn't understand a request. So what I'm thinking is AD on one server is sending a dynamic update request to a dns server that doesn't understand it.

So let's get some more information.

What operating system and SP update is on the AD server?
What operating system and SP update is on the dns server that needs to be updated?
Has any updates been successful?
Is there any information in the AD server's logs that indicate what address the updates are being sent to?
Are you positive these requests are even making it to the expected server?
If so, how?

Reply With Quote
  #5  
Old January 12th, 2005, 03:27 PM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>What operating system and SP update is on the AD server?
Windows 2000 Server / SP4


>What operating system and SP update is on the dns server that needs to be updated?
They are the same machine... corpserver01

>Has any updates been successful?
I believe so, I can look in the DNS server utility under administrative tools. I drill down corpserver01/forward lookup zones/corp.mobilecomputers.com Attached is the small graphic of what it shows.

>Is there any information in the AD server's logs that indicate what address the updates are being sent to?
The earlier post was just a snipit of the number or errors that are showing up. But many look to be corpserver01 trying to do its own update. Corpserver01 is also the DHCP server that is set to update client connection into DNS. However it doesnt look like client info thats being put in, to me.


Are you positive these requests are even making it to the expected server?
Yes
If so, how?
It resides on the same server.
Attached Images
File Type: bmp dns.bmp (280.6 KB, 194 views)

Reply With Quote
  #6  
Old January 12th, 2005, 03:35 PM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
some of the errors from the syslog are contained in the attached file
Attached Files
File Type: txt syslog err11105.txt (1.8 KB, 120 views)

Reply With Quote
  #7  
Old January 12th, 2005, 03:54 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,197 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 17 h 20 m 57 sec
Reputation Power: 92
That's it? The packet dump only has 4 bytes in the error log? Maybe there's some corruption someplace screwing things up. Since both AD and the dns server is on the same box, then I have no other explanation.

Reply With Quote
  #8  
Old January 12th, 2005, 04:26 PM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
No the error log is much larger.. it grows by about 4-6 errors every 20 sec... but they are all of the same format. I can give you more data but do you have a MS event viewer? I had to copy and paste in to that text file.... for your viewing enjoyment.
Attached Files
File Type: txt log 11105.txt (94.4 KB, 158 views)

Last edited by dj1r : January 12th, 2005 at 04:32 PM. Reason: typo - file attach

Reply With Quote
  #9  
Old January 12th, 2005, 04:49 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,197 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 17 h 20 m 57 sec
Reputation Power: 92
That's not what I'm talking about. I'm talking about this:

Code:
Data:
0000: 29 23 00 00               )#..    


Only 4 bytes...

Reply With Quote
  #10  
Old January 12th, 2005, 06:22 PM
dj1r dj1r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 6 dj1r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ic

and no clue what that might be?

as a side note I went in to DHCP and turned off " auto update DHCP Client info into DNS"

That didnt stop the error.

Reply With Quote
  #11  
Old January 12th, 2005, 08:29 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,197 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 17 h 20 m 57 sec
Reputation Power: 92
nope, no clue. I'm just chalking it up to Microsoft blunders.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > DNS error "Registration of the DNS record"


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |