Inspur PM 8204-2GB RAID 卡 创建raid

示例IP:10.99.200.98 RAID卡:Adaptec RAID 卡

1.查询 RAID 卡的型号和厂商信息

[root@hunan1 raidtool]# ./arcconf GETCONFIG 1 AD
Controllers found: 1
----------------------------------------------------------------------
Controller information
----------------------------------------------------------------------
   Controller Status                          : Optimal
   Controller Mode                            : RAID (Hide RAW)
   Channel description                        : SCSI
   Controller Model                           : INSPUR PM 8204-2GB
   Vendor ID                                  : 0x9005
   Device ID                                  : 0x028F
   Subsystem Vendor ID                        : 0x1BD4
   Subsystem Device ID                        : 0x004B
   Controller Serial Number                   : RAM919G63566A80
   Controller World Wide Name                 : 56C92BF000A1A9D5
   Physical Slot                              : 88
   Negotiated PCIe Data Rate                  : PCIe 3.0 x8(7880 MB/s)
   PCI Address (Domain:Bus:Device:Function)   : 0:22:0:0
   Number of Ports                            : 2
   Internal Port Count                        : 2
   External Port Count                        : 0
   Defunct disk drive count                   : 0
   NCQ status                                 : Enabled
   Queue Depth                                : Automatic
   Monitor and Performance Delay              : 60 minutes
   Elevator Sort                              : Enabled
   Degraded Mode Performance Optimization     : Disabled
   Latency                                    : Disabled
   Statistics data collection mode            : Disabled
   Post Prompt Timeout                        : 0 seconds
   Boot Controller                            : False
   Primary Boot Volume                        : None
   Secondary Boot Volume                      : None
   Driver Name                                : smartpqi
   Driver Supports SSD I/O Bypass             : Yes
   NVMe Supported                             : No
   NVMe Configuration Supported               : No
   Manufacturing Part Number                  : Not Applicable
   Manufacturing Spare Part Number            : Not Applicable
   Manufacturing Wellness Log                 : Not Applicable
   Manufacturing SKU Number                   : Not Applicable
   Manufacturing Model                        : Not Applicable
   NVRAM Checksum Status                      : Passed
   Sanitize Lock Setting                      : None
   Expander Minimum Scan Duration             : 0 seconds
   Expander Scan Time-out                     : 120 seconds
   Reboot Required Reasons                    : Not Available
   --------------------------------------------------------
   Power Settings
   --------------------------------------------------------
   Power Consumption                          : Not Available
   Current Power Mode                         : Maximum Performance
   Pending Power Mode                         : Not Applicable
   Survival Mode                              : Disabled
   --------------------------------------------------------
   Cache Properties
   --------------------------------------------------------
   Cache Status                               : Ok
   Cache Serial Number                        : Not Applicable
   Cache memory                               : 1808 MB
   Read Cache Percentage                      : 10 percent
   Write Cache Percentage                     : 90 percent
   No-Battery Write Cache                     : Disabled
   Wait for Cache Room                        : Disabled
   Write Cache Bypass Threshold Size          : 1040 KB
   --------------------------------------------------------
   Green Backup Information
   --------------------------------------------------------
   Backup Power Status                        : Ok
   Battery/Capacitor Pack Count               : 1
   Hardware Error                             : No Error
   --------------------------------------------------------
   Physical Drive Write Cache Policy Information
   --------------------------------------------------------
   Configured Drives                          : Default
   Unconfigured Drives                        : Default
   HBA Drives                                 : Default
   --------------------------------------------------------
   maxCache Properties
   --------------------------------------------------------
   maxCache Version                           : 4
   maxCache RAID5 WriteBack Enabled           : Enabled
   --------------------------------------------------------
   RAID Properties
   --------------------------------------------------------
   Logical devices/Failed/Degraded            : 11/0/0
   Spare Activation Mode                      : Failure
   Background consistency check               : Idle
   Consistency Check Delay                    : 3 seconds
   Parallel Consistency Check Supported       : Enabled
   Parallel Consistency Check Count           : 1
   Inconsistency Repair Policy                : Disabled
   Consistency Check Inconsistency Notify     : Disabled
   Rebuild Priority                           : High
   Expand Priority                            : Medium
   --------------------------------------------------------
   Controller Version Information
   --------------------------------------------------------
   Firmware                                   : 3.53
   Driver                                     : Linux 1.2.4-070
   Hardware Revision                          : B
   --------------------------------------------------------
   Out Of Band Interface Settings
   --------------------------------------------------------
   OOB Interface                              : PBSI
   Pending OOB Interface                      : PBSI
   I2C Address                                : 0xDE
   Pending I2C Address                        : 0xDE
   --------------------------------------------------------
   PBSI
   --------------------------------------------------------
   I2C Clock Speed                            : 400 KHZ
   I2C Clock Stretching                       : Enabled
   Pending I2C Clock Speed                    : 400 KHZ
   Pending I2C Clock Stretching               : Enabled
   --------------------------------------------------------
   MCTP
   --------------------------------------------------------
   SMBus Device Type                          : Not Applicable
   SMBus Channel                              : Not Applicable
   Static EIDs Use On Initialization          : Not Applicable
   VDM Notification                           : Not Applicable
   Pending SMBus Device Type                  : Not Applicable
   Pending SMBus Channel                      : Not Applicable
   Pending Static EIDs Use On Initialization  : Not Applicable
   Pending VDM Notification                   : Not Applicable
   --------------------------------------------------------
   Connector information
                     
   --------------------------------------------------------
   Connector #0                               
      Connector Name                          : CN0
      Connection Number                       : 0
      Functional Mode                         : RAID (Hide RAW)
      Connector Location                      : Internal
      SAS Address                             : 56C92BF000A1A9D5


   Connector #1                               
      Connector Name                          : CN1
      Connection Number                       : 1
      Functional Mode                         : RAID (Hide RAW)
      Connector Location                      : Internal
      SAS Address                             : 56C92BF000A1A9D9




Command completed successfully.
[root@hunan1 raidtool]# 

2.查询有几个控制器

[root@hunan1 raidtool]# ./arcconf list
Controllers found: 1
----------------------------------------------------------------------
Controller information
----------------------------------------------------------------------
   Controller ID             : Status, Slot, Mode, Name, SerialNumber, WWN
----------------------------------------------------------------------
   Controller 1:             : Optimal, Slot 88, RAID (Hide RAW), INSPUR PM 8204-2GB, RAM919G63566A80, 56C92BF000A1A9D5

Command completed successfully.

1. Controllers found: 1

  • 表示系统检测到 1 个 Adaptec RAID 控制器

2. Controller information

  • 显示控制器的详细信息,包括:
    • Controller ID(控制器编号)
    • Status(状态)
    • Slot(插槽位置)
    • Mode(工作模式)
    • Name(控制器型号)
    • SerialNumber(序列号)
    • WWN(全球唯一标识符)

3. Controller 1 的详细信息

字段说明
StatusOptimal控制器状态正常Optimal 表示无故障)
SlotSlot 88该 RAID 卡安装在主板的 第 88 号 PCIe 插槽
ModeRAID (Hide RAW)工作模式: - RAID:标准 RAID 模式 - Hide RAW:隐藏未配置的物理磁盘(防止操作系统直接访问)
NameINSPUR PM 8204-2GB控制器型号: - INSPUR PM 8204:浪潮(INSPUR)的 RAID 卡型号 - 2GB:可能指缓存大小(2GB 缓存)
SerialNumberRAM919G63566A80控制器序列号(用于保修或技术支持)
WWN56C92BF000A1A9D5全球唯一标识符(World Wide Name),用于 SAN/NAS 环境识别

