最近遇到dell 的主机 raid1,坏盘更换后,rebulid 一会,就是白了。重启机器,对应硬盘 状态变成 Unconfigured(good), Spun Up
按照常规首先清理 外来配置
1
/opt/MegaRAID/MegaCli/MegaCli64 -CfgForeign -clear -a0
2 接着查看丢失的raid 信息
/opt/MegaRAID/MegaCli/MegaCli64 -PdGetMissing -a0
Adapter 0 - Missing Physical drives No. Array Row Size Expected 0 2 0 476416 MB Exit Code: 0x00
这里指 raid id3 的 row 0 盘没有raid 信息了
3
替换
/opt/MegaRAID/MegaCli/MegaCli64 -PdReplaceMissing -PhysDrv[32:4] -array2,row0 -a0 (注意 E:S)
4 这时候。盘变成offline 了
设置强制rb
/opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -Start -PhysDrv [32:4] -a0
5 检查是否在rb
/opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -ShowProg -PhysDrv [32:4] -a0
完成!
时间: 2024-10-09 04:51:02