Replicating a Migration Asset Manually

Replicate a migration asset manually.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, click the active migration project that has the migration assets that you want to replicate.
    3. On the Migration project details page, from Resources, click Migration assets.
    4. Click the active migration asset that you want to replicate.
    5. On the Migration asset details page, click Replicate.
    6. In the Replicate asset dialog box, click Replicate.
  • To start replication for a migration asset, use the start-replication command.

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

    The required parameter for the start-replication command is:

    --migration-asset-id: Specifies the unique identifier of a migration 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 Command Line Reference.

  • To perform manual replication of a migration asset, use the StartAssetReplication operation.