본문 바로가기
HW Knowledge

Fix Raid on LSI controllers when a disk is shown as ubad

by 스쳐가는인연 2019. 8. 1.

1. Display Current Configuration and Status
# storcli /c0 show all

2. Change Disk status from Ubad to Ugood(Unconfigured Good) if Any Disk marked a Ubad. (Unconfigured bad)
# storcli /c0 /e13 /s2 set good

3. Check foreign disk
# storcli /c0 -/fall show

4. Import foreign disk for rebuild (it will rebuild start automatically)
# storcli /cx /fall import

5. Check rebuild progress
# storcli /c0 /e13 /sall show rebuild
# storcli /c0 /e13 /s2 show rebuild

c = Controller
e = Enclosure
s = Slot

출처:
http://sudoall.com/fix-raid-on-lsi-controllers-when-a-disk-is-shown-as-ubad/

반응형