# 查看raid卡信息(包括控制器状态、Cache状态、电池状态)
ssacli ctrl all show status


#查看raid详细信息
ssacli ctrl slot=0 show config detail


#查看阵列磁盘状态
ssacli ctrl slot=0 ld all show 
ssacli ctrl slot=0 array B ld all show

#查看所有磁盘状态
ssacli ctrl slot=0 pd all show status


#删除阵列
ssacli ctrl slot=0 array M delete forced



#创建阵列
ssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2,1I:1:3,1I:1:4,1I:1:5,1I:1:6,1I:1:7,1I:1:8,1I:1:9,1I:1:10 raid=5


#创建2块热备盘
ssacli controller slot=0 array B add spares=1I:1:11 sparetype=dedicated
ssacli controller slot=0 array B add spares=1I:1:12 sparetype=dedicated



#删除热备盘
ssacli ctrl slot=0 array B remove spares=all

ssacli    ctrl slot=3 array A remove spares=1:10,1:11,1:12,1:13
ssacli    ctrl slot=3 array A remove spares=all


其他命令 查看 ssacli help