SANtricity 11.8 Commands

to Japanese version

Delete snapshot volume

The delete snapVolume command deletes a snapshot volume and optionally the associated snapshot 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.

Context

You cannot use this command for snapshot images involved in online volume copy.

Syntax

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

Parameters

Parameter Description

snapVolume

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

deleteRepositoryMembers

The parameter to save or delete the repository members. To save the repository members, set this parameter to FALSE. To delete the repository members, set this parameter to TRUE. The default value is TRUE. If you do not use this parameter, the repository members are automatically deleted.

Top of Page