我有 2 个驱动器采用 RAID 1 配置,作为 Ubuntu 16 启动驱动器。其中一个驱动器发生故障并自行恢复,我现在得到以下输出:
root@server:/home/admin/megacli/Linux# megasasctl
a0 PERC H310 Adapter encl:1 ldrv:1 batt:FAULT, module missing, pack missing, charge failed
a0d0 931GiB RAID 1 1x2 DEGRADED
unconfigured: a0e*s0
a0e*s0 931GiB ready
a0e*s1 931GiB a0d0 online
root@server:/home/admin/megacli/Linux# megacli -pdgetmissing -aALL
Adapter 0 - Missing Physical drives
No. Array Row Size Expected
0 0 0 953344 MB
Exit Code: 0x00
我需要输入哪些 megacli 命令才能使 a0e*s0 像其他驱动器一样重新上线?
答案1
您可以尝试使用以下方式将设备设置为“在线”
MegaCli –PDOnline -PhysDrv[XXX:XXX] -aN
或者如果需要将其设置为“未配置好”
megacli -PDMakeGood -PhysDrv[XXX:XXX] -Force -aN