Replicating a Migration Asset
Replicate a migration asset.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations projects list page, select the active migration project for which you want to replicate the migration asset.
- On the migration project details page, select Migration plans.
- Select the active migration plan that has the asset you want to replicate.
- On the migration plan details page, select Target assets.
- Select the target asset you want to replicate.
- On the target asset details page, select the the Actions menu and then select Replicate migration asset.
- 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_replicationcommand.oci cloud-migrations migration-asset start_replication --migration-asset-id migration_asset_ID[OPTIONS]The required parameters for the
start_replicationcommand are:--migration-asset-id: Specifies the OCID of the required migration asset of the target assetTo get all the commands for
migration-asset, run:oci cloud-migrations migration-asset -hTo get help for the
start_replicationcommand, run:For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.oci cloud-migrations migration-asset start_replication -hTo start the replication of the migration-asset associated with a target asset, use the
StartAssetReplicationoption.