Viewing a Migration Plan Summary

View the summary of a migration plan, which includes the details of asset compatibility and the estimated cost per month. The compatibility and cost estimates for migration are automatically generated when the migration plan is created.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, select the active migration project for which you want to view the plan summary.
    3. On the Migration project details page, in the Migration plans section, select the active migration plan for which you want to view the summary.
    4. On the Migration plan details page, you can view the following details:
    You can now generate and deploy a Resource Manager stack for the migration plan.
  • To view details of a migration plan, use the get command.

    oci cloud-migrations migration-plan get --migration-plan-id migration_plan_ID [OPTIONS]

    The required parameter for the get command is:

    --migration-plan-id: Specifies the OCID of the migration plan.

    To get all the commands for migration-plan, run:

    oci cloud-migrations migration-plan -h

    To get help for the get command, run:

    oci cloud-migrations migration-plan get -h

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • To get summary and detailed information about a migration plan, use the GetMigrationPlan operation.

Asset Compatibility Information in Migration Plans

When creating or editing the migration plans, Oracle Cloud Migrations can issue various errors and warnings based on the asset compatibility analysis.

Refer to the following list of asset compatibility errors and warnings and fix them based on the message:

Issue type Issue name Message
ERROR NotEnoughData Enough data for recommendations or compute shapes aren't available.
ERROR IncompatibleHardware Incompatible hardware module found on the source machine.
ERROR ConnectionError Error while transferring data from source. Please check your network connection.
Warning CpuCompatibilityWarning Shapes with requested CPU count aren't available or other requirements aren't satisfied by currently accessible shapes.
Warning MemoryCompatibilityWarning Shapes with requested amount of memory aren't available or other requirements aren't satisfied by currently accessible shapes.
Warning VnicsCompatibilityWarning Shapes with requested VNICs count aren't available or other requirements aren't satisfied by currently accessible shapes.
Warning BandwidthCompatibilityWarnin Shapes with requested network bandwidth aren't available or other requirements aren't satisfied by currently accessible shapes.
Warning GpuCompatibilityWarning Shapes with requested GPU count aren't available or other requirements aren't satisfied by accessible shapes.
Warning OsWarning OS compatibility with selected shape was not tested and cannot be confirmed.