Forum Discussion
Migrating from Server 2003 to Server 2019 using Storage Migration Service
I'm trying to migrate from an unloved Server 2003 Std. SP2 installation that has been quietly chugging away in a closet for the last 15+ years to Server 2019 Standard, using the new Storage Migration Service. However, Windows Admin Center, running on Windows 10 v1809, doesn't want to connect to Server 2003. It keeps complaining that PowerShell 5.0 is required to make the connection. As far as I know, Server 2003 only supports PowerShell 1 and 2.
Is there a step-by-step guide somewhere on how to do this particular migration scenario successfully? I saw Ned Pyle's Ignite presentation on SMS and it looked incredibly smooth and simple. Alas, it was using a much later version of Windows Server as it's Source Server. The 2003 server has all of the Windows Updates, but perhaps there is something else that it needs to allow Admin Center to connect to it? All ideas welcome! :-)
8 Replies
Might work through this one.
"Supported source operating systems VM or hardware (to migrate from) :
Windows Server 2003"- Harry_H3Copper Contributor
Thanks Dave, I had read that through, but the "All computers must be domain joined" had me thinking the wrong thing. Since it's a server, I was thinking that Server 2019 needed to join as another domain controller. Obviously that can't happen with a Server 2003 domain.. I've successfully joined the Server 2019 system as just another computer in the Server 2003 domain instead.
That brought me to the Admin Center error: "To perform a single sign-in using your Windows account, you might need to set up Kerberos constrained delegation". For future readers, I found this: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc786828(v%3dws.10) "Configuring Constrained Delegation for Kerberos" for Server 2003. However, it appears that this requires IIS be installed and running on the Server 2003 system. This server doesn't have the application server role (which appears to be required for IIS) installed. This may be a problem. ;-) Do I have to install that role and configure IIS to proceed? It seems that the SMS process is a bit more complex outside of a large environment where many roles are more likely to have already been installed and running. This Server is just a standalone AD controller, also acting as a file server, DHCP, DNS, and WINS servers.
Thanks again!
I'm certainly glad that I planned to test this a few weeks before the scheduled cutover date.
:-) Ned made it look so easy! ;-)Maybe this one helps.
Not sure the end goal but may want to migrate the domain controllers as first step. Also better a option is to have file server role on a member server. If a single physical host then you might consider installing hyper-v role on host and stand up separate VMs for the different roles / applications.