3.查看逻辑设备RAID 阵列的配置和状态。

[root@hunan1 raidtool]# ./arcconf GETCONFIG 1 LD
Controllers found: 1
   --------------------------------------------------------
Logical device information
   --------------------------------------------------------
Logical Device number 0
   Logical Device name                        : ssd
   Disk Name                                  : /dev/sda
   Block Size of member drives                : 512 Bytes
   Array                                      : 0
   RAID level                                 : 1
   Status of Logical Device                   : Optimal
   Size                                       : 915683 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : SATA SSD
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Disabled
   Mount Points                               : /boot 2048 MB  Partition Number 2 
   LD Acceleration Method                     : SSD IO Bypass
   Volume Unique Identifier                   : 600508B1001C13E4F43882FF6FBDC290
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 10                                  : Present (915715MB, SATA, SSD, Connector:CN0, Enclosure:1, Slot:2) PHYF121500WV960CGN
   Device 11                                  : Present (915715MB, SATA, SSD, Connector:CN0, Enclosure:1, Slot:3) PHYF121500YE960CGN


Logical Device number 1
   Logical Device name                        : 2
   Disk Name                                  : /dev/sdb
   Block Size of member drives                : 512 Bytes
   Array                                      : 1
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C54A9D8282E2487B36CB8
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 12                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:4) 7130A1Z6FM7F


Logical Device number 2
   Logical Device name                        : 3
   Disk Name                                  : /dev/sdc
   Block Size of member drives                : 512 Bytes
   Array                                      : 2
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C196C097BEC7130B7DFB8
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 13                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:5) 7130A1W9FM7F


Logical Device number 3
   Logical Device name                        : 4
   Disk Name                                  : /dev/sdd
   Block Size of member drives                : 512 Bytes
   Array                                      : 3
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CA1EE849D4D85974B49A4
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 14                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:6) 7130A1Z5FM7F


Logical Device number 4
   Logical Device name                        : 5
   Disk Name                                  : /dev/sde
   Block Size of member drives                : 512 Bytes
   Array                                      : 4
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C7455B599FD59D8B825F7
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 15                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:7) 7130A1WKFM7F


Logical Device number 5
   Logical Device name                        : 6
   Disk Name                                  : /dev/sdf
   Block Size of member drives                : 512 Bytes
   Array                                      : 5
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CC14953229403D73C4E67
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 16                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:8) VCJ3NVTP


Logical Device number 6
   Logical Device name                        : 7
   Disk Name                                  : /dev/sdg
   Block Size of member drives                : 512 Bytes
   Array                                      : 6
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CBADF4F3323D3085BC255
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 17                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:9) VCJ3KZDP


Logical Device number 7
   Logical Device name                        : 8
   Disk Name                                  : /dev/sdh
   Block Size of member drives                : 512 Bytes
   Array                                      : 7
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CFC982F6EAD555CE59192
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 18                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:10) VCJ3JZUP


Logical Device number 8
   Logical Device name                        : 9
   Disk Name                                  : /dev/sdi
   Block Size of member drives                : 512 Bytes
   Array                                      : 8
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CF7F37AA76975D4AC7431
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 19                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:11) VCJ3L9DP


Logical Device number 9
   Logical Device name                        : 10
   Disk Name                                  : /dev/sdj
   Block Size of member drives                : 512 Bytes
   Array                                      : 9
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CFEE4731A04DDE59F202F
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 20                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:12) VCJ3KD5P




Command completed successfully.
[root@hunan1 raidtool]# 

3.查看 RAID 控制器的当前状态。

[root@hunan1 raidtool]# ./arcconf GETSTATUS 1
Controllers found: 1
   Current operation              : None

Command completed successfully.
[root@hunan1 raidtool]# 

4.查看物理硬盘的详细信息。

找到对应的Device #21 的State字段对应的是Ready,这样就可以直接进行下一步的创建命令;如果更换的这快盘对应的状态还是Online,并且查看raid控制器信息是Status of Logical Device 字段是Failed就是旧的磁盘阵列没有清除,需要执行清除后再进行创建,针对这种需要删除旧的信息的实例放在文章最后的备注补充了。

由于本次Device #21 的State字段对应的是Ready则可以直接进行创建raid 0的命令。

命令解释:

该命令用于 查询 Adaptec RAID 控制器上所有物理磁盘(Physical Drives)的详细信息,包括硬盘状态、型号、接口类型、容量等关键信息。

  • getconfig:获取配置信息
  • 1:指定 RAID 控制器的编号(通常为 1,多控制器时递增)
  • pdPhysical Drives(物理磁盘)的缩写
