故障硬盘灯点亮

发布时间 2023-08-15 11:19:05作者: 摩天居士-谢烟客

1.发现存储硬盘故障

 2.点击详情,发现硬盘设备符

 3.获取故障盘SN,smartctl -a /dev/sdai|grep Serial

 4.获取故障盘位置,# storcli64 /c0 /eall /sall show all | vim -

5.将定位到的故障盘进行点亮,# storcli64 /c0/e8/s11 start locate

6.更换完后将硬盘灯灭掉,# storcli64 /c0/e8/s11 stop locate

参考链接