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 page, select the active migration project for which you want to replicate the migration asset.
    3. On the Migration project details page, in the Migration plans section, select the active migration plan that has the asset you want to replicate.
    4. On the Migration plan details page, under Resources, click Target assets.
    5. In the Target Assets section, click the target asset you want to replicate.
    6. On the Migration target asset details page, click Replicate migration asset.
    7. In the Replicate asset dialog box, click 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.