[root@hunan1 raidtool]# ./arcconf GETCONFIG 1 PD
Controllers found: 1
----------------------------------------------------------------------
Physical Device information
----------------------------------------------------------------------
   Channel #0:
      Device #10
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,10(10:0)
         Reported Location                    : Enclosure 1, Slot 2(Connector 0:CN0)
         Array                                : 0
         Vendor                               : ATA
         Model                                : INTEL SSDSC2KB960G8
         Firmware                             : XCV10135
         Serial number                        : PHYF121500WV960CGN
         World-wide name                      : 56C92BF003971182
         Reserved Size                        : 32768 KB
         Used Size                            : 915683 MB
         Unused Size                          : 0 MB
         Total Size                           : 915715 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : Yes
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Current Temperature                  : 23 deg C
         Maximum Temperature                  : 32 deg C
         Threshold Temperature                : 73 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : True
         Sanitize Lock Setting                : None
         Usage Remaining                      : 100 percent
         Estimated Life Remaining             : Not Applicable
         SSD Smart Trip Wearout               : False
         56 Day Warning Present               : False
         Drive Unique ID                      : 6930B7AA58333380F751BD533F00D4CF
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 9079344925
         Sectors Written                      : 75959232121
         Service Hours                        : 13893

      Device #11
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,11(11:0)
         Reported Location                    : Enclosure 1, Slot 3(Connector 0:CN0)
         Array                                : 0
         Vendor                               : ATA
         Model                                : INTEL SSDSC2KB960G8
         Firmware                             : XCV10135
         Serial number                        : PHYF121500YE960CGN
         World-wide name                      : 56C92BF003971183
         Reserved Size                        : 32768 KB
         Used Size                            : 915683 MB
         Unused Size                          : 0 MB
         Total Size                           : 915715 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : Yes
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Current Temperature                  : 24 deg C
         Maximum Temperature                  : 33 deg C
         Threshold Temperature                : 73 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : True
         Sanitize Lock Setting                : None
         Usage Remaining                      : 100 percent
         Estimated Life Remaining             : Not Applicable
         SSD Smart Trip Wearout               : False
         56 Day Warning Present               : False
         Drive Unique ID                      : FFF759C667CB8D5536659690845667F2
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 9078325086
         Sectors Written                      : 75956047025
         Service Hours                        : 13893

      Device #12
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 512 Bytes
         Transfer Speed                       : SAS 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,12(12:0)
         Reported Location                    : Enclosure 1, Slot 4(Connector 0:CN0)
         Array                                : 1
         Vendor                               : TOSHIBA
         Model                                : AL15SEB120N
         Firmware                             : 1403
         Serial number                        : 7130A1Z6FM7F
         World-wide name                      : 5000039B080A12CE
         Reserved Size                        : 32768 KB
         Used Size                            : 1144609 MB
         Unused Size                          : 0 MB
         Total Size                           : 1144641 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         Boot Type                            : None
         Rotational Speed                     : 10500 RPM
         Current Temperature                  : 30 deg C
         Maximum Temperature                  : 35 deg C
         Threshold Temperature                : 65 deg C
         PHY Count                            : 2
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : False
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 5000039B080A12CD619300085000039B
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 12 Gbps 
         Phy #1
            Negotiated Physical Link Rate     : unknown 
            Negotiated Logical Link Rate      : unknown 
            Maximum Link Rate                 : 12 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 6
         Sectors Reads                        : 771997733
         Sectors Written                      : 2263919619
         Service Hours                        : 13893

      Device #13
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 512 Bytes
         Transfer Speed                       : SAS 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,13(13:0)
         Reported Location                    : Enclosure 1, Slot 5(Connector 0:CN0)
         Array                                : 2
         Vendor                               : TOSHIBA
         Model                                : AL15SEB120N
         Firmware                             : 1403
         Serial number                        : 7130A1W9FM7F
         World-wide name                      : 5000039B080A0CA2
         Reserved Size                        : 32768 KB
         Used Size                            : 1144609 MB
         Unused Size                          : 0 MB
         Total Size                           : 1144641 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         Boot Type                            : None
         Rotational Speed                     : 10500 RPM
         Current Temperature                  : 30 deg C
         Maximum Temperature                  : 36 deg C
         Threshold Temperature                : 65 deg C
         PHY Count                            : 2
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : False
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 5000039B080A0CA1619300085000039B
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 12 Gbps 
         Phy #1
            Negotiated Physical Link Rate     : unknown 
            Negotiated Logical Link Rate      : unknown 
            Maximum Link Rate                 : 12 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 6
         Sectors Reads                        : 896440692
         Sectors Written                      : 2232059833
         Service Hours                        : 13893

      Device #14
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 512 Bytes
         Transfer Speed                       : SAS 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,14(14:0)
         Reported Location                    : Enclosure 1, Slot 6(Connector 0:CN0)
         Array                                : 3
         Vendor                               : TOSHIBA
         Model                                : AL15SEB120N
         Firmware                             : 1403
         Serial number                        : 7130A1Z5FM7F
         World-wide name                      : 5000039B080A12B6
         Reserved Size                        : 32768 KB
         Used Size                            : 1144609 MB
         Unused Size                          : 0 MB
         Total Size                           : 1144641 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         Boot Type                            : None
         Rotational Speed                     : 10500 RPM
         Current Temperature                  : 29 deg C
         Maximum Temperature                  : 35 deg C
         Threshold Temperature                : 65 deg C
         PHY Count                            : 2
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : False
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 5000039B080A12B5619300085000039B
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 12 Gbps 
         Phy #1
            Negotiated Physical Link Rate     : unknown 
            Negotiated Logical Link Rate      : unknown 
            Maximum Link Rate                 : 12 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 6
         Sectors Reads                        : 312929693
         Sectors Written                      : 1112121925
         Service Hours                        : 13893

      Device #15
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 512 Bytes
         Transfer Speed                       : SAS 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,15(15:0)
         Reported Location                    : Enclosure 1, Slot 7(Connector 0:CN0)
         Array                                : 4
         Vendor                               : TOSHIBA
         Model                                : AL15SEB120N
         Firmware                             : 1403
         Serial number                        : 7130A1WKFM7F
         World-wide name                      : 5000039B080A0DC6
         Reserved Size                        : 32768 KB
         Used Size                            : 1144609 MB
         Unused Size                          : 0 MB
         Total Size                           : 1144641 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         Boot Type                            : None
         Rotational Speed                     : 10500 RPM
         Current Temperature                  : 30 deg C
         Maximum Temperature                  : 35 deg C
         Threshold Temperature                : 65 deg C
         PHY Count                            : 2
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : False
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 5000039B080A0DC5619300085000039B
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 12 Gbps 
         Phy #1
            Negotiated Physical Link Rate     : unknown 
            Negotiated Logical Link Rate      : unknown 
            Maximum Link Rate                 : 12 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 6
         Sectors Reads                        : 630801353
         Sectors Written                      : 2254821008
         Service Hours                        : 13893

      Device #16
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,16(16:0)
         Reported Location                    : Enclosure 1, Slot 8(Connector 0:CN0)
         Array                                : 5
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3NVTP
         World-wide name                      : 56C92BF003971188
         Reserved Size                        : 32768 KB
         Used Size                            : 9537504 MB
         Unused Size                          : 0 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 34 deg C
         Maximum Temperature                  : 46 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : F1923A0917D7A46984C0C38945AA09F1
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 7598018433
         Sectors Written                      : 9084962113
         Service Hours                        : 13893

      Device #17
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,17(17:0)
         Reported Location                    : Enclosure 1, Slot 9(Connector 0:CN0)
         Array                                : 6
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3KZDP
         World-wide name                      : 56C92BF003971189
         Reserved Size                        : 32768 KB
         Used Size                            : 9537504 MB
         Unused Size                          : 0 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 33 deg C
         Maximum Temperature                  : 44 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 2DAB8D2FD6B6B1BCA4EB9CD16E9EB98C
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 6697190992
         Sectors Written                      : 8057002361
         Service Hours                        : 13893

      Device #18
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,18(18:0)
         Reported Location                    : Enclosure 1, Slot 10(Connector 0:CN0)
         Array                                : 7
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3JZUP
         World-wide name                      : 56C92BF00397118A
         Reserved Size                        : 32768 KB
         Used Size                            : 9537504 MB
         Unused Size                          : 0 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 33 deg C
         Maximum Temperature                  : 42 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 23CF22829E3D4025C86BD9EA1643B2D6
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 6963364697
         Sectors Written                      : 8053645185
         Service Hours                        : 13893

      Device #19
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,19(19:0)
         Reported Location                    : Enclosure 1, Slot 11(Connector 0:CN0)
         Array                                : 8
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3L9DP
         World-wide name                      : 56C92BF00397118B
         Reserved Size                        : 32768 KB
         Used Size                            : 9537504 MB
         Unused Size                          : 0 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 33 deg C
         Maximum Temperature                  : 43 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 813869EA5D6CE9E2A118CBA62FE317C4
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 6998741816
         Sectors Written                      : 9085364552
         Service Hours                        : 13893

      Device #20
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,20(20:0)
         Reported Location                    : Enclosure 1, Slot 12(Connector 0:CN0)
         Array                                : 9
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3KD5P
         World-wide name                      : 56C92BF00397118C
         Reserved Size                        : 32768 KB
         Used Size                            : 9537504 MB
         Unused Size                          : 0 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 34 deg C
         Maximum Temperature                  : 45 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Data
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : 63B938606F315CAF986FA525CFD867C8
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 5693376504
         Sectors Written                      : 5805177344
         Service Hours                        : 13893

      Device #21
         Device is a Hard drive
         State                                : Ready
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SATA 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,21(21:0)
         Reported Location                    : Enclosure 1, Slot 13(Connector 0:CN0)
         Vendor                               : ATA
         Model                                : WUS721010ALE6L4
         Firmware                             : VXGAW9C0
         Serial number                        : VCJ3MM4P
         World-wide name                      : 56C92BF00397118D
         Reserved Size                        : 32768 KB
         Used Size                            : 0 MB
         Unused Size                          : 9537504 MB
         Total Size                           : 9537536 MB
         Write Cache                          : Disabled (write-through)
         S.M.A.R.T.                           : No
         S.M.A.R.T. warnings                  : 0
         SSD                                  : No
         NCQ supported                        : Supported
         NCQ status                           : Enabled
         Boot Type                            : None
         Rotational Speed                     : 7200 RPM
         Current Temperature                  : 34 deg C
         Maximum Temperature                  : 55 deg C
         Threshold Temperature                : 60 deg C
         PHY Count                            : 1
         Drive Configuration Type             : Unassigned
         Drive Exposed to OS                  : False
         Sanitize Erase Support               : True
         Sanitize Lock Freeze Support         : True
         Sanitize Lock Anti-Freeze Support    : False
         Sanitize Lock Setting                : None
         Drive Unique ID                      : CA6B972D7382F3A5D99066BC27ED9ABE
         Drive SKU Number                     : Not Applicable
         Drive Part Number                    : Not Applicable
         Last Failure Reason                  : No Failure
      ----------------------------------------------------------------
      Device Phy Information                  
      ----------------------------------------------------------------
         Phy #0
            Negotiated Physical Link Rate     : 12 Gbps 
            Negotiated Logical Link Rate      : 12 Gbps 
            Maximum Link Rate                 : 6 Gbps 

      ----------------------------------------------------------------
      Device Error Counters                   
      ----------------------------------------------------------------
         Aborted Commands                     : 0
         Bad Target Errors                    : 0
         Ecc Recovered Read Errors            : 0
         Failed Read Recovers                 : 0
         Failed Write Recovers                : 0
         Format Errors                        : 0
         Hardware Errors                      : 0
         Hard Read Errors                     : 0
         Hard Write Errors                    : 0
         Hot Plug Count                       : 0
         Media Failures                       : 0
         Not Ready Errors                     : 0
         Other Time Out Errors                : 0
         Predictive Failures                  : 0
         Retry Recovered Read Errors          : 0
         Retry Recovered Write Errors         : 0
         Scsi Bus Faults                      : 0
         Sectors Reads                        : 1222474
         Sectors Written                      : 1160824
         Service Hours                        : 374

   Channel #2:
      Device #0
         Device is an Enclosure Services Device
         Reported Channel,Device(T:L)         : 2,0(0:0)
         Reported Location                    : Connector CN0, Enclosure 1
         Active path 1
            Path                              : CN0
            Status                            : Ok
         Active path 2
            Path                              : CN1
            Status                            : Ok
         Enclosure ID                         : 1
         Enclosure Logical Identifier         : 56C92BF00397119E
         Expander ID                          : 0
         Expander SAS Address                 : 56C92BF00397119F
         SEP device ID                        : 0
         Type                                 : SES2
         Vendor                               : PMCSIERA
         Model                                : 
         Firmware                             : RevB
         Status of Enclosure Services Device
            Speaker status                    : Not Available
   Channel #2:
      Device #1
         Device is an Enclosure Services Device
         Reported Channel,Device(T:L)         : 2,1(1:0)
         Enclosure ID                         : 0
         Enclosure Logical Identifier         : 56C92BF000A1A9DD
         Type                                 : SES2
         Vendor                               : INSPUR  
         Model                                : Virtual SGPIO
         Firmware                             : 3.53
         Status of Enclosure Services Device
            Speaker status                    : Not Available


