Replicating a Migration Asset

Replicate a migration asset.

    1. Open the navigation menu  and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
    2. On the Migrations projects list page, select the active migration project for which you want to replicate the migration asset.
    3. On the migration project details page, select Migration plans.
    4. Select the active migration plan that has the asset you want to replicate.
    5. On the migration plan details page, select Target assets.
    6. Select the target asset you want to replicate.
    7. On the target asset details page, select the the Actions menu and then select Replicate migration asset.
    8. In the Replicate migration asset dialog box, select Replicate.
  • To start the replication of the migration asset associated with a target asset, use the start_replication command.

    oci cloud-migrations migration-asset start_replication --migration-asset-id migration_asset_ID[OPTIONS]

    The required parameters for the start_replication command are:

    --migration-asset-id: Specifies the OCID of the required migration asset of the target asset

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

    oci cloud-migrations migration-asset -h

    To get help for the start_replication command, run:

    oci cloud-migrations migration-asset start_replication -h
    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
  • To start the replication of the migration-asset associated with a target asset, use the StartAssetReplication option.