You are using the Storage Migration Service (SMS) to migrate data from an aging Windows Server 2012 R2 machine to a new Windows Server 2022 instance. During the cutover phase, what happens to the source server's identity and network configuration?
During cutover, the destination server takes over the computer name and IP addresses of the source server. This ensures that any UNC paths, mapped drives, or application strings pointing to the old server continue to function without modification. It is a 'lift-and-shift' approach for the server's network presence and storage identity.
Why this answer
The Storage Migration Service is designed to make migrations transparent to users and applications. The cutover phase is the most critical part of this process, as it handles the transition of the server's identity. Understanding how IP addresses and hostnames are transferred ensures that the administrator can plan for the brief downtime and successfully redirect all client traffic.