mrconfig info volume snapshot

The mrconfig info volume snapshot command displays information about volume snapshots.

Snapshot and this command require an upgrade to a MapR Enterprise Edition license if you don't already have it. See mrconfig for instructions about running mrconfig commands.

Syntax

/opt/mapr/server/mrconfig [-h <host>] [-p <port>] info volume snapshot <volName> <snapName>

    <volName>
    <snapName>

Parameters

Parameter

Description

-h

host IP address; default 127.0.0.1

-p

The MapR File System port; default 5660

volName

The name of the volume

snapName

The name of the snapshot

Tips:

To find volume and snapshot names:

  • Navigate to the Volume view and the Snapshot view respectively in the MapR Control System, or

Examples

Display information about snapshot "snap-2012-01-01" of volume "myVolume" on a local node
/opt/mapr/server/mrconfig info volume snapshot myVolume snap-2012-01-01
Display information about snapshot "snap-2012-01-01" of volume "myVolume" on a remote node with an IP address of xx.xx.xx.xx
/opt/mapr/server/mrconfig -h xx.xx.xx.xx info volume snapshot myVolume snap-2012-01-01