Fujitsu SPARC Enterprise T2000 Administration Manual page 73

Hide thumbs Also See for SPARC Enterprise T2000:
Table of Contents

Advertisement

2. Type the following command:
# raidctl -c primary secondary
The creation of the RAID volume is interactive, by default. For example:
# raidctl -c c0t0d0 c0t1d0
Creating RAID volume c0t0d0 will destroy all data on member disks,
proceed
(yes/no)? yes
Volume 'c0t0d0' created
#
As an alternative, you can use the –f option to force the creation if you are sure of
the member disks, and sure that the data on both member disks can be lost. For
example:
# raidctl -f -c c0t0d0 c0t1d0
Volume 'c0t0d0' created
#
When you create a RAID mirror, the secondary drive (in this case, c0t1d0)
disappears from the Solaris device tree.
3. To check the status of a RAID mirror, type the following command:
# raidctl
RAID
Volume
Volume
Type
--------------------------------------------------------
c0t0d0
IM
The preceding example indicates that the RAID mirror is still re-synchronizing with
the backup drive.
RAID
RAID
Status
Disk
RESYNCING
c0t0d0
c0t1d0
Disk
Status
OK
OK
Chapter 3 Managing Disk Volumes
51

Advertisement

Table of Contents
loading

Table of Contents