Linux

查看raid卡上每个硬盘的smart信息

先去安装storcli64

然后查看每个硬盘的id

storcli64 -pdlist -a0 |grep Id |awk '{print $3}'

查看smart信息

smartctl -s on -a -d megaraid,硬盘id /dev/sda

留言