Well, I just ran a dnslint /ad /s <IP> /v against my test server here at home, and this is what a successful dnslint should look like...
DNSLint Report
System Date: Wed Dec 24 04:45:33 2003
Command run:
dnslint /ad /s 10.1.5.254 /v
Root of Active Directory Forest:
mine.local
Active Directory Forest Replication GUIDs Found:
DC: HARPO
GUID: 35e5d6cb-5887-4916-acc2-6ce9eb2fdb57
Total GUIDs found: 1
--------------------------------------------------------------------------------
The following 2 DNS servers were checked for records related to AD forest replication:
DNS server: User Specified DNS Server
IP Address: 10.1.5.254
UDP port 53 responding to queries: YES
TCP port 53 responding to queries: Not tested
Answering authoritatively for domain: YES
SOA record data from server:
Authoritative name server: harpo.mine.local
Hostmaster: admin
Zone serial number: 49
Zone expires in: 1.00 day(s)
Refresh period: 900 seconds
Retry delay: 600 seconds
Default (minimum) TTL: 3600 seconds
Additional authoritative (NS) records from server:
harpo.mine.local 10.1.5.254
Alias (CNAME) and glue (A) records for forest GUIDs from server:
CNAME: 35e5d6cb-5887-4916-acc2-6ce9eb2fdb57._msdcs.mine.local
Alias: harpo.mine.local
Glue: 10.1.5.254
Total number of CNAME records found on this server: 1
Total number of CNAME records missing on this server: 0
Total number of glue (A) records this server could not find: 0
--------------------------------------------------------------------------------
DNS server: harpo.mine.local
IP Address: 10.1.5.254
UDP port 53 responding to queries: YES
TCP port 53 responding to queries: Not tested
Answering authoritatively for domain: YES
SOA record data from server:
Authoritative name server: harpo.mine.local
Hostmaster: admin
Zone serial number: 49
Zone expires in: 1.00 day(s)
Refresh period: 900 seconds
Retry delay: 600 seconds
Default (minimum) TTL: 3600 seconds
Additional authoritative (NS) records from server:
harpo.mine.local 10.1.5.254
Alias (CNAME) and glue (A) records for forest GUIDs from server:
CNAME: 35e5d6cb-5887-4916-acc2-6ce9eb2fdb57._msdcs.mine.local
Alias: harpo.mine.local
Glue: 10.1.5.254
Total number of CNAME records found on this server: 1
Total number of CNAME records missing on this server: 0
Total number of glue (A) records this server could not find: 0
If I had to guess as to what's going on, I'd say that some of the necessary SOA's and RR's didn't get created.. Like maybe the LDAP provider or the kerberos records. You should see _msdcs, domains, gc, and pdc containers. Under the domains container, there should be an entry with the GUID for the domain.. Check and see if this is missing.. I don't know if it will help, but I would also try a ipconfig /flushdns and then an ipconfig /registerdns on the DCs in question...
Hopefully this will re-create some of the missing records, though I'm not certain whether or not this will recreate domain records (I know it will recreate host records for a corrupted dynamic entry)...
Keep us posted..
HTH,
Exx