Forum Discussion
For upgrade server 2003 Std to 2019
It isn't supported to introduce 2019 domain controllers to a 2003 DFL domain.
https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/active-directory-functional-levels
Also FRS needs to be migrated to DFSR before adding 2019 domain controllers.
So you'll need to do this two-step, first by migrating to 2012 R2 or 2016, removing the 2003 DCs in order to raise DFL to minimum or 2008 R2, then do the FRS-->DFSR migration, then bring in the first 2019 domain controller.
To the domain controller migration general steps below;
I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting. Then stand up the new guest, patch it fully, license it (you can use evaluations for the interim step), join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to verify health, when all is good you can decommission / demote old one, move on to next one.
Hi Dave, I also face the similar scenario: migrating from 2003 to 2019. I find your another reply here:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/914aa5f5-432c-46e2-b6b2-ce1da0d07091/server-2003-to-2019-alternative-way-to-migrate-users-and-shares
However, when I use dcdiag in my 2003 server, there is only 1 error:
Starting test: frsevent
There are warning or error events within the last 24 hours after the
SYSVOL has been shared. Failing SYSVOL replication problems may cause
Group Policy problems.
......................... (dc name) failed test frsevent
Does it matter? Will it stop my from migrating?
Also, if I have only 1 DC, should I still use repadmin to check the replication? Or I will only use it after I have setup 2012?
Thank you very much
- mohammad96Aug 07, 2021Copper ContributorAs per above what about Group Policy so that are replicated or fails after migration.
- Dave PatrickJan 21, 2021MVP
Again, since a new topic and user I'd start a new thread to maintain forums clarity.
- terryamkJan 22, 2021Copper Contributor
Dave PatrickThanks