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 page, select the active migration project for which you want to replicate the migration asset.
- On the Migration project details page, in the Migration plans section, select the active migration plan that has the asset you want to replicate.
- On the Migration plan details page, under Resources, click Target assets.
- In the Target Assets section, click the target asset you want to replicate.
- On the Migration target asset details page, click Replicate migration asset.
- 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 assetTo 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
To start the replication of the migration-asset associated with a target asset, use the
StartAssetReplication
option.