我有一个戴尔PowerEdge 2950与此卡: RAID总线控制器0104:戴尔PowerEdge可扩展的RAID控制器5 1028:0015和6个磁盘在RAID-10。
我替换了驱动器2,因为它没有出现,然后它开始重建自己:
root@backup01:~# megaraidsas-status
-- Arrays informations --
-- ID | Type | Size | Status
a0d0 | RAID 10 | 5587GiB | DEGRADED
-- Disks informations
-- ID | Model | Status | Warnings
a0e8s0 | ATA ST2000DM001-9YN1 1863GiB | online | errs: media:0 other:5393
a0e8s1 | ATA ST2000DM001-9YN1 1863GiB | online | errs: media:0 other:5394
a0e8s2 | ATA ST2000DM001-1E61 1863GiB | rebuild | errs: media:0 other:99
a0e8s3 | ATA ST2000DM001-9YN1 1863GiB | online | errs: media:0 other:5393
a0e8s4 | ATA ST2000DM001-9YN1 1863GiB | online | errs: media:0 other:5393
a0e8s5 | ATA ST2000DM001-9YN1 1863GiB | online | errs: media:0 other:5393重建完成,然后虚拟驱动器成为最佳,驱动器2上线。然后,每天一次,驱动器2的行为,它已经被移除,并重新开始重建。我怎么才能让这一天一次重建停止?
Event Description: Removed: PD 02(e1/s2)
Event Description: Removed: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=1221000002000000,0000000000000000
Event Description: State change on VD 00/0 from OPTIMAL(3) to DEGRADED(2)
Event Description: VD 00/0 is now DEGRADED1
Event Description: State change on PD 02(e1/s2) from ONLINE(18) to FAILED(11)
Event Description: State change on PD 02(e1/s2) from FAILED(11) to UNCONFIGURED_BAD(1)
Event Description: Background Initialization failed on VD 00/0
Event Description: Inserted: PD 02(e1/s2)
Event Description: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=1221000002000000,0000000000000000
Event Description: PD 02(e1/s2) is not a certified drive
Event Description: State change on PD 02(e1/s2)
Event Description: State change on PD 02(e1/s2) from UNCONFIGURED_GOOD(0) to OFFLINE(10) from UNCONFIGURED_BAD(1) to UNCONFIGURED_GOOD(0)
Event Description: Rebuild automatically started on PD 02(e1/s2)
Event Description: State change on PD 02(e1/s2) from OFFLINE(10) to REBUILD(14)发布于 2014-10-11 01:31:20
给你一个初步的..。在我看来,这是一个双重的数据错误/穿刺,这意味着你有坏的块,在RAID中是恰当的。在我的经验中,这会引起一些非常奇怪的问题。你可以在这里读到:http://www.dell.com/support/Article/us/en/04/438291/en
有没有可能得到你的RAID控制器日志的输出?您是否安装了戴尔开放管理服务器管理员包?如果不是的话,那是最好的开始。看起来,您正在运行某种类型的linux,您可以下载OMSA包:http://linux.dell.com/repo/hardware/omsa.html。
打开管理之后,可以使用以下命令导出RAID控制器日志: omconfig存储控制器action=exportlog controller=id,其中控制器是控制器的ID (除非有多个RAID控制器,否则应该为0)。一旦我们有了这个输出,我们就能确认到底发生了什么。(希望如此)。
只有最后一件事,您的可扩展RAID 5,您知道这是一个PERC5i,一个SAS5,还是另一个模型?
希望能帮上忙!
https://serverfault.com/questions/601978
复制相似问题