resumeProtectionPlan

Resumes replication.

SYNOPSIS

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

DESCRIPTION

The command resumeProtectionPlan resumes replication that has been either paused or flushed. 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.

c configfile

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

-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

EXAMPLE

Task

Use the resumeProtectionPlan command to resume replication for plan ReplicationPlan01 on MaxRep Replication Engine co-mrengine-02.

Parameters
  • planName: ReplicationPlan01

  • maxrepname: co-mrengine-02

mrcli -u admin -m co-mrengine-02 resumeProtectionPlan ReplicationPlan01