- Oracle Server CLI Tools for Oracle Solaris 11.4 User's Guide
- Using raidconfig to Configure RAID
- Creating and Deleting RAID Volumes
- Delete a RAID Volume
Delete a RAID Volume
-
To delete a RAID volume, type:
#
raidconfig delete raid optionFor example:
-
To delete RAID volume 1 created on controller 1, type:
#
raidconfig delete raid -r c1r1 -
To delete all RAID volumes, type:
#
raidconfig delete raid --all
The
delete raid
requires one of the options shown in the following table.Short Option Long Option Description -r
--raid
Deletes the volume listed by ID number.
N/A
--all
Deletes all RAID volumes on all controllers.
raidconfig
queries the storage management library to determine if the RAID disks have been mounted. If so, it generates a warning message to the user and queries the user to delete the RAID volume. -
Parent topic: Creating and Deleting RAID Volumes