强制HP Smart Array中的LUN重build

我有一个服务器有一个故障驱动器和预测故障的驱动器。 我更换了失败的驱动器,正在重build。

root@linux:~ # hpacucli ctrl all show config Smart Array E200 in Slot 3 (sn: PA6C9%%BFTWZMV) array A (SAS, Unused Space: 0 MB) logicaldrive 1 (410.1 GB, RAID 5, Recovering, 1.4% complete) physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, Predictive Failure) physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, Rebuilding) physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 146 GB, OK) physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK) 

现在LUN被locking在Ready for Rebuild状态。 除了重新启动服务器之外,还有什么可以做的吗?

 root@linux:~ # hpacucli ctrl all show config Smart Array E200 in Slot 3 (sn: PA6C9%%BFTWZMV) array A (SAS, Unused Space: 0 MB) logicaldrive 1 (410.1 GB, RAID 5, Ready for Rebuild) physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, Predictive Failure) physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, Predictive Failure) physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 146 GB, OK) physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK) 

在这种情况下,“准备重build”意味着重build无法启动。 看看你的arraysconfiguration实用程序的输出,这是因为奇偶校验所需的其他驱动器之一也是失败的。 基本上,RAID 5arrays中有两个故障驱动器。 这是不使用RAID而没有在线备用的好理由。 在这种情况下,您唯一的永久解决方法是将数据从驱动器中取出并恢复。

您可以尝试重新启动(或重新启动)。 也许这将会启动这个过程(过去对我来说有一两次工作)。 如果您有惠普支持,您也可以拉ACU诊断,以查看停滞重build背后的具体情况。