这是一个3驱动器RAID5。插槽1中的磁盘失败。磁盘更换后,我运行了:
MegaCli64 -LDRecon -Start -r5 -Add -PhysDrv32:1 -L0 -a0
显然,这不是正确的命令,因为现在我有一个降级的4磁盘raid5,而不是一个好的3磁盘raid5。
有什么办法纠正这个问题吗?
更多信息:
Primary RAID Level : 5
RAID Level Qualifier : 3
Secondary RAID Level : 0
Strip Size per DDF : 7 (64K)
# of drivers per span : 4
# of spans : 1
Init Progress State : No init in progress
State : DEGRADED
Consistentcy : Not Consistent or Not Applicable
Span# 0 :
Start Block : 0MB
# blocks : 139392MB
Array Index : 0
Total size of the logical drive: 418176MB
Logical Drive owner's Device ID: 255
Number of Physical Devices : 4
Device IDs: 0
Device IDs: 0
Device IDs: 2
Device IDs: 1发布于 2012-10-18 12:44:48
可以通过命令: MegaCli -PDHSP -set -PhysDrv32:1 -a0将热备用状态设置为磁盘。
必须移动热备用以自动重新生成状态。或者您可以尝试使用以下选项: MegaCli -PdReplaceMissing -physdrv 32:1 -a0
https://serverfault.com/questions/438987
复制相似问题