raid 状态查看 storcli64

场景

当磁盘报错的时候使用该命令排查

fdisk -l /dev/sdb
fdisk: cannot open /dev/sdb: Input/output error

进一步使用 smartctl 排查

smartctl -a /dev/sdb
输出
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-144-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF INFORMATION SECTION ===
Vendor:               AVAGO
Product:              MR9364-8i
Revision:             4.28
Compliance:           SPC-3
User Capacity:        12,000,675,495,936 bytes [12.0 TB]
Logical block size:   512 bytes
Logical Unit id:      0x600605b00b66a0802e83c37139e64fd4
Serial number:        00d44fe63971c3832e80a0660bb00506
Device type:          disk
Local Time is:        Fri Dec 20 15:57:50 2024 CST
device is NOT READY (e.g. spun down, busy)
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

解释下输出
smartctl -a /dev/sdb 命令的输出提供了关于 /dev/sdb 磁盘的详细信息。以下是各个部分的中文解释:

开始信息部分:
Vendor(厂商):
AVAGO:这款磁盘由 AVAGO(现已并入 Broadcom)生产,说明它可能是与 RAID 控制器(如 MegaRAID)相关的磁盘。

Product(产品):
MR9364-8i:这是 Broadcom/LSI MegaRAID SAS 9364-8i 控制器的产品名称,说明磁盘是通过这个 RAID 控制器管理的。
Revision(版本):

4.28:磁盘固件的版本号。
Compliance(符合标准):

SPC-3:磁盘符合 SPC-3 标准,这是存储设备的一种行业标准。
User Capacity(用户容量):

12,000,675,495,936 bytes [12.0 TB]:磁盘的总容量为 12.0 TB。
Logical block size(逻辑块大小):

512 bytes:磁盘的逻辑块大小为 512 字节。
Logical Unit id(逻辑单元 ID):

0x600605b00b66a0802e83c37139e64fd4:这是该磁盘在 RAID 中的唯一标识符。
Serial number(序列号):

00d44fe63971c3832e80a0660bb00506:这是磁盘的唯一序列号。
Device type(设备类型):

disk:设备类型为磁盘。
Local Time is:

显示本地时间为:Fri Dec 20 15:57:50 2024 CST。
设备状态:
device is NOT READY:
这表明磁盘当前不可用。原因可能是磁盘已被关闭(spun down),或者磁盘正忙于其他操作(例如 RAID 重建、初始化等)。
如果磁盘处于忙碌状态或未准备好,则无法读取其 SMART 信息。
错误消息:
A mandatory SMART command failed:
这表示智能监控工具(SMART)在尝试获取磁盘状态时失败,通常是由于磁盘未就绪(NOT READY)。
提示信息中建议使用 -T permissive 选项继续命令,但这通常不推荐,因为它可能掩盖硬件问题。
总结:
从输出可以看出,磁盘 /dev/sdb 由于某些原因(如磁盘处于忙碌或未准备好状态)无法获取 SMART 信息。您可以检查磁盘是否在忙碌状态(如重建 RAID 阵列等),或者等待磁盘进入就绪状态后再尝试获取 SMART 信息。

下载 storcli工具

登录Broadcom官网

在这里插入图片描述
在这里插入图片描述

安装 storcli

unzip MR_SAS_StorCLI_1-16-06.zip
unzip storcli_all_os.zip
cd storcli_all_os/Ubuntu/
sudo dpkg -i storcli_1.0_all.deb
sudo /opt/MegaRAID/storcli/storcli64 adpcount

storcli64 /c0/eall/sall show

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show 详细解释下这条命令

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show 是一条用于查看硬件 RAID 控制器配置的命令,具体含义如下:

命令组成

/opt/MegaRAID/storcli/storcli64:这是 storcli 工具的路径。storcli 是用于管理和查看 LSI(现为 Broadcom)MegaRAID 控制器的命令行工具。storcli64 是该工具的 64 位版本,通常用于管理和查看 RAID 配置、硬件状态、磁盘状态等。

/c0:指定控制器的编号。MegaRAID 控制器通常有多个,在这种情况下,/c0 指的是第一个控制器。如果有多个控制器,c0 表示第一个控制器,c1 表示第二个控制器,以此类推。

