首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS 8,戴尔PERC H330 RAID控制器,没有阻塞设备(大部分时间)

CentOS 8,戴尔PERC H330 RAID控制器,没有阻塞设备(大部分时间)
EN

Server Fault用户
提问于 2020-01-24 14:26:13
回答 2查看 1.3K关注 0票数 2

我们最近购买了一台新的戴尔R340XL服务器,并安装了CentOS 8。我们在RAID 5(作为sdb)中有一个用于在BOSS控制器( sda)上引导的SSD和4个在H330上的HDDS。它工作了几天,当两天前,我们不能再看到袭击量。我们和戴尔通了电话,他们帮助我们升级了多台设备上的固件,但我们仍然看不到RAID的音量。任何帮助都将不胜感激。

当我这么做的时候,这个装置就会出现:

代码语言:javascript
复制
02:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3008 [Fury] (rev 02)
        Subsystem: Dell PERC H330 Adapter
...
        Kernel driver in use: megaraid_sas
        Kernel modules: megaraid_sas

我下载了MegaCli,我可以得到各种各样的信息。命令MegaCli64 -LdGetNum -aAll告诉我如下:

代码语言:javascript
复制
Number of Virtual Drives Configured on Adapter 0: 1

如果我们一次又一次地重新启动服务器,偶尔会看到RAID数组显示为块设备,但它显示为sda,从而使引导驱动器sdb。

我查看了dmesg和系统日志,我不知道如何识别,但我确实看到了这样的情况:

代码语言:javascript
复制
[    1.296976] megasas: 07.707.51.00-rc1
[    1.301092] megaraid_sas 0000:02:00.0: FW now in Ready state
[    1.301095] megaraid_sas 0000:02:00.0: 63 bit DMA mask and 32 bit consistent mask
[    1.301363] megaraid_sas 0000:02:00.0: firmware supports msix        : (96)
[    1.301364] megaraid_sas 0000:02:00.0: current msix/online cpus      : (12/12)
[    1.301365] megaraid_sas 0000:02:00.0: RDPQ mode     : (disabled)
[    1.301366] megaraid_sas 0000:02:00.0: Current firmware supports maximum commands: 928        LDIO threshold: 237
[    1.301477] megaraid_sas 0000:02:00.0: Configured max firmware commands: 927
[    1.303185] megaraid_sas 0000:02:00.0: FW supports sync cache        : No

..。

代码语言:javascript
复制
[    1.680004] megaraid_sas 0000:02:00.0: FW provided supportMaxExtLDs: 0       max_lds: 32
[    1.680005] megaraid_sas 0000:02:00.0: controller type       : iMR(0MB)
[    1.680005] megaraid_sas 0000:02:00.0: Online Controller Reset(OCR)  : Enabled
[    1.680006] megaraid_sas 0000:02:00.0: Secure JBOD support   : No
[    1.680006] megaraid_sas 0000:02:00.0: NVMe passthru support : No
[    1.680007] megaraid_sas 0000:02:00.0: FW provided TM TaskAbort/Reset timeout        : 0 secs/0 secs
[    1.702120] megaraid_sas 0000:02:00.0: INIT adapter done
[    1.702121] megaraid_sas 0000:02:00.0: Jbod map is not supported megasas_setup_jbod_map 5371
[    1.728949] megaraid_sas 0000:02:00.0: pci id                : (0x1000)/(0x005f)/(0x1028)/(0x1f44)
[    1.728950] megaraid_sas 0000:02:00.0: unevenspan support    : yes
[    1.728950] megaraid_sas 0000:02:00.0: firmware crash dump   : no
[    1.728951] megaraid_sas 0000:02:00.0: jbod sync map         : no
[    1.729017] scsi host0: Avago SAS based MegaRAID driver
[    1.730804] scsi 11:0:0:0: Processor         Marvell  Console          1.01 PQ: 0 ANSI: 5
[    1.732057] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732076] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732094] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732112] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732131] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732149] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732167] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732185] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732206] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732224] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
[    1.732242] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured

这个分配失败看起来很值得关注,但是当我尝试搜索它时,我没有发现太多。一个人试图做200多个逻辑设备,但我们绝对不会在这里这样做。

提前谢谢。

EN

回答 2

Server Fault用户

发布于 2020-01-24 18:10:06

再次检查它是否是一个H330,而不是一个HBA330;如果它真的是一个H330,检查是否有人意外地将它放入了HBA /pass身模式。希望是这样简单的事情,但我猜还有更多。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1000265

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档