HP 智能阵列;如何安全地从阵列中移除具有 SMART 预测故障的物理驱动器以便进行更换?

HP 智能阵列;如何安全地从阵列中移除具有 SMART 预测故障的物理驱动器以便进行更换?

hpacucli 控制器插槽=1 ld 1 显示详细信息

Smart Array P400 in Slot 1

   array A

      Logical Drive: 1
         Size: 273.3 GB
         Fault Tolerance: RAID 1+0
         Heads: 255
         Sectors Per Track: 32
         Cylinders: 65535
         Stripe Size: 128 KB
         Status: OK
         Array Accelerator: Enabled
         Unique Identifier: xxxx
         Disk Name: /dev/cciss/c0d0
         Mount Points: /boot 196 MB, / 7.8 GB
         Logical Drive Label: xxxxx
         Mirror Group 0:
            physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 72 GB, Predictive Failure)
            physicaldrive 1I:1:7 (port 1I:box 1:bay 7, SAS, 72 GB, OK)
            physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 72 GB, OK)
            physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 72 GB, OK)
         Mirror Group 1:
            physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 72 GB, OK)
            physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 72 GB, OK)
            physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 72 GB, OK)
            physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 72 GB, OK)

hpacucli 控制器插槽=1 显示

Smart Array P400 in Slot 1
   Bus Interface: PCI
   Slot: 1
   Serial Number: xxxx
   Cache Serial Number: xxxx
   RAID 6 (ADG) Status: Disabled
   Controller Status: OK
   Chassis Slot:
   Hardware Revision: Rev D
   Firmware Version: 4.06
   Rebuild Priority: Medium
   Expand Priority: Medium
   Surface Scan Delay: 15 secs
   Post Prompt Timeout: 0 secs
   Cache Board Present: True
   Cache Status: OK
   Accelerator Ratio: 100% Read / 0% Write
   Drive Write Cache: Disabled
   Total Cache Size: 256 MB
   Battery Pack Count: 0
   SATA NCQ Supported: True

运行这一系列命令是否安全?

hpacucli controller slot=1 array A remove drives=1:8
hpacucli controller slot=1 pd 1:8 modify led=on

让远程人员移除驱动器并进行替换。然后运行:

hpacucli controller slot=1 array A add drives=1:8

这会让阵列安全地重建吗?

答案1

运行这些命令是安全的。镜像组可以在缺少一个磁盘的情况下继续运行。它应该会自动重建,但如果没有,您已经确定的命令将启动它。

答案2

您可以直接拔出坏掉的磁盘并更换它 - 完全不需要操作系统的参与。

答案3

预故障的驱动器不一定有 LED 指示灯(有时是缓慢的琥珀色闪烁),因此识别它对于智能手来说是个好主意。不过,您无需从阵列中移除驱动器或重新添加它。这些功能将由控制器自动处理。您所需要的只是线路hpacucli controller slot=1 pd 1:8 modify led=on

答案4

您指定的命令序列不是在我们的 Smart Array 641/642 控制器上工作。This operation is not supported with the current configuration遇到错误。在我的阵列上,即使所有磁盘都正常运行,这些命令也不起作用。最好的解决方案是使用 ewwhite 的过程来闪烁驱动器并进行物理替换。

相关内容