在开始之前,我想说我很感激帮助,但我真的需要听听经历过这个问题的人的意见以及他们是如何解决这个问题的,因为显而易见的解决方案并没有用(相信我,我已经尝试了一个星期)。
话虽如此,如果您了解您的 LSI(现为 Broadcom)RAID 控制器,那么请继续阅读。
问题
我们所有 10 个 2TB 磁盘在使用以下方法格式化后,在 RAID 配置实用程序中均显示为 UBAD(未配置坏盘)sg_格式Linux 实用程序。
它们之前都运行良好并设置为 JBOD 磁盘。格式化而不是重新配置磁盘是我的错,因为我不知道这样做的后果。
磁盘是 Seagate ST2000NX0433 驱动器
RAID 控制器是 Lenovo ThinkSystem RAID 930-8i 卡,是经过重新命名的 Broadcom(以前为 LSI)MegaRAID 9460-8i。控制器 I/O 芯片是 SAS3508 I/O 芯片。
我已经尝试过的方法
- 通常情况下,应该可以在磁盘配置的“管理磁盘驱动器”部分中将磁盘重新设置为 UGOOD 或 JBOD。不幸的是,所有选项都呈灰色。
跑步从高权限运行不同版本的 storcliLinux shell 对我尝试执行的任何操作都会导致错误代码 255“不允许操作”。
linux:/opt/MegaRAID/storcli # ./storcli64 /c0 /eall /sall set good force CLI Version = 007.0813.0000.0000 Dec 14, 2018 Operating system = Linux 4.12.14-lp151.28.13-default Controller = 0 Status = Failure Description = Set Drive Good Failed. Detailed Status : =============== ------------------------------------------------- Drive Status ErrCd ErrMsg ------------------------------------------------- /c0/e134/s0 Failure 255 Operation not allowed. /c0/e134/s1 Failure 255 Operation not allowed. /c0/e134/s2 Failure 255 Operation not allowed. /c0/e134/s3 Failure 255 Operation not allowed. /c0/e134/s4 Failure 255 Operation not allowed. /c0/e134/s5 Failure 255 Operation not allowed. /c0/e134/s6 Failure 255 Operation not allowed. /c0/e134/s7 Failure 255 Operation not allowed. /c0/e134/s8 Failure 255 Operation not allowed. /c0/e134/s9 Failure 255 Operation not allowed. -------------------------------------------------
或者
linux:/opt/MegaRAID/storcli # ./storcli64 /c0/eall/sall start initialization
CLI Version = 007.0813.0000.0000 Dec 14, 2018
Operating system = Linux 4.12.14-lp151.28.13-default
Controller = 0
Status = Failure
Description = Start Drive Initialization Failed.
Detailed Status :
===============
-------------------------------------------------
Drive Status ErrCd ErrMsg
-------------------------------------------------
/c0/e134/s0 Failure 255 Operation not allowed.
/c0/e134/s1 Failure 255 Operation not allowed.
/c0/e134/s2 Failure 255 Operation not allowed.
/c0/e134/s3 Failure 255 Operation not allowed.
/c0/e134/s4 Failure 255 Operation not allowed.
/c0/e134/s5 Failure 255 Operation not allowed.
/c0/e134/s6 Failure 255 Operation not allowed.
/c0/e134/s7 Failure 255 Operation not allowed.
/c0/e134/s8 Failure 255 Operation not allowed.
/c0/e134/s9 Failure 255 Operation not allowed.
-------------------------------------------------
RAID 控制器没有问题因为插入其他磁盘已经使它们被识别为可管理和可用。
问题
当我运行 sg_format 时,我相信我已经删除了 RAID 控制器用于识别磁盘(DOH)的元数据块。
1. 如何恢复或重新初始化元数据?(但请记住 storcli 不起作用)
有人可能会提到,在 POST 期间按住 Ctrl + H 即可在 LSI 卡上访问 WebBIOS 环境。
问题是 Web BIOS 未启用
linux:/opt/MegaRAID/storcli # ./storcli64 /c0 show all | grep BIOS
BIOS Enumerate VDs = 1
Stop BIOS on Error = Off
Enable Web BIOS = No
Enable BIOS = Yes
2. 如何启用 Web BIOS?
3. 如果我可以在带有 SAS 控制卡的外部 PC 中用好的分区表格式化驱动器,可以解决这个问题吗?
好的,谢谢阅读。任何帮助都将不胜感激。