Command completed successfully.
[root@hunan1 raidtool]# 

5.创建 RAID 0 阵列

参数说明
CREATE-创建新的逻辑驱动器(RAID 阵列)
1控制器 ID表示对第 1 个 RAID 控制器进行操作
LOGICALDRIVE-指定操作类型为创建逻辑驱动器
MAX磁盘容量使用指定磁盘的全部可用空间(这里是 Device #21 的 9537536 MB)
0RAID 级别0 表示 RAID 0(条带化,无冗余)
0条带大小(Stripe Size)0 通常表示默认条带大小(如 256KB,需参考控制器文档)
21设备 ID使用 Device #21(即序列号为 VCJ3MM4P 的 10TB 希捷硬盘)
noprompt-跳过确认提示,直接执行命令
[root@hunan1 raidtool]# ./arcconf CREATE 1 LOGICALDRIVE MAX 0 0 21 noprompt
Controllers found: 1

Creating logical device: LogicalDrv 10

Command completed successfully.
[root@hunan1 raidtool]# 

6.验证 RAID 0 阵列

参数说明
GETCONFIG获取 RAID 控制器的配置信息
1控制器编号(通常是 1,如果有多个 RAID 卡,可能是 2, 3 等)
LDLogical Device(逻辑设备),即查询 RAID 阵列信息
[root@hunan1 raidtool]# ./arcconf GETCONFIG 1 LD
Controllers found: 1
   --------------------------------------------------------
Logical device information
   --------------------------------------------------------
Logical Device number 0
   Logical Device name                        : ssd
   Disk Name                                  : /dev/sda
   Block Size of member drives                : 512 Bytes
   Array                                      : 0
   RAID level                                 : 1
   Status of Logical Device                   : Optimal
   Size                                       : 915683 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : SATA SSD
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Disabled
   Mount Points                               : /boot 2048 MB  Partition Number 2 
   LD Acceleration Method                     : SSD IO Bypass
   Volume Unique Identifier                   : 600508B1001C13E4F43882FF6FBDC290
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 10                                  : Present (915715MB, SATA, SSD, Connector:CN0, Enclosure:1, Slot:2) PHYF121500WV960CGN
   Device 11                                  : Present (915715MB, SATA, SSD, Connector:CN0, Enclosure:1, Slot:3) PHYF121500YE960CGN


Logical Device number 1
   Logical Device name                        : 2
   Disk Name                                  : /dev/sdb
   Block Size of member drives                : 512 Bytes
   Array                                      : 1
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C54A9D8282E2487B36CB8
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 12                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:4) 7130A1Z6FM7F


Logical Device number 2
   Logical Device name                        : 3
   Disk Name                                  : /dev/sdc
   Block Size of member drives                : 512 Bytes
   Array                                      : 2
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C196C097BEC7130B7DFB8
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 13                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:5) 7130A1W9FM7F


Logical Device number 3
   Logical Device name                        : 4
   Disk Name                                  : /dev/sdd
   Block Size of member drives                : 512 Bytes
   Array                                      : 3
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CA1EE849D4D85974B49A4
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 14                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:6) 7130A1Z5FM7F


Logical Device number 4
   Logical Device name                        : 5
   Disk Name                                  : /dev/sde
   Block Size of member drives                : 512 Bytes
   Array                                      : 4
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1144609 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C7455B599FD59D8B825F7
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 15                                  : Present (1144641MB, SAS, HDD, Connector:CN0, Enclosure:1, Slot:7) 7130A1WKFM7F


Logical Device number 5
   Logical Device name                        : 6
   Disk Name                                  : /dev/sdf
   Block Size of member drives                : 512 Bytes
   Array                                      : 5
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CC14953229403D73C4E67
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 16                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:8) VCJ3NVTP


Logical Device number 6
   Logical Device name                        : 7
   Disk Name                                  : /dev/sdg
   Block Size of member drives                : 512 Bytes
   Array                                      : 6
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CBADF4F3323D3085BC255
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 17                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:9) VCJ3KZDP


Logical Device number 7
   Logical Device name                        : 8
   Disk Name                                  : /dev/sdh
   Block Size of member drives                : 512 Bytes
   Array                                      : 7
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CFC982F6EAD555CE59192
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 18                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:10) VCJ3JZUP


Logical Device number 8
   Logical Device name                        : 9
   Disk Name                                  : /dev/sdi
   Block Size of member drives                : 512 Bytes
   Array                                      : 8
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CF7F37AA76975D4AC7431
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 19                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:11) VCJ3L9DP


Logical Device number 9
   Logical Device name                        : 10
   Disk Name                                  : /dev/sdj
   Block Size of member drives                : 512 Bytes
   Array                                      : 9
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001CFEE4731A04DDE59F202F
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 20                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:12) VCJ3KD5P


