performRollback

Performs a rollback of a specified plan to the provided timestamp, or the most recent common time.

SYNOPSIS

mrcli [‑c configfile] -u user -m maxrepname performRollback [‑v] planName [‑t timestamp/tag]

DESCRIPTION

The command performRollback performs a rollback of a specified protection plan on a target Replication Engine. The performRollback command does not deactivate the protection plan. Oracle recommends that you deactivate the protection plan after the rollback completes (see getRollBackStatus). Retention logs associated with the plan are automatically deleted after the rollback completes.

The performRollback command doest not provide the option to mount a rolled-back target LUN. To perform a rolled-back target, use the MaxRep GUI.

OPTIONS

m maxrepname

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

planName

Specifies the name of the protection plan.

t timestamp/tag

The timestamp for the rollback 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.

EXAMPLE

Task

Run the command performRollback to roll back plan RepPlan02 to the time 2015/4/18 0:37:38:244:747:8 on MaxRep Replication Engine co-mrengine-01. Perform a roll back also to tag1.

Parameters
  • maxrepname: co-mrengine-01

  • planName: RepPlan02

  • timestamp/tag: 2015/4/18 0:37:38:244:747:8

$ mrcli -u admin -m co-mrengine-01 performRollback RepPlan02 -t "2015/4/18 0:37:38:244:747:8
$ mrcli -u admin -m co-mrengine-01 performRollback RepPlan02 -t tag1