linux/Raid

Megaraid “Unconfigured Disk information”

배움엔 끝이없다 2021. 5. 25. 16:38
728x90
반응형

megaraid에서 다음과 같은 에러 메세지가 나올 경우 대처 방안

 

” QRadar: Disk drive is in “Unconfigured (good)” state after replacement and is not being rebuilt automatically “

 

* 기본적으로 unconfigured (good)에서 리빌딩을 걸면 문제없이 동작하지만 그렇지 않은 경우에 하는 방법입니다.

 


 

1. 다음 명령을 사용하여 드라이브의 올바른 인클로저 위치와 슬롯을 확인합니다.

# opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL

Output will be similar to:

Adapter #0
[…]
Enclosure Device ID: 8
Slot Number: 2
[…]
Firmware state: Unconfigured(good), Spun Up

 

2. RAID 어레이에서 드라이브의 올바른 Array 및 Row 위치를 얻으려면 다음을 실행합니다.

# /opt/MegaRAID/MegaCli/MegaCli64 -pdgetmissing -aALL

The output will be similar to:

Adapter 0 – Missing Physical drives
No. Array Row        Size             Expected
 0       0       3      3814697 MB

 

 

3. 누락된 드라이브를 RAID 어레이에 넣고 다음 명령을 실행합니다.

/opt/MegaRAID/MegaCli/MegaCli64 -PdReplaceMissing -PhysDrv [8:2] -Array0 -row3 -a0

여기서 [8:2]의 8과 2는 인클로저 장치 ID 및 슬롯 번호, 어레이0의 0은 어레이 번호, 3행은 RAID 어레이의 드라이브 번호, 0은 어댑터를 나타냅니다.

출력은 다음과 같아야 합니다.

Adapter: 0: Missing PD at Array 0, Row 3 is replaced.

Note: Should you see a message similar to this while running step #4
Adapter: 0: Failed to replace Missing PD at Array 0, Row 3.

FW error description:
PDs in LD have incompatible EEDP types
Exit Code: 0x63
Do the steps in the section for PI Support

 

 

4. 드라이브 재구성을 시작하려면 다음 명령을 실행합니다.

# /opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -Start -PhysDrv [8:2] -a0

Output should be similar to this:

started rebuild progress on device encl 8 slot 2

 

 

5. 재구축 상태에 대한 상태를 확인하려면 다음 명령을 실행합니다.

# /opt/MegaRAID/MegaCli/MegaCli64 -PDRbld -ShowProg -PhysDrv [8:2] -a0

728x90
반응형
LIST

'linux > Raid' 카테고리의 다른 글

Megaraid 명령어  (0) 2021.06.23