pauseProtectionPlan

Pauses replication of a protection plan.

SYNOPSIS

mrcli [-c configfile] -u user -m maxrepname [-v] pauseProtectionPlan planName [-x stdout | filename.xml]

DESCRIPTION

In a synchronous replication environment, running the command pauseProtectionPlan pauses the replication of a protection plan by haulting the transfer of the differences of data between the source LUN and the target LUN. This command does not hault the logging of the differences of data on the source LUN. Oracle recommends running the command getProtectionPlanStatus to obtain confirmation of the current state of the protection plan.

OPTIONS

m maxrepname

The IP address or DNS name of the MaxRep Replication Engine.

planName

Specifies the name of the protection plan.

u user

Identifies the administrator account that runs the command.

x stdout | filename.xml

Prints output in XML format.

-v

Prints the current version of the MaxRep CLI then exits. This option should be run on its own, separate from additional options.

$ mrcli -v

c configfile

Specifies the configuration file to modify logging. When used, the -c command must be the first option entered at the command line.

EXAMPLE

Task

Run the command pauseProtectionPlan to pause replication of protection plan ReplicationPlan01 on MaxRep Replication Engine co-mrengine-22.

Parameters
  • planName: ReplicationPlan01

  • maxrepname: co-mrengine-22

$ mrcli -u admin -m co-mrengine-22 pauseProtectionPlan ReplicationPlan01