Delete a Volume Collection

You can delete any volume collection that has no volumes associated with it.

  1. Remove all volumes from the volume collection.
    vol --dissoc name

    Repeat this step until all volumes associated with the volume collection have been removed.

  2. Delete the volume collection.
    volcoll --delete name

Removing a volume from a volume collection, then deleting the volume collection.

$ vol --dissoc Volume1
$ volcoll --delete Exchange1