Force sysvol replication
28 November 2009
How do I force the Sysvol replication in an active directory
Your can restart the FRS service to force the FRS replication
To restart the FRS service, launch services.msc from the Run option on the Start Menu
And restart the FRS service and you will get the Event ID 13516 on FRS event log this will ensure the FRS status is fine
Forcing Sysvol replication through NTFRSUTL
If you want to force sysvol replication between two domain controllers in an active directory then use the below procedure
NTFRSUTL FORCEREPL Command-Line Option to Force Replication
You can use the new ntfrsutl forcerepl command to enforce replication regardless of the predefined replication schedule. This is only implemented for the domain controller Sysvol replica set.
ntfrsutl forcerepl [Computer] /r [SetName] /p [DnsName]
This command forces FRS to start a replication cycle. You must specify the Computer, SetName and DnsName.
Note In this command, the following placeholders are used:
[Computer] = Connect with the NtFrs service on this machine.
[SetName] = The name of the replica set.
[DnsName] = The DNS name of the inbound partner to force replication from.
For example:
ntfrsutl.exe forcerepl DestinationDC /r "Domain System Volume (SYSVOL share)" /p SourceDC.domain.com
The quotation marks in this example are required when you use the /r option. If the quotation marks are not present, the command will not work.
Subscribe to Windowstricks by E-mail to get the free updates and free tools
Related Articles
Force active directory replication
troubleshoot active directory replication
active directory replication
active directory replication time
check Active Directory replication

0 comments:
Post a Comment