4.Create the RAID 0 volume.
#raidctl
The creation of the RAID volume is interactive, by default. For example:
#raidctl
Creating RAID volume c0t1d0 will destroy all data on member disks, proceed
(yes/no)? yes
Volume ’c0t0d0’ created
#
When you create a RAID striped volume, the other member drives (in this case, c0t1d0) disappear from the Solaris device tree.
As an alternative, you can use the
#raidctl
5.Check the status of a RAID striped volume.
# raidctl |
|
|
| |
RAID | Volume | RAID | RAID | Disk |
Volume | Type | Status | Disk | Status |
c0t0d0 IS | OK | c0t0d0 | OK |
|
| c0t1d0 | OK |
The example shows that the RAID striped volume is online and functioning.
Under RAID 0 (disk striping),there is no replication of data across drives. The data is written to the RAID volume across all member disks in a
For more information about the raidctl utility, see the raidctl(1M) man page.
Chapter 3 Managing Disk Volumes 49