replace disk using SVM RAID-1 and RAID-5
edited Mar 11, 2011 1:58AM in Oracle Solaris File Systems and Disk Management (MOSC) 4 commentsAnswered
I'm in the process of replacing a partially failed disk on a V240 (Solaris 9). The contains several slices, some are sub-mirrors and some are part of RAID-5 volumes. I'm using "How to Replace SCSI Drives Mirroed with SVM.txt" document received from support - SR 3-3095619301.
I detached and cleared the sub-mirrors but the cfgadm -c unconfigure is failing because of RAID-5 slice.
cfgadm -c unconfigure c1::dsk/c1t1d0
cfgadm: Component system is busy, try again: failed to offline:
Resource Information
------------------ -----------------------------------
/dev/dsk/c1t1d0s4 component of RAID "/dev/md/dsk/d50"
/dev/md/dsk/d50 mounted filesystem "/iii"
I detached and cleared the sub-mirrors but the cfgadm -c unconfigure is failing because of RAID-5 slice.
cfgadm -c unconfigure c1::dsk/c1t1d0
cfgadm: Component system is busy, try again: failed to offline:
Resource Information
------------------ -----------------------------------
/dev/dsk/c1t1d0s4 component of RAID "/dev/md/dsk/d50"
/dev/md/dsk/d50 mounted filesystem "/iii"
0