Skip to main content

Modify an ONTAP SnapMirror S3 policy

Contributors netapp-aherbin netapp-forry netapp-barbe netapp-dbagwell netapp-lenida netapp-aaron-holt netapp-bhouser netapp-manini netapp-ahibbard

You might modify an S3 SnapMirror policy when you want to adjust the RPO and throttle values.

System Manager
  1. Click Protection > Relationships, and then select the protection policy for the relationship you want to modify.

  2. Click Menu options icon next to the policy name, then click Edit.

CLI

Modify a SnapMirror S3 policy: snapmirror policy modify -vserver <svm_name> -policy <policy_name> [-rpo <integer>] [-throttle <throttle_type>] [-comment <text>]

Parameters:

  • -rpo: Specifies the time for recovery point objective, in seconds.

  • -throttle: Specifies the upper limit on throughput/bandwidth, in kilobytes/seconds.

Example
clusterA::> snapmirror policy modify -vserver vs0 -policy test-policy -rpo 60
Related information