我的 RAID 5 阵列最近开始出现问题。在 POST 期间,它显示此错误:
Slot 4 HP Smart Array P600 Controller (256MB, v2.04) 1 Logical Drive
1789-Slot 4 Drive Array Disk Drive(s) Not Responding
Check cables or replace the following drive(s):
Port 2I: Box 1: Bay 2
Select "F1" to continue - all logical drive(s) will remain disabled
Select "F2" to fail drive(s) that are not responding - Interim Recovery
mode will be enabled if configured for fault tolerance
然后它启动(延迟 45 秒后)并开始重建:
# hpacucli ctrl all show config
Smart Array P600 in Slot 4 (sn: P92B3AF9SXR018)
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (410.1 GB, RAID 5, Recovering, 62% complete)
physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, OK)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, Rebuilding)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)
(大约需要 40 分钟。)
我们尝试更换托架 2 中的磁盘,但没有明显的区别。
我们在托架 5 中添加了一个备用磁盘,并将其作为备用磁盘添加到阵列中,但从未使用过,因此我将其从备用磁盘中移除。
问题:有没有办法让 RAID 控制器从阵列中删除驱动器 2I:1:2,并使用 2I:1:5 代替它?我试过了
hpacucli ctrl slot=4 array A modify drives=1:1,1:3,1:4,1:5
但这失败了Error: Cannot create array. Cannot add physical drive 1:1
。
(更新:smartctl -a -d cciss,$NR /dev/cciss/c0d0
告诉我所有五个磁盘都认为它们自我评估正常。)
答案1
您应该F2
在出现提示时按下。
我要补充的是HP 智能阵列 P600是一个非常古老的 PCI-X 控制器,可以追溯到 2004/2005 年...那么,您是否正在处理 11 年以上的服务器、控制器和磁盘?