Replicating a Migration Asset Manually
Replicate a migration asset manually.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- On the Migrations page, click the active migration project that has the migration assets that you want to replicate.
- On the Migration project details page, from Resources, click Migration assets.
- Click the active migration asset that you want to replicate.
- On the Migration asset details page, click Replicate.
- 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 CLI Command Reference.
To perform manual replication of a migration asset, use the
StartAssetReplication
operation.