replacing a disk in solaris software raid
Simplified instructions for breaking & rebuilding raid devices (after the disk has been replaced physically) … assuming c0t0d0 was your busted disk. ###COPY YOUR DRIVE CONFIGURATION (TOC) from slice 2 prtvtoc /dev/rdsk/c0t1d0s2 | fmthard -s – /dev/rdsk/c0t0d0s2 ###REBUILD YOUR RAID DATABASES IN SLICE 7 # metadb -a -f -c 3 c1t0d0s7 ###DETACH THE SUBMIRROR # [...]