Help Center/ Server Migration Service/ FAQs/ Disk Management/ How Can I Migrate a Source Server with a Large System Disk?
Updated on 2024-08-15 GMT+08:00

How Can I Migrate a Source Server with a Large System Disk?

Windows

  • If the system disk of the source server is too large, and the total size of the system and boot partitions is greater than 1 TB, SMS cannot migrate the source server.
  • If the system disk of the source server is larger than 1 TB, but the total size of the system and boot partitions is less than 1 TB, you can modify the Agent configuration file to perform the migration successfully.

    Assume that the source system disk is 1.1 TB, with 100 GB for the system and boot partitions and 1,024 GB for drive D. You can prepare a 100-GB disk and a 1,024-GB disk on the target server for receiving data from the source system disk.

    The system and boot partitions on the source server can only be migrated to the first disk on the target server.

    You can view the total size of the two partitions using Disk Management in Windows.

    Procedure

    1. Go to the Agent configuration directory on the source server.
      • Agent (Python 3)

        C:\SMS-Agent-Py3\config

      • Agent (Python 2)

        C:\SMS-Agent-Py2\config

    2. Modify the disk.cfg file as follows and save it.
      [vol_mount_modify]
      D = 2
      E = 3
      ...
      1. D = 2 indicates that data in drive D will be migrated to the second disk on the target server.
      2. If there are multiple partitions on the source server, and you want to migrate them to different disks on the target server, modify the disk.cfg file in the same way, such as D=2, E=3, F=4.

    3. Restart the Agent. You will see that the partition locations have been changed.

Linux

You can perform a file-level migration and resize disks and partitions. For details, see Resizing disks and partitions. If this method does not work, contact technical support.