Logical Device number 10
   Logical Device name                        : LogicalDrv 10
   Disk Name                                  : /dev/sdk
   Block Size of member drives                : 512 Bytes
   Array                                      : 10
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 9537504 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial ATA
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Volume Unique Identifier                   : 600508B1001C4835146FBE31E09439F0
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 21                                  : Present (9537536MB, SATA, HDD, Connector:CN0, Enclosure:1, Slot:13) VCJ3MM4P




Command completed successfully.
[root@hunan1 raidtool]# 

7.扫描磁盘 (可以看到新增的sdk)

[root@hunan1 raidtool]# lsblk
NAME                                                                                                 MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                                                                                                    8:0    0 894.2G  0 disk 
├─sda1                                                                                                 8:1    0     2M  0 part 
├─sda2                                                                                                 8:2    0     2G  0 part /boot
├─sda3                                                                                                 8:3    0   530G  0 part 
│ ├─centos-root                                                                                      253:0    0   500G  0 lvm  /
│ └─centos-swap                                                                                      253:1    0    30G  0 lvm  [SWAP]
├─sda4                                                                                                 8:4    0    20G  0 part 
├─sda5                                                                                                 8:5    0    20G  0 part 
├─sda6                                                                                                 8:6    0    20G  0 part 
├─sda7                                                                                                 8:7    0    20G  0 part 
├─sda8                                                                                                 8:8    0    20G  0 part 
├─sda9                                                                                                 8:9    0    20G  0 part 
├─sda10                                                                                                8:10   0    20G  0 part 
├─sda11                                                                                                8:11   0    20G  0 part 
└─sda12                                                                                                8:12   0    20G  0 part 
sdb                                                                                                    8:16   0   1.1T  0 disk 
└─ceph--915eec29--6c51--42ac--9784--cc6e5971d98d-osd--data--4bf4b6cf--5400--47b4--ae78--9d70b12250c0 253:7    0   1.1T  0 lvm  /var/lib/ceph/osd/ceph-0
sdc                                                                                                    8:32   0   1.1T  0 disk 
└─ceph--3be13fd1--8821--42ce--80df--d35231f8ecc6-osd--data--bbf0fddc--bbe1--4ab3--b9a5--2bad5196281e 253:2    0   1.1T  0 lvm  /var/lib/ceph/osd/ceph-1
sdd                                                                                                    8:48   0   1.1T  0 disk 
└─ceph--926c0e75--a5d3--4edf--8424--d6967188fedf-osd--data--1dddff6f--268b--4338--b111--3c5a0cc66485 253:5    0   1.1T  0 lvm  /var/lib/ceph/osd/ceph-2
sde                                                                                                    8:64   0   1.1T  0 disk 
└─ceph--7a21a427--52e7--4149--adb0--4a1fc6528e02-osd--data--1ed78322--3931--4f01--a53f--cbf62ef3a77c 253:4    0   1.1T  0 lvm  /var/lib/ceph/osd/ceph-3
sdf                                                                                                    8:80   0   9.1T  0 disk 
└─ceph--9af1d013--3dd8--4330--b880--0fc3565df3a5-osd--data--ea71479e--2600--4d76--abf9--a72152cc032b 253:9    0   9.1T  0 lvm  /var/lib/ceph/osd/ceph-4
sdg                                                                                                    8:96   0   9.1T  0 disk 
└─ceph--304e4575--f848--4cef--a613--82bc3aef5102-osd--data--4a3b4585--05ae--400b--a979--d024f2fa2910 253:10   0   9.1T  0 lvm  /var/lib/ceph/osd/ceph-5
sdh                                                                                                    8:112  0   9.1T  0 disk 
└─ceph--e7d71721--ccfc--41aa--90dc--2d8ac4daf0f5-osd--data--4e752623--c2ee--4203--bddb--959e5d0bd367 253:3    0   9.1T  0 lvm  /var/lib/ceph/osd/ceph-6
sdi                                                                                                    8:128  0   9.1T  0 disk 
└─ceph--4443fc26--8db2--4416--bcf2--d774605e9ad3-osd--data--4f51d28d--7ecf--480f--af6f--17d4729b89c5 253:8    0   9.1T  0 lvm  /var/lib/ceph/osd/ceph-7
sdj                                                                                                    8:144  0   9.1T  0 disk 
└─ceph--84227356--5b3e--4963--a3c2--67e693a66da3-osd--data--efb70636--200d--479b--9b5c--07aacbce0c08 253:6    0   9.1T  0 lvm  /var/lib/ceph/osd/ceph-8
sdk                                                                                                    8:160  0   9.1T  0 disk 
loop0                                                                                                  7:0    0   100G  0 loop 
└─docker-253:0-268578876-pool                                                                        253:11   0   100G  0 dm   
  ├─docker-253:0-268578876-fc07e74cfd87f531e27217caea936181d572f7588d60c1b517a902649ce3c9ee          253:12   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fc07e74cfd87f531e27217caea936181d572f7588d60c1b517a902649ce3c9ee
  ├─docker-253:0-268578876-216e123faa90949c6509a34f918aaf5434cda1835ee436080f5da8c6fbb4aec1          253:13   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/216e123faa90949c6509a34f918aaf5434cda1835ee436080f5da8c6fbb4aec1
  ├─docker-253:0-268578876-183fd1ca2274e1ec9c97126d6885ebd6d696f2c84637f8284c785c14fb85471a          253:14   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/183fd1ca2274e1ec9c97126d6885ebd6d696f2c84637f8284c785c14fb85471a
  ├─docker-253:0-268578876-45254aee555168c01e64302ed629e8c987af86b7948a765b4125d9901a97d1ac          253:15   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/45254aee555168c01e64302ed629e8c987af86b7948a765b4125d9901a97d1ac
  ├─docker-253:0-268578876-7394d506e2caf2e5f1141271da6e26e40fbd8627bf8543775bfbf60c9a777d1f          253:16   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/7394d506e2caf2e5f1141271da6e26e40fbd8627bf8543775bfbf60c9a777d1f
  ├─docker-253:0-268578876-1d9992e12f4ceba2cd33f4be08d5c2b27d72d8fe2110df3558907409e5fb4af1          253:17   0    10G  0 dm   
  ├─docker-253:0-268578876-c0544e8dcf06c063efcf2550d411cc9cf4a33e1ead72baf876ea80bba15e10b9          253:18   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/c0544e8dcf06c063efcf2550d411cc9cf4a33e1ead72baf876ea80bba15e10b9
  ├─docker-253:0-268578876-755e74de31f6defab439b8ca10f4a6842b52f8d21cb2f8651984126da5f91b01          253:19   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/755e74de31f6defab439b8ca10f4a6842b52f8d21cb2f8651984126da5f91b01
  ├─docker-253:0-268578876-a664fb5e9527a8c610d014ac33187096defd7e0545d647bd1e7f2573cc5afc0f          253:20   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/a664fb5e9527a8c610d014ac33187096defd7e0545d647bd1e7f2573cc5afc0f
  ├─docker-253:0-268578876-fc8b1b32cf99ef8e069a93801b232ebb5bff52760f8836d6434c0baf66fd64e9          253:21   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fc8b1b32cf99ef8e069a93801b232ebb5bff52760f8836d6434c0baf66fd64e9
  ├─docker-253:0-268578876-0e21e46cb9dcb0e949f4de2d58f1622bf86d03e4c7d9a6b330001b50ebfd68ec          253:22   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/0e21e46cb9dcb0e949f4de2d58f1622bf86d03e4c7d9a6b330001b50ebfd68ec
  ├─docker-253:0-268578876-d0b82725858301577df530e4b3bb6d647729c6d9efe3bd744d6ed6f388ed590d          253:23   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/d0b82725858301577df530e4b3bb6d647729c6d9efe3bd744d6ed6f388ed590d
  ├─docker-253:0-268578876-da5d7d74946b806df06c6db2fc9f7530c79d553dcdfcaa027b56a75544f5e9a6          253:24   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/da5d7d74946b806df06c6db2fc9f7530c79d553dcdfcaa027b56a75544f5e9a6
  ├─docker-253:0-268578876-0878c7b7103b84712923bbb010e7dac92af76c10c8ddcdd90a4ad598287db5c9          253:25   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/0878c7b7103b84712923bbb010e7dac92af76c10c8ddcdd90a4ad598287db5c9
  ├─docker-253:0-268578876-f661f881699d110619ba4f76c97a18ee6f57a334395b35e4d3dd623b8ee3bcb3          253:26   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/f661f881699d110619ba4f76c97a18ee6f57a334395b35e4d3dd623b8ee3bcb3
  ├─docker-253:0-268578876-b4c26d362d9e5539aaa27787327f19d8511a4613082184442f20992eb2c48118          253:27   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/b4c26d362d9e5539aaa27787327f19d8511a4613082184442f20992eb2c48118
  ├─docker-253:0-268578876-07613850a4fda24d2f6e78e5ae55d1fab94853221aa7dec7580fb4ba1b903407          253:28   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/07613850a4fda24d2f6e78e5ae55d1fab94853221aa7dec7580fb4ba1b903407
  ├─docker-253:0-268578876-df0211cbdca9f1665072c541f66eb29ebc072258547d993b26f3cbd49271760a          253:29   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/df0211cbdca9f1665072c541f66eb29ebc072258547d993b26f3cbd49271760a
  ├─docker-253:0-268578876-478eade1e44cd093d28a3cee4fcd3cdcc527c107fd907bfec5215d8fea717e3f          253:30   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/478eade1e44cd093d28a3cee4fcd3cdcc527c107fd907bfec5215d8fea717e3f
  ├─docker-253:0-268578876-b768ebc19f3a04506e1c6c9a9469fdfa2bb079a8d5db33e45b6f0fb0001164be          253:31   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/b768ebc19f3a04506e1c6c9a9469fdfa2bb079a8d5db33e45b6f0fb0001164be
  ├─docker-253:0-268578876-47a6e6efbaea58ac54f248e1dce9c09a34b7c16742fb97230adf00cc8d02d8a1          253:32   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/47a6e6efbaea58ac54f248e1dce9c09a34b7c16742fb97230adf00cc8d02d8a1
  ├─docker-253:0-268578876-458837094ca4fbc91ee5182e9bbe787d9350122621168c42c77a20651e3782aa          253:33   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/458837094ca4fbc91ee5182e9bbe787d9350122621168c42c77a20651e3782aa
  ├─docker-253:0-268578876-2441d2f4095d483765999ff758b18d19400d20bf001c9140c507ffe8122fd542          253:34   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/2441d2f4095d483765999ff758b18d19400d20bf001c9140c507ffe8122fd542
  ├─docker-253:0-268578876-e67259eb2ebfaa646453647e4ea1eb20c057e512a40ecca8360a6fc3f67a9125          253:35   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e67259eb2ebfaa646453647e4ea1eb20c057e512a40ecca8360a6fc3f67a9125
  ├─docker-253:0-268578876-91e5d4d9dff7fc7fd2e5532562eb0cafa3e65b594061e4c02c9ed38f3c1236ec          253:36   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/91e5d4d9dff7fc7fd2e5532562eb0cafa3e65b594061e4c02c9ed38f3c1236ec
  ├─docker-253:0-268578876-523befc13b1c844483cbda039b4cb21d2166032cf7cfe8b801ae94d500f5bddf          253:37   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/523befc13b1c844483cbda039b4cb21d2166032cf7cfe8b801ae94d500f5bddf
  ├─docker-253:0-268578876-04279c18c07cdce4089a7319868afc6e0d74f98c89d6c37569170cd16d90a311          253:38   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/04279c18c07cdce4089a7319868afc6e0d74f98c89d6c37569170cd16d90a311
  ├─docker-253:0-268578876-d6c6fccfc3cff19f2f3feca002739fd60601b745f7fee3d243dbd1a53d895ea5          253:39   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/d6c6fccfc3cff19f2f3feca002739fd60601b745f7fee3d243dbd1a53d895ea5
  ├─docker-253:0-268578876-acef3c8f3adab04a62e572efa03caa64f90cf4723032891f3b8fd377bba13e9f          253:40   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/acef3c8f3adab04a62e572efa03caa64f90cf4723032891f3b8fd377bba13e9f
  ├─docker-253:0-268578876-a05859bdfba0ec2c9f3302ba403f3d7ec8f34a6ff0a853cac0fc7332c0a42f9b          253:41   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/a05859bdfba0ec2c9f3302ba403f3d7ec8f34a6ff0a853cac0fc7332c0a42f9b
  ├─docker-253:0-268578876-122e994968bb062005378bdf4388f47a6f8450a518bbb4845491c99989dbd727          253:42   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/122e994968bb062005378bdf4388f47a6f8450a518bbb4845491c99989dbd727
  ├─docker-253:0-268578876-50004b2a83fef71150bb5186cc960dff31eb02e75c9bad8d8f33643960751698          253:43   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/50004b2a83fef71150bb5186cc960dff31eb02e75c9bad8d8f33643960751698
  ├─docker-253:0-268578876-663c5d2628f2f44909471be195d57a336dd5623e901194a2e2a075f574112481          253:44   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/663c5d2628f2f44909471be195d57a336dd5623e901194a2e2a075f574112481
  ├─docker-253:0-268578876-fa1e3a4210afb19f26493a242e78bc6ca7a2289ffaf985a5b670f397df7ed702          253:45   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fa1e3a4210afb19f26493a242e78bc6ca7a2289ffaf985a5b670f397df7ed702
  ├─docker-253:0-268578876-3f2903e7d9900c353573ea38211725961de18743d7cf934700ebfec7352b30a6          253:46   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/3f2903e7d9900c353573ea38211725961de18743d7cf934700ebfec7352b30a6
  ├─docker-253:0-268578876-2dd1fb6413970ff9bc711e8758ac3b4a68ea70c79947eed9d3b37f16e641eeb1          253:47   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/2dd1fb6413970ff9bc711e8758ac3b4a68ea70c79947eed9d3b37f16e641eeb1
  └─docker-253:0-268578876-e8ad0c75f6b4dc38f17f7292e0eacb349720f4f27e126a9cab28d643ec136984          253:48   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e8ad0c75f6b4dc38f17f7292e0eacb349720f4f27e126a9cab28d643ec136984
