LSI RAID 不同步

LSI RAID 不同步

有一台带 RAID 的 HS22 Blade。我移除了一个镜像磁盘,并将其用于其他磁盘,但现在我将其插回去,但它无法与工作磁盘同步。

cfggen显示以下内容:

cfggen_linux_i686_x86-64/cfggen 0 display
LSI Logic IR Configuration Utility 2.06.00
Read configuration has been initiated for controller 0
------------------------------------------------------------------------
Controller information
------------------------------------------------------------------------
  Controller type                         : SAS1064E
  BIOS version                            : 6.30.00.00
  Firmware version                        : 1.30.05.00
  Channel description                     : 1 Serial Attached SCSI
  Initiator ID                            : 112
  Maximum physical devices                : 62
  Concurrent commands supported           : 277
  Slot                                    : 0
  Bus                                     : 11
  Device                                  : 0
  Function                                : 0
  RAID Support                            : Yes
------------------------------------------------------------------------
IR Volume information
------------------------------------------------------------------------
IR volume 1
  Volume ID                               : 1
  Status of volume                        : Degraded (DGD)
  RAID level                              : 1
  Size (in MB)                            : 285148
  Physical hard disks (Target ID)         : 3 255
IR volume 2
  Volume ID                               : 132
  Status of volume                        : Inactive, Okay (OKY)
  RAID level                              : 1
  Size (in MB)                            : 285148
------------------------------------------------------------------------
Physical device information
------------------------------------------------------------------------
Initiator at ID #112
Target on ID #2
  Device is a Hard disk
  Enclosure #                             : 1
  Slot #                                  : 1
  Connector ID                            : 1
  Target ID                               : 2
  State                                   : Online (ONL)
  Size (in MB)/(in sectors)               : 286102/585937500
  Manufacturer                            : IBM-ESXS
  Model Number                            : CBRCA300C3ETS0
  Firmware Revision                       : C370
  Serial No                               :
  Drive Type                              : SAS
  Protocol                                : SAS
Target on ID #3
  Device is a Hard disk
  Enclosure #                             : 1
  Slot #                                  : 0
  Connector ID                            : 0
  Target ID                               : 3
  State                                   : Online (ONL)
  Size (in MB)/(in sectors)               : 286102/585937500
  Manufacturer                            : IBM-ESXS
  Model Number                            : CBRCA300C3ETS0
  Firmware Revision                       : C370
  Serial No                               :         PDVTTZME
  Drive Type                              : SAS
  Protocol                                : SAS
------------------------------------------------------------------------
Enclosure information
------------------------------------------------------------------------
Enclosure#                                : 1
  Logical ID                              : 088306cc:5005076b
  Numslots                                : 4
  StartSlot                               : 0
  Start TargetID                          : 0
  Start Bus                               : 0

该怎么办?

答案1

如果我明白了,您从 RAID1 中分离了 1 个磁盘,然后它在另一台服务器上打开,并最终重新引入原始服务器:如果是这样,控制器可能会混淆哪个是必须在另一个磁盘上镜像的主磁盘。

您可以再次初始化用于接收数据的磁盘吗?这将删除该磁盘上的 RAID 信息。

相关内容