Creating Volume Snapshots
Describes how to create snapshots of volumes using the Control System and the CLI.
About this task
You can create a snapshot manually using the Control System and the CLI, or use a schedule to automate snapshot creation.
NOTE
The maximum number of snapshots that you can create for each
volume is 4092. Exceeding this limit raises the snapshot failure alarm with an
appropriate entry in the CLDB logs.Creating Snapshots of Multiple Volumes Using the Control System
About this task
To create snapshots of multiple (standard and/or mirror) volumes manually:
Procedure
-
Log in to the Control System and go to the Summary
tab in the page.
NOTEWhen running on a Kubernetes cluster, the Summary tab is on the Volumes page.
- Select the volume(s) for which you need to create the snapshots.
-
Click Snapshot Volume from the
Actions drop-down menu.
The Snapshot Volume(s) confirmation dialog displays.
- Verify the list of volumes and enter a unique name for the snapshot in the New Snapshot Name field.
- Click Snapshot Volumes.
Creating a Snapshot of a Volume Using the Control System
About this task
You can create a snapshot manually or use a schedule to automate snapshot creation. To create a snapshot of a volume manually:
Procedure
- Log in to the Control System and go to the Snapshots tab in the volume information page.
- Click Create Snapshot to display the Create Snapshot window.
- Enter a unique name for the snapshot in the New Snapshot Name field.
-
Click Create Snapshot to create a snapshot
of the volume.
By default, manually created snapshots do not have an expiration date.
Creating Volume Snapshots Using the CLI or REST API
About this task
The basic command to create a snapshot is:
maprcli volume snapshot create -snapshotname <snapshot> -volume <volume>
For complete reference information, see
volume snapshot create
.