loop1                                                                                                  7:1    0     2G  0 loop 
└─docker-253:0-268578876-pool                                                                        253:11   0   100G  0 dm   
  ├─docker-253:0-268578876-fc07e74cfd87f531e27217caea936181d572f7588d60c1b517a902649ce3c9ee          253:12   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fc07e74cfd87f531e27217caea936181d572f7588d60c1b517a902649ce3c9ee
  ├─docker-253:0-268578876-216e123faa90949c6509a34f918aaf5434cda1835ee436080f5da8c6fbb4aec1          253:13   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/216e123faa90949c6509a34f918aaf5434cda1835ee436080f5da8c6fbb4aec1
  ├─docker-253:0-268578876-183fd1ca2274e1ec9c97126d6885ebd6d696f2c84637f8284c785c14fb85471a          253:14   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/183fd1ca2274e1ec9c97126d6885ebd6d696f2c84637f8284c785c14fb85471a
  ├─docker-253:0-268578876-45254aee555168c01e64302ed629e8c987af86b7948a765b4125d9901a97d1ac          253:15   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/45254aee555168c01e64302ed629e8c987af86b7948a765b4125d9901a97d1ac
  ├─docker-253:0-268578876-7394d506e2caf2e5f1141271da6e26e40fbd8627bf8543775bfbf60c9a777d1f          253:16   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/7394d506e2caf2e5f1141271da6e26e40fbd8627bf8543775bfbf60c9a777d1f
  ├─docker-253:0-268578876-1d9992e12f4ceba2cd33f4be08d5c2b27d72d8fe2110df3558907409e5fb4af1          253:17   0    10G  0 dm   
  ├─docker-253:0-268578876-c0544e8dcf06c063efcf2550d411cc9cf4a33e1ead72baf876ea80bba15e10b9          253:18   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/c0544e8dcf06c063efcf2550d411cc9cf4a33e1ead72baf876ea80bba15e10b9
  ├─docker-253:0-268578876-755e74de31f6defab439b8ca10f4a6842b52f8d21cb2f8651984126da5f91b01          253:19   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/755e74de31f6defab439b8ca10f4a6842b52f8d21cb2f8651984126da5f91b01
  ├─docker-253:0-268578876-a664fb5e9527a8c610d014ac33187096defd7e0545d647bd1e7f2573cc5afc0f          253:20   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/a664fb5e9527a8c610d014ac33187096defd7e0545d647bd1e7f2573cc5afc0f
  ├─docker-253:0-268578876-fc8b1b32cf99ef8e069a93801b232ebb5bff52760f8836d6434c0baf66fd64e9          253:21   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fc8b1b32cf99ef8e069a93801b232ebb5bff52760f8836d6434c0baf66fd64e9
  ├─docker-253:0-268578876-0e21e46cb9dcb0e949f4de2d58f1622bf86d03e4c7d9a6b330001b50ebfd68ec          253:22   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/0e21e46cb9dcb0e949f4de2d58f1622bf86d03e4c7d9a6b330001b50ebfd68ec
  ├─docker-253:0-268578876-d0b82725858301577df530e4b3bb6d647729c6d9efe3bd744d6ed6f388ed590d          253:23   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/d0b82725858301577df530e4b3bb6d647729c6d9efe3bd744d6ed6f388ed590d
  ├─docker-253:0-268578876-da5d7d74946b806df06c6db2fc9f7530c79d553dcdfcaa027b56a75544f5e9a6          253:24   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/da5d7d74946b806df06c6db2fc9f7530c79d553dcdfcaa027b56a75544f5e9a6
  ├─docker-253:0-268578876-0878c7b7103b84712923bbb010e7dac92af76c10c8ddcdd90a4ad598287db5c9          253:25   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/0878c7b7103b84712923bbb010e7dac92af76c10c8ddcdd90a4ad598287db5c9
  ├─docker-253:0-268578876-f661f881699d110619ba4f76c97a18ee6f57a334395b35e4d3dd623b8ee3bcb3          253:26   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/f661f881699d110619ba4f76c97a18ee6f57a334395b35e4d3dd623b8ee3bcb3
  ├─docker-253:0-268578876-b4c26d362d9e5539aaa27787327f19d8511a4613082184442f20992eb2c48118          253:27   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/b4c26d362d9e5539aaa27787327f19d8511a4613082184442f20992eb2c48118
  ├─docker-253:0-268578876-07613850a4fda24d2f6e78e5ae55d1fab94853221aa7dec7580fb4ba1b903407          253:28   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/07613850a4fda24d2f6e78e5ae55d1fab94853221aa7dec7580fb4ba1b903407
  ├─docker-253:0-268578876-df0211cbdca9f1665072c541f66eb29ebc072258547d993b26f3cbd49271760a          253:29   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/df0211cbdca9f1665072c541f66eb29ebc072258547d993b26f3cbd49271760a
  ├─docker-253:0-268578876-478eade1e44cd093d28a3cee4fcd3cdcc527c107fd907bfec5215d8fea717e3f          253:30   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/478eade1e44cd093d28a3cee4fcd3cdcc527c107fd907bfec5215d8fea717e3f
  ├─docker-253:0-268578876-b768ebc19f3a04506e1c6c9a9469fdfa2bb079a8d5db33e45b6f0fb0001164be          253:31   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/b768ebc19f3a04506e1c6c9a9469fdfa2bb079a8d5db33e45b6f0fb0001164be
  ├─docker-253:0-268578876-47a6e6efbaea58ac54f248e1dce9c09a34b7c16742fb97230adf00cc8d02d8a1          253:32   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/47a6e6efbaea58ac54f248e1dce9c09a34b7c16742fb97230adf00cc8d02d8a1
  ├─docker-253:0-268578876-458837094ca4fbc91ee5182e9bbe787d9350122621168c42c77a20651e3782aa          253:33   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/458837094ca4fbc91ee5182e9bbe787d9350122621168c42c77a20651e3782aa
  ├─docker-253:0-268578876-2441d2f4095d483765999ff758b18d19400d20bf001c9140c507ffe8122fd542          253:34   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/2441d2f4095d483765999ff758b18d19400d20bf001c9140c507ffe8122fd542
  ├─docker-253:0-268578876-e67259eb2ebfaa646453647e4ea1eb20c057e512a40ecca8360a6fc3f67a9125          253:35   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e67259eb2ebfaa646453647e4ea1eb20c057e512a40ecca8360a6fc3f67a9125
  ├─docker-253:0-268578876-91e5d4d9dff7fc7fd2e5532562eb0cafa3e65b594061e4c02c9ed38f3c1236ec          253:36   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/91e5d4d9dff7fc7fd2e5532562eb0cafa3e65b594061e4c02c9ed38f3c1236ec
  ├─docker-253:0-268578876-523befc13b1c844483cbda039b4cb21d2166032cf7cfe8b801ae94d500f5bddf          253:37   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/523befc13b1c844483cbda039b4cb21d2166032cf7cfe8b801ae94d500f5bddf
  ├─docker-253:0-268578876-04279c18c07cdce4089a7319868afc6e0d74f98c89d6c37569170cd16d90a311          253:38   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/04279c18c07cdce4089a7319868afc6e0d74f98c89d6c37569170cd16d90a311
  ├─docker-253:0-268578876-d6c6fccfc3cff19f2f3feca002739fd60601b745f7fee3d243dbd1a53d895ea5          253:39   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/d6c6fccfc3cff19f2f3feca002739fd60601b745f7fee3d243dbd1a53d895ea5
  ├─docker-253:0-268578876-acef3c8f3adab04a62e572efa03caa64f90cf4723032891f3b8fd377bba13e9f          253:40   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/acef3c8f3adab04a62e572efa03caa64f90cf4723032891f3b8fd377bba13e9f
  ├─docker-253:0-268578876-a05859bdfba0ec2c9f3302ba403f3d7ec8f34a6ff0a853cac0fc7332c0a42f9b          253:41   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/a05859bdfba0ec2c9f3302ba403f3d7ec8f34a6ff0a853cac0fc7332c0a42f9b
  ├─docker-253:0-268578876-122e994968bb062005378bdf4388f47a6f8450a518bbb4845491c99989dbd727          253:42   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/122e994968bb062005378bdf4388f47a6f8450a518bbb4845491c99989dbd727
  ├─docker-253:0-268578876-50004b2a83fef71150bb5186cc960dff31eb02e75c9bad8d8f33643960751698          253:43   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/50004b2a83fef71150bb5186cc960dff31eb02e75c9bad8d8f33643960751698
  ├─docker-253:0-268578876-663c5d2628f2f44909471be195d57a336dd5623e901194a2e2a075f574112481          253:44   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/663c5d2628f2f44909471be195d57a336dd5623e901194a2e2a075f574112481
  ├─docker-253:0-268578876-fa1e3a4210afb19f26493a242e78bc6ca7a2289ffaf985a5b670f397df7ed702          253:45   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/fa1e3a4210afb19f26493a242e78bc6ca7a2289ffaf985a5b670f397df7ed702
  ├─docker-253:0-268578876-3f2903e7d9900c353573ea38211725961de18743d7cf934700ebfec7352b30a6          253:46   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/3f2903e7d9900c353573ea38211725961de18743d7cf934700ebfec7352b30a6
  ├─docker-253:0-268578876-2dd1fb6413970ff9bc711e8758ac3b4a68ea70c79947eed9d3b37f16e641eeb1          253:47   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/2dd1fb6413970ff9bc711e8758ac3b4a68ea70c79947eed9d3b37f16e641eeb1
  └─docker-253:0-268578876-e8ad0c75f6b4dc38f17f7292e0eacb349720f4f27e126a9cab28d643ec136984          253:48   0    10G  0 dm   /var/lib/docker/devicemapper/mnt/e8ad0c75f6b4dc38f17f7292e0eacb349720f4f27e126a9cab28d643ec136984
