SANtricity 11.8 Commands

to Japanese version

Delete consistency group

The delete consistencyGroup command deletes a snapshot consistency group.

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.

Context

This command works in two ways:

  • You can delete both the consistency group and the repository volumes contained by the consistency group.

  • You can delete only the consistency group and leave the repository volumes that are contained by the consistency group intact.

Syntax

delete consistencyGroup ["consistencyGroupName"]
[deleteRepositoryMembers=(TRUE | FALSE)]

Parameter

Parameter Description

consistencyGroup

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

deleteRepositoryMembers

The setting to delete on or retain the repository volumes. To delete the repository volumes, set this parameter to TRUE. To retain the repository volumes, set this parameter to FALSE. The default setting is FALSE.

Top of Page