HP 스마트 어레이; 어레이에서 SMART 예측 오류가있는 물리 드라이브를 안전하게 제거하여 교체 할 수있는 방법은 무엇입니까? Failure)

hpacucli controller slot = 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

이렇게하면 어레이가 안전하게 재 구축됩니까?



답변

해당 명령을 실행하는 것이 안전합니다. 미러 그룹은 하나의 디스크가 없어도 살아남을 수 있습니다. 자동으로 다시 작성해야하지만 이미 확인한 명령이 없으면 제대로 작동합니다.


답변

죽은 디스크를 잡아 당겨 교체하면 OS가 전혀 필요하지 않습니다.


답변

사전 장애가있는 드라이브에는 LED 표시등이 반드시 있어야 할 필요는 없으며 (때로는 호박색으로 느리게 깜박임) 똑똑한 손으로 식별하는 것이 좋습니다. 그래도 어레이에서 드라이브를 제거하거나 다시 추가 할 필요는 없습니다. 이러한 기능은 컨트롤러에 의해 자동으로 처리됩니다. 필요한 것은 hpacucli controller slot=1 pd 1:8 modify led=on라인입니다.


답변

지정한 일련의 명령은 Smart Array 641/642 컨트롤러에서 작동 하지 않습니다 . This operation is not supported with the current configuration오류가 발생합니다. 내 어레이 클래스에서 모든 디스크가 올바르게 작동하더라도 이러한 명령이 작동하지 않습니다. 가장 좋은 해결책은 ewwhite의 프로세스가 드라이브를 깜박이고 물리적으로 교체하는 것입니다.


답변