activateProtectionPlan

Activates the specified protection plan.

SYNOPSIS

mrcli [‑c configfile] -u user -m maxrepname [‑v] activateProtectionPlan planName

DESCRIPTION

You can create multiple protection plans to configure protection for one or more replication pairs. Protection plans make it possible to apply different protection policies to different groups of replication pairs and to apply policy changes to the entire group at one time. Run activateProtectionPlan when you are ready to activate a specified protection plan. Activation of a protection plan begins replication of the data for the replication pairs that are included in 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.

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

Activate the protection plan ReplicationPlan1 on the MaxRep Replication Engine co-mrengine-22.

Parameters
  • planName: ReplicationPlan1

  • maxrepname: co-mrengine-22

$ mrcli -u admin -m co-mrengine-22 activateProtectionPlan ReplicationPlan1