centos 4.7 64bit
已经安装raidMan./arcconf getlogs <Controller#>device

查看发现显示
hwerrors = “1”本地查看发现硬盘报警。更换硬盘后
./arcconf getconfig<Controller#>
发现新更换上的硬盘state为:ready,并不是hot-spare将新硬盘设置成hot-spare
./arcconf SETSTATE <Controller#>DEVICE <Channel# ID#><State> [LOGICALDRIVE<LD#> [LD#] ... ] Channel# ID# : The Channeland ID of the drive whose state will be altered.
State: HSP, Create a hot spare from a ready drive.
optional [LOGICALDRIVE <LD#> [LD#]...] parameter
dedicates the HSP to one or more logical drives.
RDY, Remove a hot spare designation.
optional [LOGICALDRIVE <LD#> [LD#]...] parameter
removes a dedicated HSP from one or more logical drives.
Attempt to change drive from Defunct to Ready.
DDD, Force a drive to Defunct.之后清除日志:
./arcconf getlogs <Controller#>device clear问题搞定