Specifications
6–18
Configuring Storagesets
Deleting a Storageset
If the storageset you are deleting is partitioned, you must delete each partitioned unit
before you can delete the storageset. Use the following steps to delete a storageset:
1. Show the configuration using the following command:
SHOW STORAGESETS
2. Delete the unit number shown in the “Used by” column. Use the following
command:
DELETE
unit-number
3. Delete the name shown in the “Name” column. Use the following command:
DELETE
storageset-name
4. Verify the configuration using the following command:
SHOW STORAGESETS
Example
The following example shows the commands you would use to delete Stripe1, a three-
member stripeset that is comprised of DISK10000, DISK20000, and DISK30000.
SHOW STORAGESETS
DELETE D100
DELETE Stripe1
SHOW STORAGESETS
Name Storageset Uses Used by
STRIPE1 stripeset DISK10000 D100
DISK20000
DISK30000