SANtricity 11.8 Commands

to Japanese version

Delete consistency group snapshot volume

The delete sgSnapVolume command deletes the snapshot volume of a consistency group. Optionally, you can also delete the repository members.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

Syntax

delete cgSnapVolume ["snapVolumeName"]
[deleteRepositoryMembers=(TRUE | FALSE)]

Parameters

Parameter Description

cgSnapVolume

The name of the consistency group snapshot volume that you want to delete. Enclose the name of the consistency group snapshot volume in double quotation marks (" ") inside square brackets ([ ]).

deleteRepositoryMembers

The parameter to save or delete the member volumes. To save the member volumes, set this parameter to TRUE. To delete the member volumes, set this parameter to FALSE. The default value is TRUE.

Top of Page