我有戴尔PowerEdge 2950这个卡:RAID总线控制器:Dell PowerEdge可扩展RAID控制器5 [1028:0015]和六个RAID-10磁盘。
我更换了2号驱动器,因为它没有出现,然后开始重build:
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
重build结束后,虚拟驱动器变为最佳,驱动器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)
给你一个初步的..这听起来像这是一个双重数据错误/穿孔,这意味着你有坏块在RAID内传播。 根据我的经验,这可能会导致一些非常奇怪的问题。 你可以在这里阅读它: http : //www.dell.com/support/Article/us/en/04/438291/en
任何机会,我们可以得到你的RAID控制器日志的输出? 你有戴尔开放pipe理服务器pipe理员软件包安装? 如果不是这是最好的开始。 看起来你正在运行一些linux的风格,你可以下载OMSA软件包: http : //linux.dell.com/repo/hardware/omsa.html 。
打开pipe理后,可以使用以下命令导出RAID控制器日志:omconfig storage controller action = exportlog controller = id,其中控制器是控制器的ID(除非有多个RAID控制器,否则应为0)。 一旦我们有了这个输出,我们就可以确认发生了什么。 (希望)。
只有最后一件事,你的可扩展RAID 5,你知道,如果这是一个PERC5i,SAS5,或其他模型?
希望能有所帮助!