RAID on Solaris
Posted: May 21, 2010 at 12:22 am | Tags: solaris, UnixCommands used to create and manage RAID on Solaris:
metadb
Create the state databases:
metadb -a -f c0d0s4 c0d0s0 c0d0s1
Creating a RAID 0 Volume:
df -h /export/home
/dev/dsk/c0d0s7 ….. mounted on: /export/home
metadb -a -f -c 2 c0d0s7 c0d0s7
Metainit command creates metadevices.
metainit -f d0 2 1 c0d0s7 c0d0s0
d0: Concat/Stripe is setup.
metastat – show the status of the metadevice
To grow the filesystem:
growfs -M /export/home /dev/md/rdsk/d0
