[root@hunan1 raidtool]# 

备注:

如果更换的那个盘旧的raid信息没有删除,状态还是Online,并且BMC也看raid信息还是不正常的,命令行查询的逻辑设备RAID控制器信息对应的Logical Device number 2的Status of Logical Device 字段是Failed,那么需要进行删除操作,见下述的案例进行:

a.查看逻辑设备RAID 阵列的配置和状态。

[root@anhuiyunwang27 raidtool]# ./arcconf getconfig 1 ld
Controllers found: 1
   --------------------------------------------------------
Logical device information
   --------------------------------------------------------
Logical Device number 0
   Logical Device name                        : RAID1
   Disk Name                                  : /dev/sda
   Block Size of member drives                : 512 Bytes
   Array                                      : 0
   RAID level                                 : 1
   Status of Logical Device                   : Optimal
   Size                                       : 457830 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : SATA SSD
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Disabled
   Mount Points                               : /boot 1024 MB  Partition Number 2 /boot/efi 200 MB  Partition Number 3 
   LD Acceleration Method                     : None
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001C8028539AFF17A048B095
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 0                                   : Present (457862MB, SATA, SSD, Connector:0, Device:0) S45PNC1T113210
   Device 1                                   : Present (457862MB, SATA, SSD, Connector:0, Device:1) S45PNC1T113215


