On-Prem to Azure Cloud Migration using Azure Migrate

Shahnawaz Ahmed 20 Reputation points
2023-09-26T04:51:07.59+00:00

Hi Team,

I am planning On-Prem VMs (From VMware) migration to Azure Cloud using Azure Migrate and would like to understand how to predict Data flow speed and for Windows and Linux machine would I be able to identify the data block size? Please help

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
744 questions
Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
413 questions
{count} votes

Accepted answer
  1. Tech-Hyd-1989 5,761 Reputation points
    2023-09-26T09:44:41.3166667+00:00

    Hello Shahnawaz Ahmed

    To predict data flow speed for on-premises VMs (from VMware) migration to Azure Cloud using Azure Migrate, you can use the following steps:

    1. Estimate the size of the data to be migrated. You can do this by checking the size of the VMDKs on the on-premises VMs.
    2. Estimate the bandwidth between the on-premises environment and Azure. You can do this using a tool such as Azure Speed Test.
    3. Calculate the predicted data flow speed using the following formula:

    Predicted data flow speed = (Size of data to be migrated) / (Bandwidth between on-premises environment and Azure)

    For example, if the size of the data to be migrated is 1 TB and the bandwidth between the on-premises environment and Azure is 100 Mbps, then the predicted data flow speed would be 10 Mbps.

    To identify the data block size for Windows and Linux machines, you can use the following steps:

    Windows:

    1. Open a command prompt.
    2. Type the following command:
    fsutil fsinfo ntfsinfo c:
    
    1. The data block size will be listed under the "Bytes Per Cluster" column.

    Linux:

    1. Open a terminal window.
    2. Type the following command:
    df -B 1 | grep /
    
    1. The data block size will be listed under the "BLOCKSIZE" column.

    Once you have identified the data block size, you can use it to configure the Azure Migrate migration settings.

    Here are some additional tips for improving the data flow speed during Azure Migrate migrations:

    • Use a dedicated network connection between the on-premises environment and Azure.
    • Use a network optimizer to improve the performance of the network connection.
    • Use a larger data block size.
    • Use multiple migration jobs.

    I hope this helps! Let me know if you have any other questions.


0 additional answers

Sort by: Most helpful