getProtectionPlanDetails

Returns the details about a protection plan.

SYNOPSIS

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

DESCRIPTION

When you need to learn the details behind a protection plan, run the command getProtectionPlanDetails to return information about the plan's creation details in XML format.

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

x stdout | filename.xml

Prints output in XML format.

EXAMPLE

Task

Run the getProtetionPlanDetails to obtain plan creation details for protetion plan ProtectionPlan_22 on MaxRep Replication Engine co-mrengine-02. Use XML file plandetails.xml

Parameters
  • planName: ProtectionPlan_22

  • maxrepname: co-mrengine-02

  • filename.xml:  plandetails.xml

$ mrcli -u admin -m co-mrengine-02 getProtectionPlanDetails ProtectionPlan_22

For XML output:

$ mrcli -u admin -m co-mrengine-02 getProtectionPlanDetails ProtectionPlan_22 -x plandetails.xml