SANtricity 11.8 Commands

to Japanese version

Remove member volume from consistency group

The set consistencyGroup command removes a member volume from an existing 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

Optionally, you can delete the repository volume members from the consistency group.

Syntax

set consistencyGroup ["consistencyGroupName"]
removeCGMemberVolume="memberVolumeName"
[deleteRepositoryMembers=(TRUE | FALSE)]

Parameters

Parameter Description

consistencyGroupName

The name of the consistency group from which you want to remove a member. Enclose the consistency group name in double quotation marks (" ") inside square brackets ([ ]).

removeCGMemberVolume

The name of the member volume that you want to remove. Enclose the member group name in double quotation marks (" ").

deleteRepositoryMembers

Determines whether to remove all of the repository members from the consistency group.

Top of Page