SANtricity 11.8 Commands

to Japanese version

Delete volume from disk pool

The delete volume command deletes either normal or thin volumes from a disk pool.

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 also can use this command to delete any schedules related to the volume. When you delete the schedule the volume is not deleted.

Possible damage to the storage system configuration — All of the data in the volume is lost as soon as you run this command.

Syntax

delete (allVolumes |
volume [volumeName] |
volumes ["volumeName1" ... "volumeNameN"]
[force=(TRUE | FALSE)]
[schedule]
[retainRepositoryMembers=(TRUE | FALSE)]

Parameters

Parameter Description

allVolumes

This parameter deletes all of the volumes on a disk pool.

volume

The name of a specific volume that you want to delete. Enclose the volume name in square brackets ([ ]). If the volume name contains special characters or consists only of numbers, you must enclose the volume name in double quotation marks (" ") inside square brackets.

volumes

The names of several volumes that you want to delete. Enter the names of the volumes using these rules:

  • Enclose all of the names in square brackets ([ ]).

  • Separate each of the names with a space.

force

Use this parameter to force the immediate deletion of a volume even if the controllers are performing other operations. To immediately force the deletion of a volume, set this parameter to TRUE. To wait until the controllers have finished performing other operations, do not use this parameter or set this parameter to FALSE.

schedule

This parameter deletes any schedule for related to a specific disk pool volume. Only the schedule is deleted, the disk pool volume remains.

retainRepositoryMembers

When you delete a thin volume, the associated repository volume is deleted by default. However, when the retainRepositoryMembers is set to TRUE, the repository volume is retained. For normal volumes, this parameter has no effect.

Notes

When you use the allVolumes parameter, this command deletes volumes until all of the volumes are removed or until an error is encountered. If an error is encountered, this command does not try to delete the remaining volumes. Deleting volumes from different volume groups is possible. All of the volume groups that become empty are deleted if you set the removeVolumeGroup parameter to TRUE.

Top of Page