CLI Guide

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).
replication --start --name <name> --role <source | target>
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
replication --stop --name <name> --role <source | target>
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
replication --limit --speed <<num><kbps | mbps | gbps> | default> --target <ip address |
hostname>
Description
Limits the bandwidth used during replication by defining a bandwidth limit using any of the following settings:
Kilobytes/second (kbps)
Megabytes/second (mbps)
144