About this task
This task creates a snapshot group for a consistency group. The snapshot group is comprised of a snapshot group entity and of individual snapshots - a snapshot for each member of the consistency group. The snapshot group name can be determined freely. The snapshot names are each comprised of the volume name and a prefix or a suffix.
How to choose prefix and suffix
The table below provide examples for naming the snapshots.
Example 1 | |
---|---|
Members | vol1,... vol5 |
Prefix | s1- |
Snapshots | s1-vol1,...s1-vol5 |
Example 2 | |
Members | vol1,... vol5 |
Suffix | -s1 |
Snapshots | vol1-s1,...vol1-s5 |
Prerequisites
- A consistency group
GUI instructions
- Right-click a consistency group and select Take Snapshot from the pop-up menu.
The Take Snapshot screen opens. - Provide a name for the snapshot group and either a prefix or a suffix to the snapshots.
Click Take Snapshot.
The snapshot group is created.
Related tasks
This task and all other filesystem tasks are available both on the GUI and InfiniShell.
Related GUI tasks
Related InfiniShell commands
cg.create
- create a new consistency groupcg.add_member
- add a member to a consistency groupcg.delete
- delete a consistency groupcg.move
- move a consistency group to another poolcg.remove_member
- remove a member from a consistency groupcg.restore
- restore a consistency group from one of its snapshot groupscg.rename
- rename a consistency groupcg.query
- list all consistency groupscg.member_query
- list all of the members of a consistency group
Comments