==== hpssacli raid array commands ====
== Logical Drives ==
hpssacli controller slot=0 ld all show status /* show status */
hpssacli controller slot=0 ld 5 modify reenable /* reenable logical drive */
hpssacli controller slot=0 ld 5 delete /* delete logical drive */
hpssacli ctrl slot=0 create type=ld drives=1I:1:8 raid=0 stripsize=1024 /* create RAID-0 ld using single disk */
hpssacli controller slot=0 ld 4 modify raid=1 /* change raid level on logical drive */
== Physical Disks ==
hpssacli controller slot=0 pd all show status /*show status*/