FUJITSU Sparc Enterprise Server T5440 User Manual
Page 38

22
SPARC Enterprise T5440 Server Administration Guide • July 2009
2. To determine the name of the RAID volume, type:
In this example, the RAID volume is c0t0d0.
3. To delete the volume, type:
For example:
If the RAID volume is an IS volume, the deletion of the RAID volume is
interactive, for example:
The deletion of an IS volume results in the loss of all data that it contains. As an
alternative, you can use the-f option to force the deletion if you are sure you no
longer need the IS volume, or the data that it contains. For example:
4. To confirm that you have deleted the RAID array, type:
# raidctl
RAID
Volume
RAID
RAID
Disk
Volume
Type
Status
Disk
Status
-------------------------------------------------------------
c0t0d0
IM
OK
c0t0d0
OK
c0t0d0
OK
# raidctl -d
mirrored-volume
# raidctl -d c0t0d0
RAID Volume ‘c0t0d0’ deleted
# raidctl -d c0t0d0
Deleting volume C0t0d0 will destroy all data it contains, proceed
(yes/no)? yes
Volume ‘c0t0d0’ deleted.
#
# raidctl -f -d c0t0d0
Volume ‘c0t0d0’ deleted.
#
# raidctl
No RAID volumes found.