When we were performing the last clean up steps in our client’s SBS 2003 to SBS 2011 migration by removing all references to the source server’s IP, DNS A, and NS references in DNS Management we encountered this bit of strangeness:
Note that the folder icon is wrong and there was only an NS reference in that folder.
Searching around produced a lot of fluff with no real substance on how to fix the problem.
Our own SBS 2011 DNS Domain.local zone subfolder looks like the following:
After posing the question to some fellow MVPs, Michael B. Smith gave us the instructions we needed to fix things:
- Open Windows Explorer
- Navigate to: C:\Windows\System32\Config\
- Open an elevated command prompt.
- Net Stop NetLogon [Enter]
- Delete the following two files in the Config folder:
- Net Start NetLogon [Enter]
- Verify in DNS that the _msdcs folder is now properly populated.
Thanks Michael!
Philip Elder
MPECS Inc.
Microsoft Small Business Specialists
Co-Author: SBS 2008 Blueprint Book
*Our original iMac was stolen (previous blog post). We now have a new MacBook Pro courtesy of Vlad Mazek, owner of OWN.
2 comments:
The first time I tried this, it didn't work. The second time I deleted "_msdcs.mydomain.local" from the DNS, Forward Lookup Zone first and it was recreated properly.
The first time I tried this, it didn't work. The second time I deleted "_msdcs.mydomain.local" from the DNS, Forward Lookup Zone first and it was recreated properly.
Post a Comment