mrconfig info volume snapshot
The mrconfig info volume snapshot
command
displays information about volume snapshots.
Snapshot and this command require an upgrade to a HPE Ezmeral Data Fabric 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 |
-p |
The file system port; default |
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 Data Fabric Control System, or
- Execute the
maprcli volume snapshot list
command, which creates a report that displays volume names and snapshot names.
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