Thursday, September 21, 2006

HP SmartArray RAID Controller Family config

# remove the old LV (use sam or whatever)
# save the current config details
sautil /dev/ciss4 > /tmp/current_config
# delete all the config on the array
saconfig /dev/ciss4 -D all
# create the new raid
saconfig /dev/ciss4 -R 5 -p 1:0 -p 1:1 -p 1:2 -p 1:3 -p 1:4 -p 1:5 -p 1:8 -p 1:9 -p 1:10 -p 1:11 -p 1:12 -p 1:13 -p 1:14 -p 1:15
ioscan
insf -e

# Create the new LV. Don't forget to allow for largefiles!

No comments: