DNS problem

I have a dns problem in one of my labs that hopefully someone might have an answer to. I have one root domain and two child domains in my lab. After a dc/dns server crashed in the root domain, I moved the fsmo roles onto the second root dc/dns server, now one of my child domains (A) is working fine, it's dns is managed by the root dc server, but the second child domain (B), who's dns is delegated from the root dc/dns won't replicate with the root dc/dns.
The child dns has forwarders onto the root dns server and ip dns config is configured as 127.0.0.1. The child domain itself works fine. I've run dcdiag /test:registerindns /dnsdomain:domainname and it returned a dnsupdatetest 1460 message saying the A record test is inconclusive.
I ran dnslint against the root dc/dns from the child domain dc/dns, and it reported 3 missing CNAME records for forest guids for each dc in domain, 2 child domains. When I run dnslint from the root dc/dns, it passes the root dc/dns and reports two missing glue (A) records are missing for the child domain B dns server, the records for the root dc/dns and child domain A dc/dns.
I can ping between all DC fine.
I'm sure I'm missing something simple, but does anyone know what that might be ?
Thanks
The child dns has forwarders onto the root dns server and ip dns config is configured as 127.0.0.1. The child domain itself works fine. I've run dcdiag /test:registerindns /dnsdomain:domainname and it returned a dnsupdatetest 1460 message saying the A record test is inconclusive.
I ran dnslint against the root dc/dns from the child domain dc/dns, and it reported 3 missing CNAME records for forest guids for each dc in domain, 2 child domains. When I run dnslint from the root dc/dns, it passes the root dc/dns and reports two missing glue (A) records are missing for the child domain B dns server, the records for the root dc/dns and child domain A dc/dns.
I can ping between all DC fine.
I'm sure I'm missing something simple, but does anyone know what that might be ?
Thanks
Comments
nltest /dsregdns
dcdiag /fix
netdiag /fix
Give it 10 minutes or so then do repadmin /syncall.
Lesson learned I think, at least I learned more about various diagnostic tools...
Thanks for your help anyway Royal.