destroyVsnap

Destroys a previously created virtual snapshot, or Vsnap.

SYNOPSIS

mrcli [‑c configfile] ‑u user ‑m maxrepname [‑v] [‑x stdout | filename.xml] destroyVsnap scenarioID

DESCRIPTION

This command unmaps and destroys the Vsnap previously created by the createVsnap command. The Vsnap to be deleted is specified by the Vsnap ID or scenario ID. This command is synchronous and idempotent.

OPTIONS

m maxrepname

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

scenarioID

The internal ID of the scenario associated with the planID.

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.

EXAMPLE

Task

Destroy the Vsnap created on the MaxRep Replication Engine co-mrengine-02 for scenario ID 29.

Parameters
  • scenarioID: 29

  • maxrepname: co-mrengine-02

$ mrcli -u admin -m co-mrengine-02 destroyVsnap 29