Replication issue between two domain Controller windows server 2003 :
SYMPTOMS:-
1. SYSVOL folder not replicating on Backup domain controller.
2. or SYSVOL folder accidently deleted from domain controller.
WORKAROUND :
1.Stop the FRSservice on backup domain controller with below command:
Net stop ntfrs
2. locat below registry Set DWORD value to D2 :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Paramaters\Backup/Restore\Process at Startup
Double-click the BurFlags Value Name, a REG_DWORD data type, and set the data value to D4, using the Hex radix.
• Exit the Registry Editor.
3. login to PDC server and stop the FRS service with below command
Net stop ntfrs
4. Navigate below registry:
•HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Paramaters\Backup/Restore\Process at Startup.
• Double-click the BurFlags Value Name, a REG_DWORD data type, and set the data value to D4, using the Hex radix.
• Exit the Registry Editor.
5. start the FRS service : with below command
Net start ntfrs
6. wait for some time, then login to backup domain controller.
7. start frs service on BDC with below command:
Net start ntfrs
wait for some time, then restart the netlogon service on both server.
check event log for below event on both server.
Below event trigger after starting FRS service on the both server.
The File Replication Service successfully added the connections shown below
to the replica set on promary domain controller:
"DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"
After completing process, an event 13516 is logged to signal that FRS is operational on both server.