FIX: File Replication Service (FRS) is Deprecated after Migration to Active Directory 2012 or 2016 (Solved)
This tutorial contains instructions to resolve the following warning event of File Replication Service, after migrating an Active Directory 2003 to AD 2008, 2012 or 2016: "Event 13577, NtFrs: File Replication Service (FRS) is deprecated. To continue replicating the SYSVOL folder, you should migrate to DFS Replication by using the DFSRMIG command. If you continue to use FRS for SYSVOL replication in this domain, you might not be able to add domain controllers running a future version of Windows Server."
The "File Replication Service (FRS) is deprecated" error appears because, after the introduction of Windows Server 2008, the Domain Controllers uses the newer Distributed File System Replication (DFSR) instead of the File Replication Service (FRS), in order to replicate the logon scripts and the Group Policy object files from the SYSVOL folder, to other domain controllers.
So, after migrating your AD Domain 2003 to AD 2008, 2012 or 2016, you have to upgrade also the replication type of SYSVOL folder from FRS to DFSR, in order to resolve the error event ID 13577: "NtFrs: File Replication Service (FRS) is deprecated."
How to Migrate SYSVOL Replication from FRS to DFSR.
Step 1. Check your Domain Controllers health with DCDIAG.
1. On every domain controller, open an elevated command prompt and type the following command to diagnose the health of your domain controllers. *
- dcdiag
2. Important: Before you continue to the next steps, make sure that all the tests, except the 'FrsEvent' test, are passed.
Step 2. Raise Forest and Domain Functional Level
1. On Primary AD Domain Controller, open Server Manager.
2. From Tools menu, select Active Directory Domains and Trusts.
3. Right click on the domain name and choose Raise Domain Functional Level.
4. Set the domain functional level to Windows Server 2008 and click Raise.
5. Click OK to raise the functional level and then click OK again to the successful message.
6. Then right click on Active Directory Domains and Trusts and choose Raise Forest Functional Level
7. Set the forest functional level to Windows Server 2008 and click Raise.
8. Click OK to raise the forest functional level and then click OK again to the successful message.
Step 3. Create DFSR Global AD objects
1. On Primary AD Domain Controller, open an Command Prompt as Administrator and type the following command to create the necessary DFSR Global AD objects. (This is useful if a Read Only Domain Controller (RODC), cannot could not start the migration for a long time.)
- dfsrmig /CreateGlobalObjects
2. Proceed to the next steps to start the FRS to DFSR migration.
Step 4. Set the FRS to DFSR Migration State to PREPARED. *
* Info: In the ‘PREPARED’ state, the DFS Replication service makes a copy of the contents of the SYSVOL share for itself. It then proceeds to initiate replication of its copy of the SYSVOL folder on all other domain controllers using the DFS Replication service which also have migrated to the ‘PREPARED’ state. At this stage of the migration process, the main replication engine for the SYSVOL share on each of the domain controllers in the domain is still FRS.
1. In the elevated command prompt and give the below command:
- dfsrmig /setglobalstate 1
2. Then check that all the domain controllers have successfully migrated to the ‘PREPARED’ state, by giving this command: *
- dfsrmig /getMigrationState
* Note: If you receive the message "Migration has not yet reached a consistent state on all domain controllers. State information might be stale due to Active Directory Domain Services latency." after running the above command, then wait some hour(s) and then give this command again until you receive that "All domain controllers have migrated successfully to the Global state ('Prepared').
Migration has reached a consistent state on all domain controllers. Succeeded."
3. After the successfully migration to the Global State "Prepared" on all domain controllers, verify the following:
1. Navigate to C:\Windows directory and ensure that the "SYSVOL_DFSR" folder was created on all domain controllers.
2. Run adsiedit.msc
a. Right click at ADSI Edit and select Connect to…. -> Default naming context and click OK.
b. Then expand Default Naming Context > DC=Domain > CN=System and ensure that the CN=DFSR-GlobalSettings was created.
3. Verify that the SYSVOL is still shared from "C:\Windows\SYSVOL\sysvol", by giving this command:
- net share
4. Check the health of Active Directory Replication by giving this command (The result should be shows that there are no errors on all domain controllers):
- RepAdmin /ReplSum
Step 5. Set the FRS to DFSR Migration State to REDIRECTED *
* Info: In the ‘REDIRECTED’ state, the replication is shifted to the DFS Replication service, which is starts to replicate the new SYSVOL folder (C:\Windows\SYSVOL_DFSR\sysvol). At the same time the FRS replicates the old SYSVOL folder (C:\Windows\SYSVOL\sysvol) on other domain controllers.
1. The next step is to force all domain controllers to change the SYSVOL share to point to the new folder SYSVOL_DFSR. To do that, give the below command:
- dfsrmig /setGlobalState 2
2. Now confirm that all domain controllers have reached the Redirected state, by giving this command: *
- dfsrmig /getMigrationState
* Note: If you receive the message "The following domain controllers have not reached Global state ('Redirected')…" after executing the above command then wait some hour and give the command again until you receive that: "All domain controllers have migrated successfully to the Global state ('Redirected'). Migration has reached a consistent state on all domain controllers. Succeeded."
3. After the successfully migration to Global State "Redirected" on all domain controllers, verify the following:
1. The SYSVOL is now shared from the "C:\Windows\SYSVOL_DFSR\sysvol" folder, by giving the "net share" command:
2a. Open registry editor on all domain controllers and navigate to the path below:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DFSR\Parameters\SysVols\Migrating SysVols
2b. Ensure that the 'DFS-R SYSVOL Path' registry key points to: "C:\Windows\SYSVOL_DFSR\sysvol"
2c. Ensure that the 'LocalState’ registry key is set to 2
3. Force Active Directory replication on a domain controller. To force Active Directory replication, give this command on the domain controller:
- repadmin /syncall /AeD
4. Force the DFS Replication service to poll Active Directory. To force an Active Directory poll, issue the command ‘dfsrdiag PollAd’ on the domain controller. To force an Active Directory poll give this command on the domain controller:*
- dfsrdiag PollAd /Member:DC_NAME
* Note: Change the DC_Name with the Domain Controller that you want to force the Active Directory poll.
4. If all seems good then proceed to the next step. If something is wrong then you can rollback from the ‘REDIRECTED’ state to the ‘START’ state by giving this command:
- dfsrmig /setglobalstate 0
Step 6. Set the FRS to DFSR Migration State to ELIMINATED.
Info: In the ‘ELIMINATED’ state and once you have ensured that the replication is working fine, is time to force all the domain controllers to stop the FRS service and to delete the SYSVOL folder. To do that:
1. At command prompt, give the following command:
- dfsrmig /setGlobalState 3
2. Finally confirm that all the domain controllers have reached the ELIMINATED state:
-
dfsrmig /getMigrationState
3. After the successful migration from the FRS to DFSR, the following events will be recorded in Event Viewer > Application and Services Logs:
a. File Replication Service: Event ID 13503 – NtFrs > The File Replication Service has stopped.
b. DFS Replication: Event ID 8019 – DFSR > "DFSR has successfully migrated the Domain Controller DC_NAME to the 'ELIMINATED' state. NTFRS is no longer replicating the SYSVOL share located at C:\Windows\SYSVOL. DFSR is currently replicating the SYSVOL_DFSR folder located at C:\Windows\SYSVOL_DFSR. NTFRS service is disabled on this DC.
DFSR migration for the Domain Controller %Server_Name% is now complete. "
That’s it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.
We're hiring
We're looking for part-time or full-time technical writers to join our team! It's about a remote position that qualified tech writers from anywhere in the world can apply. Click here for more details.
- How to Backup Synology NAS to External USB Drive. - December 11, 2023
- How to Send Automatic Replies in Outlook with an Office365/Exchange Account. - December 6, 2023
- How to Send Automatic Replies in Outlook with POP3/IMAP Accounts. - December 4, 2023
December 11, 2023 @ 5:20 am
Thank you! this was a whole lot easier to follow than the MS document.
Worked just as written.
October 13, 2022 @ 6:29 am
Your guide worked great for me, but I will add that in order to run the polling command (dfsrdiag PollAd /Member:DC_NAME), you have to first install the diag tools by running the following command in PS (elevated):
Install-WindowsFeature RSAT-DFS-Mgmt-Con
Besides that, everything worked out very well. Thanks for creating this!
Thanks!
November 22, 2021 @ 2:04 pm
you are my savior! thank's a lot!
November 18, 2021 @ 11:35 pm
Perfect! Well done! Just enough information to do it properly. Thank you for taking the time to create this content.
June 17, 2021 @ 10:21 pm
Thank you for a clear and easy to follow walk through.
March 11, 2021 @ 8:26 am
This is awesome. Clear Steps and work !!
December 10, 2020 @ 7:36 am
Perfect , saved me ton of tshoot.
Thank you
July 29, 2020 @ 3:57 pm
Awesome… Worked flawlessly. Very well explained and a HUGE time-saver.
March 25, 2020 @ 4:44 pm
Great, Worked great for 2016, note the migration steps may take a bit of time to finish.
No more that like 5 mins. But longer than you would think.
March 24, 2020 @ 5:19 pm
Excellent – Thanks very much!
March 6, 2020 @ 5:08 pm
Superb walk through! Cheers
February 19, 2020 @ 5:19 pm
Great article, thanks. Very detailed step-by-step guide, saved me a lot of time.