Hello Friends,
I came across the DFSR issue which occurs due to server REBOOTED accidentally or sudden power failure. here are the steps TO RESOLVE: First verify the event id 2212 and 2213 on the domain controller and then run the command administrator and change GUID of volume based on the event logs. wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="EB6F8648-5B88-11E3-93E7-806E6F6E6963" call ResumeReplication Then you should be getting event id 4012 to resolve that issue perform the following steps. 1. In the ADSIEDIT.MSC tool modify the following distinguished name DN value and attribute on each of the domain controllers that you want to make non-authoritative: CN=SYSVOL Subscription,CN=Domain System Volume,CN=DFSR-LocalSettings,CN=the server name,OU=Domain Controllers,DC=domain msDFSR-Enabled=FALSE 2. Force Active Directory replication throughout the domain. 3. Run the following command from an elevated command prompt on the same servers that you set as non-authoritative: DFSRDIAG POLLAD 4. You will see Event ID 4114 in the DFSR event log indicating SYSVOL is no longer being replicated. 5. On the same DN from Step 1, set: msDFSR-Enabled=TRUE 6. Force Active Directory replication throughout the domain. 7. Run the following command from an elevated command prompt on the same servers that you set as non-authoritative: DFSRDIAG POLLAD 8. You will see Event ID 4614 and 4604 in the DFSR event log indicating SYSVOL has been initialized. That domain controller has now done a “D2” of SYSVOL. TO TEST: Wmic /namespace:\\root\microsoftdfs path dfsrreplicatedfolderinfo get replicationgroupname,replicatedfoldername,state State values are: 0: Uninitialized 1: Initialized 2: Initial Sync 3: Auto Recovery 4: Normal 5: In Error
YOU MAY WATCH THE BELOW VIDEOS ALSO TO RESOLVE.
I came across the DFSR issue which occurs due to server REBOOTED accidentally or sudden power failure. here are the steps TO RESOLVE: First verify the event id 2212 and 2213 on the domain controller and then run the command administrator and change GUID of volume based on the event logs. wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="EB6F8648-5B88-11E3-93E7-806E6F6E6963" call ResumeReplication Then you should be getting event id 4012 to resolve that issue perform the following steps. 1. In the ADSIEDIT.MSC tool modify the following distinguished name DN value and attribute on each of the domain controllers that you want to make non-authoritative: CN=SYSVOL Subscription,CN=Domain System Volume,CN=DFSR-LocalSettings,CN=the server name,OU=Domain Controllers,DC=domain msDFSR-Enabled=FALSE 2. Force Active Directory replication throughout the domain. 3. Run the following command from an elevated command prompt on the same servers that you set as non-authoritative: DFSRDIAG POLLAD 4. You will see Event ID 4114 in the DFSR event log indicating SYSVOL is no longer being replicated. 5. On the same DN from Step 1, set: msDFSR-Enabled=TRUE 6. Force Active Directory replication throughout the domain. 7. Run the following command from an elevated command prompt on the same servers that you set as non-authoritative: DFSRDIAG POLLAD 8. You will see Event ID 4614 and 4604 in the DFSR event log indicating SYSVOL has been initialized. That domain controller has now done a “D2” of SYSVOL. TO TEST: Wmic /namespace:\\root\microsoftdfs path dfsrreplicatedfolderinfo get replicationgroupname,replicatedfoldername,state State values are: 0: Uninitialized 1: Initialized 2: Initial Sync 3: Auto Recovery 4: Normal 5: In Error
YOU MAY WATCH THE BELOW VIDEOS ALSO TO RESOLVE.
No comments:
Post a Comment