/eall:表示“所有外部设备”(enclosure)。在 MegaRAID 控制器中,磁盘阵列通常连接到外部机架(enclosure),使用 /eall 可以查看所有外部机架上的设备信息。

/sall:表示“所有槽位”(slot)。这意味着查看控制器上所有物理磁盘(所有槽位上的磁盘)的状态。

show:这是命令的操作部分,表示显示设备信息或状态。

命令作用

这条命令会显示有关 MegaRAID 控制器、所有连接的外部机架和所有槽位中的磁盘的详细信息。这包括控制器的状态、磁盘组配置、各个磁盘的健康状态、RAID 阵列的配置等信息。

输出内容解释

执行该命令后,通常会返回类似以下的信息:

控制器信息:

产品名称、固件版本、BIOS 版本、驱动程序版本等信息。
例如:

Controller = 0
Product Name = AVAGO MegaRAID SAS 9364-8i
Firmware Version = 4.280.00-4410
Driver Version = 07.713.01.00-rc1
磁盘组信息(Disk Groups):

显示当前 RAID 阵列的配置,包括阵列的类型(RAID1、RAID5 等)、大小、状态、缓存策略等。
例如:

DG/VD TYPE  State    Size   Name
0/0   RAID5  Optimal  10.914 TB
物理磁盘信息(Physical Drives):

显示控制器连接的每个物理磁盘的状态、型号、接口类型、大小等信息。
例如:

EID:Slt DID State DG     Size   Model
252:0     6 Offln  0 3.637 TB ST4000NM000B-2TF100
252:1     5 Onln  0 3.637 TB ST4000NM000B-2TF100
磁盘状态:

显示每个磁盘的健康状态,状态包括 “Online”(在线)、“Offline”(离线)、“Degraded”(降级)等。
如果某些磁盘离线或出现故障,命令输出中会明确显示。
RAID 阵列的拓扑结构:

显示 RAID 阵列中各个磁盘的具体位置和状态。
例如:

DG Arr Row EID:Slot DID Type State BT Size PDC PI SED DS3 FSpace
0 - - - RAID5 OfLn N 10.914 TB dflt N N none N
0 0 - - - RAID5 Dgrd N 10.914 TB dflt N N none N
RAID 磁盘组详细信息:

可能会显示阵列成员磁盘的更多详细信息,包括阵列类型、保护级别、缓存设置等。

总结

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show 主要是用于获取 MegaRAID 控制器中所有连接的磁盘、阵列以及相关硬件的详细信息。可以用来检查 RAID 阵列的健康状态、硬件配置、磁盘状态等。如果你需要了解磁盘的详细状态,特别是 RAID 阵列的配置、磁盘是否健康,这条命令是非常有用的。

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.Drive Information :
=================------------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model                   Sp
------------------------------------------------------------------------------
252:0     6 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:1     5 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:2     4 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:3     3 UBad   - 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:4     2 JBOD   - 3.637 TB SATA SSD N   N  512B Samsung SSD 870 QVO 4TB U
------------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback Shielded

/opt/MegaRAID/storcli/storcli64 /c0 show

