The primary domain controller domain secondary domain controllers cannot be synchronized, the primary controller group policy is not displayed, and other domains cannot connect to this domain PrimaryDC
The old DC win2003bdc, the new dc win2008 pdc
Upon inspection, it is found that net share does not share sysvol and netlog on the primary domain controller.
Dcdiag reported an error
Check that the file directories sysvol and netlog exist, but the share is gone.
Open the registry editor and find the following key value: HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Services\ NtFrs\ Parameters\ Backup/Restore\ Process at Startup then find BurFlags on the right, change its value to D4 (hexadecimal) and exit, as shown in the figure
Then run the following command to restart the related services
Net stop netlogon & net start netlogon
Net stop ntfrs & net start ntfrs
At this point, net share sees that both sysvol and netlog have resumed sharing. Dcdiag pass
Restart the fsr service on BDC.