Solaris RAID commands

// Display raid settings
raidctl

// Create Raid 1 config (disk mirror)
raidctl -c c0t0d0 c0t1d0

// Delete raid config
raidctl -d c0t0d0

// Status of SCSI devices
cfgadm -al

Leave a Reply

Your email address will not be published. Required fields are marked *