Logical Device number 1
   Logical Device name                        : r0
   Disk Name                                  : /dev/sdb
   Block Size of member drives                : 512 Bytes
   Array                                      : 1
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1716925 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001C91CDA780ADDB21C51B75
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 2                                   : Present (1716957MB, SAS, HDD, Connector:0, Device:2) Y1C0A0P3FMCF


Logical Device number 2
   Logical Device name                        : r0
   Disk Name                                  : Not Applicable
   Block Size of member drives                : 512 Bytes
   Array                                      : 2
   RAID level                                 : 0
   Status of Logical Device                   : Failed
   Size                                       : 1716925 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Applicable
   LD Acceleration Method                     : Controller Cache
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001C6F88558F71926D0CFFD2
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 3                                   : Present (1716957MB, SAS, HDD, Connector:0, Device:3) 34X0A0KNFMDF


Logical Device number 3
   Logical Device name                        : r0
   Disk Name                                  : /dev/sdd
   Block Size of member drives                : 512 Bytes
   Array                                      : 3
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1716925 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001C6732B0834716220F2AF7
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 4                                   : Present (1716957MB, SAS, HDD, Connector:1, Device:4) Y1C0A0NZFMCF


Logical Device number 4
   Logical Device name                        : r0
   Disk Name                                  : /dev/sde
   Block Size of member drives                : 512 Bytes
   Array                                      : 4
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1716925 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001C68723D7BF6C73C944FA0
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 5                                   : Present (1716957MB, SAS, HDD, Connector:1, Device:5) Y1C0A0R6FMCF


Logical Device number 5
   Logical Device name                        : r0
   Disk Name                                  : /dev/sdf
   Block Size of member drives                : 512 Bytes
   Array                                      : 5
   RAID level                                 : 0
   Status of Logical Device                   : Optimal
   Size                                       : 1716925 MB
   Stripe-unit size                           : 256 KB
   Full Stripe Size                           : 256 KB
   Interface Type                             : Serial Attached SCSI
   Device Type                                : Data
   Boot Type                                  : None
   Heads                                      : 255
   Sectors Per Track                          : 32
   Cylinders                                  : 65535
   Caching                                    : Enabled
   Mount Points                               : Not Mounted
   LD Acceleration Method                     : Controller Cache
   Logical Device On Boot Connector           : No
   Volume Unique Identifier                   : 600508B1001CAB360822EC67BCBA4CD8
   --------------------------------------------------------
   Array Physical Device Information
   --------------------------------------------------------
   Device ID                                  : Availability (SizeMB, Protocol, Type, Connector ID, Location) Serial Number
   --------------------------------------------------------
   Device 6                                   : Present (1716957MB, SAS, HDD, Connector:1, Device:6) Y1C0A0Q5FMCF




Command completed successfully.

b.快速提取 Adaptec RAID 控制器上(Device #3)的详细信息。

部分作用备注
./arcconf getconfig 1 pd列出控制器 1 的所有物理磁盘(Physical Drives)pd = Physical Device
**``**管道符,将前一个命令的输出传递给 grep用于数据筛选
grep -A 10 "Device #3"筛选包含 Device #3 的行及其后 10 行内容-A 10 确保显示完整磁盘信息
[root@anhuiyunwang27 raidtool]# ./arcconf getconfig 1 pd | grep -A 10 "Device #3"
      Device #3
         Device is a Hard drive
         State                                : Online
         Drive has stale RIS data             : False
         Block Size                           : 512 Bytes
         Physical Block Size                  : 4K Bytes
         Transfer Speed                       : SAS 12.0 Gb/s
         Reported Channel,Device(T:L)         : 0,3(3:0)
         Reported Location                    : Enclosure Direct Attached, Slot 3(Connector 0:CN0)
         Array                                : 2
         Vendor                               : TOSHIBA

这里的例子可以看到,执行命令过滤Device #3可以看到状态还是Online

并且看raid控制器信息对应的Logical Device number 2的Status of Logical Device 字段是Failed

c.删除 Adaptec RAID 控制器上的指定阵列(Array)

执行./arcconf delete 1 ARRAY 2命令是交互式的,会问你确认是否删除,输入y就是确认了

  • 1 = 控制器编号
  • 2 = 要删除的 Array 编号
[root@anhuiyunwang27 raidtool]# ./arcconf delete 1 ARRAY 2
Controllers found: 1

WARNING: All data and logical devices on the array will be deleted.

Are you sure to continue and delete the array?
Press y, then ENTER to continue or press ENTER to abort: y


Command completed successfully.

此时再查看 Device #3就是 Ready 了就可以正常去创建raid了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ZZDICT

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值