Description
Deletes an existing replication link to a container in a DR Series system.
|
NOTE: It is recommended that the replication be in an INSYNC state for this operation. If replication is not in an INSYNC state, this operation can potentially take a much longer time to execute. |
Syntax
replication --delete --name acme-59-replica --role target
If you attempt to delete a container that already has replication enabled, this displays the following message:
Replication on acme-59-replica is enabled and cannot be deleted, please stop it first.
Deletes the existing replication link to a container.
replication --delete --name acme-59-replica --role source
Result
Successfully deleted replication entry.
|
NOTE: The DR Series system CLI --force command is optional, and this command allows you to force the deletion of an existing replication link (such as when communications between the source and target are not working). |
Description
Starts the replication process on an existing replication link to a container in a DR Series system.
Syntax
replication --start --name container2_replica --role target
Result
Replication configuration updated successfully.
Replication Container : container2_replica
Replication Role : Source
Replication Target System : acme-85
Replication Target System IP : 10.20.22.20
Replication Target Container : acme85-S2
Replication Enabled : Yes
Replication Compression Enabled : Yes
Replication Encryption : AES 128-bit
Description
Stops the replication process on an existing replication link to a container in a DR Series system.
Syntax
replication --stop --name acme-59_replicate --role source
Result
Replication configuration updated successfully.
Replication Container : acme59
Replication Role : Source
Replication Target System : acme-85
Replication Target System IP : 10.20.22.20
Replication Target Container : acme85-S2
Replication Enabled : No
Replication Compression Enabled : Yes
Replication Encryption : AES 128-bit
Description
Limits the bandwidth used during replication by defining a bandwidth limit using any of the following settings:
- Kilobytes/second (KBps)
- Megabytes/second (MBps)
- Gigabytes/second (GBps)
- Unlimited bandwidth (this is the default setting); minimum allowed bandwidth setting is 192 KBps
Configures replication limits for a DR Series system.
Syntax
replication --limit --speed 10gbps --target acme-60
Result
Successfully updated replication limit for acme-60 to 10 GBps.
Changing traffic control policies ... done.