/opt/MegaRAID/storcli/storcli64 /c0 show
Generating detailed summary of the adapter, it may take a while to complete.Controller = 0
Status = Success
Description = NoneProduct Name = AVAGO MegaRAID SAS 9364-8i
Serial Number = SV55243101
SAS Address =  500605b00b66a080
PCI Address = 00:21:00:00
System Time = 12/20/2024 15:21:21
Mfg. Date = 12/22/15
Controller Time = 12/20/2024 07:20:59
FW Package Build = 24.8.0-0026
BIOS Version = 6.24.05.0_4.17.08.00_0x060D0200
FW Version = 4.280.00-4410
Driver Name = megaraid_sas
Driver Version = 07.713.01.00-rc1
Vendor Id = 0x1000
Device Id = 0x5D
SubVendor Id = 0x1000
SubDevice Id = 0x936A
Host Interface = PCI-E
Device Interface = SAS-12G
Bus Number = 33
Device Number = 0
Function Number = 0
Drive Groups = 1TOPOLOGY :
========-------------------------------------------------------------------------
DG Arr Row EID:Slot DID Type  State BT      Size PDC  PI SED DS3  FSpace
-------------------------------------------------------------------------0 -   -   -        -   RAID5 OfLn  N  10.914 TB dflt N  N   none N0 0   -   -        -   RAID5 Dgrd  N  10.914 TB dflt N  N   none N0 0   0   -        -   DRIVE Msng  -   3.637 TB -    -  -   -    -0 0   1   252:2    4   DRIVE Offln N   3.637 TB dflt N  N   none -0 0   2   252:1    5   DRIVE Offln N   3.637 TB dflt N  N   none -0 0   3   252:0    6   DRIVE Offln N   3.637 TB dflt N  N   none -
-------------------------------------------------------------------------DG=Disk Group Index|Arr=Array Index|Row=Row Index|EID=Enclosure Device ID
DID=Device ID|Type=Drive Type|Onln=Online|Rbld=Rebuild|Dgrd=Degraded
Pdgd=Partially degraded|Offln=Offline|BT=Background Task Active
PDC=PD Cache|PI=Protection Info|SED=Self Encrypting Drive|Frgn=Foreign
DS3=Dimmer Switch 3|dflt=Default|Msng=Missing|FSpace=Free Space PresentMissing Drives Count = 1Missing Drives :
==============-------------------
Array Row     Size
-------------------0   0 3.637 TB
-------------------Virtual Drives = 1VD LIST :
=======--------------------------------------------------------------
DG/VD TYPE  State Access Consist Cache Cac sCC      Size Name
--------------------------------------------------------------
0/0   RAID5 OfLn  RW     No      RWTD  -   ON  10.914 TB
--------------------------------------------------------------Cac=CacheCade|Rec=Recovery|OfLn=OffLine|Pdgd=Partially Degraded|dgrd=Degraded
Optl=Optimal|RO=Read Only|RW=Read Write|HD=Hidden|B=Blocked|Consist=Consistent|
R=Read Ahead Always|NR=No Read Ahead|WB=WriteBack|
AWB=Always WriteBack|WT=WriteThrough|C=Cached IO|D=Direct IO|sCC=Scheduled
Check ConsistencyPhysical Drives = 5PD LIST :
=======------------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model                   Sp
------------------------------------------------------------------------------
252:0     6 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:1     5 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:2     4 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:3     3 UBad   - 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:4     2 JBOD   - 3.637 TB SATA SSD N   N  512B Samsung SSD 870 QVO 4TB U
------------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback Shielded
/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show all
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.Drive /c0/e252/s0 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:0     6 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s0 - Detailed Information :
========================================Drive /c0/e252/s0 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 7
Drive Temperature = N/A
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s0 Device attributes :
===================================
SN =             WX002B46
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed1ad198
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s0 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:3
Enclosure position = 0
Connected Port Number = 0(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221100000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 42 32 36 34 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s1 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:1     5 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s1 - Detailed Information :
========================================Drive /c0/e252/s1 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 7
Drive Temperature =  19C (66.20 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s1 Device attributes :
===================================
SN =             WX001S0P
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed11a0bb
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s1 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:2
Enclosure position = 0
Connected Port Number = 1(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221101000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 53 31 50 30 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s2 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:2     4 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s2 - Detailed Information :
========================================Drive /c0/e252/s2 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 6
Drive Temperature =  19C (66.20 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s2 Device attributes :
===================================
SN =             WX0068CJ
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed66d391
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s2 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:1
Enclosure position = 0
Connected Port Number = 2(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221102000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 38 36 4a 43 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s3 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:3     3 UBad  -  3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s3 - Detailed Information :
========================================Drive /c0/e252/s3 State :
=======================
Shield Counter = 0
Media Error Count = 0
Other Error Count = 0
Drive Temperature =  17C (62.60 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s3 Device attributes :
===================================
SN =             WX003NG7
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed66e2f9
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s3 Policies/Settings :
===================================
Enclosure position = 0
Connected Port Number = 3(path0)
Sequence Number = 7
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = N/A
SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221103000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 4e 33 37 47 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s4 :
=================------------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model                   Sp
------------------------------------------------------------------------------
252:4     2 JBOD  -  3.637 TB SATA SSD N   N  512B Samsung SSD 870 QVO 4TB U
------------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s4 - Detailed Information :
========================================Drive /c0/e252/s4 State :
=======================
Shield Counter = 0
Media Error Count = 0
Other Error Count = 0
Drive Temperature =  18C (64.40 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s4 Device attributes :
===================================
SN = S5STNF0T901298D
Manufacturer Id = ATA
Model Number = Samsung SSD 870 QVO 4TB
NAND Vendor = NA
WWN = 5002538f4290b3c2
Firmware Revision = SVQ02B6Q
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s4 Policies/Settings :
===================================
Enclosure position = 0
Connected Port Number = 4(path0)
Sequence Number = 2
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = N/A
SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221104000000
-----------------------------------------Inquiry Data =
40 00 ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 35 53 54 53 46 4e 54 30 30 39 32 31
38 39 20 44 20 20 20 20 00 00 00 00 00 00 56 53
30 51 42 32 51 36 61 53 73 6d 6e 75 20 67 53 53
20 44 37 38 20 30 56 51 20 4f 54 34 20 42 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 01 80
01 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 01 01 ff ff ff 0f 00 00 07 00

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show all

/opt/MegaRAID/storcli/storcli64 /c0/eall/sall show all
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.Drive /c0/e252/s0 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:0     6 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s0 - Detailed Information :
========================================Drive /c0/e252/s0 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 7
Drive Temperature = N/A
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s0 Device attributes :
===================================
SN =             WX002B46
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed1ad198
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s0 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:3
Enclosure position = 0
Connected Port Number = 0(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221100000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 42 32 36 34 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s1 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:1     5 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s1 - Detailed Information :
========================================Drive /c0/e252/s1 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 7
Drive Temperature =  19C (66.20 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s1 Device attributes :
===================================
SN =             WX001S0P
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed11a0bb
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s1 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:2
Enclosure position = 0
Connected Port Number = 1(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221101000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 53 31 50 30 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s2 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:2     4 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s2 - Detailed Information :
========================================Drive /c0/e252/s2 State :
=======================
Shield Counter = 1
Media Error Count = 0
Other Error Count = 6
Drive Temperature =  19C (66.20 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s2 Device attributes :
===================================
SN =             WX0068CJ
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed66d391
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s2 Policies/Settings :
===================================
Drive position = DriveGroup:0, Span:0, Row:1
Enclosure position = 0
Connected Port Number = 2(path0)
Sequence Number = 4
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = 12-11-2024  0:5:55SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221102000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 38 36 4a 43 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s3 :
=================--------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model               Sp
--------------------------------------------------------------------------
252:3     3 UBad  -  3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100 U
--------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s3 - Detailed Information :
========================================Drive /c0/e252/s3 State :
=======================
Shield Counter = 0
Media Error Count = 0
Other Error Count = 0
Drive Temperature =  17C (62.60 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s3 Device attributes :
===================================
SN =             WX003NG7
Manufacturer Id = ATA
Model Number = ST4000NM000B-2TF100
NAND Vendor = NA
WWN = 5000c500ed66e2f9
Firmware Revision = TN01
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s3 Policies/Settings :
===================================
Enclosure position = 0
Connected Port Number = 3(path0)
Sequence Number = 7
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = N/A
SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221103000000
-----------------------------------------Inquiry Data =
5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
58 57 30 30 4e 33 37 47 00 00 00 00 00 00 4e 54
31 30 20 20 20 20 54 53 30 34 30 30 4d 4e 30 30
42 30 32 2d 46 54 30 31 20 30 20 20 20 20 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
00 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 10 5d ff ff ff 0f 00 00 07 00Drive /c0/e252/s4 :
=================------------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model                   Sp
------------------------------------------------------------------------------
252:4     2 JBOD  -  3.637 TB SATA SSD N   N  512B Samsung SSD 870 QVO 4TB U
------------------------------------------------------------------------------EID-Enclosure Device ID|Slt-Slot No.|DID-Device ID|DG-DriveGroup
DHS-Dedicated Hot Spare|UGood-Unconfigured Good|GHS-Global Hotspare
UBad-Unconfigured Bad|Onln-Online|Offln-Offline|Intf-Interface
Med-Media Type|SED-Self Encryptive Drive|PI-Protection Info
SeSz-Sector Size|Sp-Spun|U-Up|D-Down|T-Transition|F-Foreign
UGUnsp-Unsupported|UGShld-UnConfigured shielded|HSPShld-Hotspare shielded
CFShld-Configured shielded|Cpybck-CopyBack|CBShld-Copyback ShieldedDrive /c0/e252/s4 - Detailed Information :
========================================Drive /c0/e252/s4 State :
=======================
Shield Counter = 0
Media Error Count = 0
Other Error Count = 0
Drive Temperature =  18C (64.40 F)
Predictive Failure Count = 0
S.M.A.R.T alert flagged by drive = NoDrive /c0/e252/s4 Device attributes :
===================================
SN = S5STNF0T901298D
Manufacturer Id = ATA
Model Number = Samsung SSD 870 QVO 4TB
NAND Vendor = NA
WWN = 5002538f4290b3c2
Firmware Revision = SVQ02B6Q
Raw size = 3.638 TB [0x1d1c0beb0 Sectors]
Coerced size = 3.637 TB [0x1d1b00000 Sectors]
Non Coerced size = 3.637 TB [0x1d1b0beb0 Sectors]
Device Speed = 6.0Gb/s
Link Speed = 6.0Gb/s
NCQ setting = Enabled
Write cache = N/A
Logical Sector Size = 512B
Physical Sector Size = 512BDrive /c0/e252/s4 Policies/Settings :
===================================
Enclosure position = 0
Connected Port Number = 4(path0)
Sequence Number = 2
Commissioned Spare = No
Emergency Spare = No
Last Predictive Failure Event Sequence Number = 0
Successful diagnostics completion on = N/A
SED Capable = No
SED Enabled = No
Secured = No
Locked = No
Needs EKM Attention = No
PI Eligible = No
Certified = No
Wide Port Capable = NoPort Information :
================-----------------------------------------
Port Status Linkspeed SAS address
-----------------------------------------0 Active 6.0Gb/s   0x4433221104000000
-----------------------------------------Inquiry Data =
40 00 ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
00 00 00 00 35 53 54 53 46 4e 54 30 30 39 32 31
38 39 20 44 20 20 20 20 00 00 00 00 00 00 56 53
30 51 42 32 51 36 61 53 73 6d 6e 75 20 67 53 53
20 44 37 38 20 30 56 51 20 4f 54 34 20 42 20 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 01 80
01 40 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
3f 00 10 fc fb 00 01 01 ff ff ff 0f 00 00 07 00
Drive Information :
=================------------------------------------------------------------------------------
EID:Slt DID State DG     Size Intf Med SED PI SeSz Model                   Sp
------------------------------------------------------------------------------
252:0     6 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:1     5 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:2     4 Offln  0 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:3     3 UBad   - 3.637 TB SATA HDD N   N  512B ST4000NM000B-2TF100     U
252:4     2 JBOD   - 3.637 TB SATA SSD N   N  512B Samsung SSD 870 QVO 4TB U
------------------------------------------------------------------------------

根据输出信息,以下是关于 /dev/sdb 和其他驱动器的详细解释:

Drive Information 部分:
EID:Slt: 这表示 Enclosure Device ID(机架设备 ID)和 Slot Number(插槽编号)。

DID: 这是设备 ID,表示该磁盘的唯一标识符。

State: 这是磁盘的状态,包括:

Offln: 磁盘处于 离线 状态,不能被 RAID 控制器或系统访问。
UBad: 表示该磁盘是 未配置的坏磁盘,通常表示磁盘出现故障或损坏。
JBOD: 代表磁盘是 简单磁盘(Just a Bunch Of Disks),没有加入 RAID 阵列。
DG: Disk Group,磁盘所属的磁盘组。数字 0 表示这些磁盘都属于同一个磁盘组(即 RAID 阵列中的同一组磁盘)。

Size: 每个磁盘的容量,3.637 TB。

Intf: 接口类型,这里为 SATA,表示这些磁盘是通过 SATA 接口连接的。

Med: 存储介质类型。HDD 表示是机械硬盘(硬盘驱动器),SSD 表示是固态硬盘(固态驱动器)。

SED: 是否为自加密硬盘(Self Encrypting Drive)。N 表示不是自加密硬盘。

PI: 是否启用保护信息(Protection Information)。N 表示没有启用。

SeSz: 每个扇区的大小,通常为 512B。

Model: 磁盘的型号:

ST4000NM000B-2TF100:这是 3.637 TB 容量的 Seagate SATA 硬盘。
Samsung SSD 870 QVO 4TB:这是 4TB 容量的三星 SSD 固态硬盘。
Sp: 设备状态标志,U 表示设备是 启用(Up) 状态。

详细分析:
磁盘 252:0, 252:1, 252:2: 这些是 SATA HDD 硬盘,并且它们的状态是 Offln(离线)。这意味着它们未能正常连接或未被 RAID 控制器识别。

磁盘 252:3: 这个磁盘的状态是 UBad(未配置的坏磁盘)。这表示该磁盘存在严重故障,可能是硬件损坏,无法重新加入 RAID 阵列。

磁盘 252:4: 这是 SATA SSD 磁盘,状态是 JBOD(简单磁盘)。这表示该 SSD 尚未加入 RAID 阵列,它作为独立磁盘存在。

结论:
目前,三个 SATA HDD 磁盘处于离线状态,不能参与 RAID 阵列操作。
另一个 SATA HDD 磁盘的状态为坏磁盘,无法使用。
SATA SSD 磁盘尚未加入 RAID 阵列,作为单独的磁盘(JBOD)存在。
这些磁盘的离线或故障状态可能会导致 RAID 阵列无法正常工作。如果该阵列依赖于这些磁盘,它将处于降级或无法恢复的状态。您需要检查这些离线或坏磁盘的硬件连接、状态和是否需要替换。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/65002.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

《探索PyTorch计算机视觉:原理、应用与实践》

一、PyTorch 与计算机视觉的奇妙相遇 在当今数字化的时代,计算机视觉作为一门能够赋予机器 “看” 的能力的技术,正以前所未有的速度蓬勃发展,深刻地改变着我们的生活和众多行业的运作模式。从智能手机中的人脸识别解锁,到安防监控…

使用VSCode Debugger 调试 React项目

一般我们调试代码时,用的最多的应该就是console.log方式了,还有的是使用Chrome DevTools 通过在对应的 sourcemap代码位置打断点进行调试,除了上面两种方式外还有一种更好用的调试方式: VSCode Debugger。 VSCode Debugger可以直…

mapbox基础,加载mapbox官方地图

👨‍⚕️ 主页: gis分享者 👨‍⚕️ 感谢各位大佬 点赞👍 收藏⭐ 留言📝 加关注✅! 👨‍⚕️ 收录于专栏:mapbox 从入门到精通 文章目录 一、🍀前言1.1 ☘️mapboxgl.Map 地图对象…

汽车IVI中控开发入门及进阶(三十八):手机投屏HiCar开发

手机投屏轻松实现手机与汽车的无缝连接,导航、音乐、通话等功能应有尽有,还支持更多第三方应用,让车载互联生活更加丰富多彩。 HiCar在兼容性和开放性上更具优势。 手机投屏可以说是车机的杀手级应用,大大拓宽了车机的可用性范围。其中华为推出的HiCar就是非常好用的一种。…

Elasticsearch:确保业务规则与语义搜索无缝协作

作者:来自 Elastic Kathleen DeRusso 利用查询规则与语义搜索和重新排序相结合的强大功能。 更多阅读: Elasticsearch 8.10 中引入查询规则 - query rules Elasticsearch 查询规则现已正式发布 - query rules 你是否知道查询规则(query ru…

把riscv32位系统弄懂1:riscv32 CPU指令学习

Riscv手册 首先下载手册:文件下载----中国开放指令生态(RISC-V)联盟 从这个页面下载riscv-spec-v2.1中文版 也可以下载中科大的这本:RISC-V手册 Riscv32指令集包括基础指令集和一些扩展指令集,比如在ESP32C3技术手册中,写到E…

全国消费水平系统|Java|SSM|JSP|

【技术栈】 1⃣️:架构: B/S、MVC 2⃣️:系统环境:Windowsh/Mac 3⃣️:开发环境:IDEA、JDK1.8、Maven、Mysql5.7 4⃣️:技术栈:Java、Mysql、SSM、Mybatis-Plus、JSP、jquery,html 5⃣️数据库可…

达梦数据库-读写分离集群部署

读写分离集群部署 读写分离集群由一个主库以及一个或者多个(最多可以配置 8 个)实时备库组成,基于实时归档实现的高性能数据库集群,不但提供数据保护、容灾等数据守护基本功能,还具有读写操作自动分离、负载均衡等特性。同时可以配置确认监视…

【ALGC】探秘 ALGC—— 卓越数据处理能力的科技瑰宝

我的个人主页 我的领域:人工智能篇,希望能帮助到大家!!!👍点赞 收藏❤ 在大数据时代,如何高效地处理和分析海量数据是一个核心挑战。ALGC(Advanced Learning and Generalized Comp…

docker仓库用户认证

保证实验环境纯净删除启动的docker 1.安装建立认证文件的工具包 [rootlocalhost ~]# yum install httpd-tools -y 2.创建目录存放认证文件 [rootlocalhost ~]# mkdir auth [rootlocalhost ~]# htpasswd -Bc auth/.htpasswd lee #-B 强制使用最安全加密方式,默认用m…

(OCPP服务器)SteVe编译搭建全过程

注意:建议使用3.6.0,我升级到3.7.1,并没有多什么新功能,反而电表的实时数据只能看到累计电能了,我回退了就正常,数据库是兼容的,java版本换位java11,其他不变就好 背景:…

【IMU:视觉惯性SLAM系统】

视觉惯性SLAM系统简介 相机(单目/双目/RGBD)与IMU结合起来就是视觉惯性,通常以单目/双目IMU为主。 IMU里面有个小芯片可以测量角速度与加速度,可分为6轴(6个自由度)和9轴(9个自由度)IMU,具体的关于IMU的介…

Linux 基本使用和程序部署

1. Linux 环境搭建 1.1 环境搭建方式 主要有 4 种: 直接安装在物理机上。但是Linux桌面使用起来非常不友好,所以不建议。[不推荐]。使用虚拟机软件,将Linux搭建在虚拟机上。但是由于当前的虚拟机软件(如VMWare之类的)存在一些bug&#xff…

c++------------------函数

函数定义 语法格式 函数定义包括函数头和函数体。函数头包含返回类型、函数名和参数列表。函数体是用花括号{}括起来的代码块,用于实现函数的功能。例如,定义一个计算两个整数之和的函数: int add(int a, int b) {return a b; }这里int是返回…

如何在centos系统上挂载U盘

在CentOS上挂载NTFS格式的U盘,需要执行一系列步骤,包括识别U盘设备、安装必要的软件、创建挂载点,并最终挂载U盘。以下是在CentOS上挂载NTFS格式U盘的详细步骤: 一、准备工作 确认CentOS版本: 确保你的CentOS系统已经安装并正常运行。不同版本的CentOS在命令和工具方面可能…

不同路径

不同路径 一个机器人位于一个 m x n 网格的左上角 (起始点在下图中标记为 “Start” )。 机器人每次只能向下或者向右移动一步。机器人试图达到网格的右下角(在下图中标记为 “Finish” )。 问总共有多少条不同的路径&#xff…

C++打造局域网聊天室第十课: 客户端编程及数据发送

文章目录 前言一、补充内容,设置显示框换行二、客户端编程三、封装消息发送函数四、所处的身份状态总结 前言 C打造局域网聊天室第十课: 客户端编程及数据发送 一、补充内容,设置显示框换行 编辑框的显示内容默认是不会换行的,这…

理解神经网络

神经网络是一种模拟人类大脑工作方式的计算模型,是深度学习和机器学习领域的基础。 基本原理 神经网络的基本原理是模拟人脑神经系统的功能,通过多个节点(也叫神经元)的连接和计算,实现非线性模型的组合和输出。每个…

记Fastjson2的一个报ConcurrentModificationException的bug

错误背景:fastjson2的parseObject方法,在spring webflux项目中被调用,有时会报java.util.ConcurrentModificationException错误。报错处的代码如下图: 改了半天与并发安全相关的代码,还是会报此错误。后来改变思路搜…

智慧仓储可视化视频监控智能监管系统解决方案

一、背景与需求 对于现在很多大型工厂或者物流基地来说,仓库无疑是存放物品的重点场所。仓储存放着大量货物,同时存在大量的辅助设备,需要进行全方位的监管,以避免发生安全事故,造成财产损失。原有的人工巡检方式已无法…