2014. 1. 17. 11:35
# 컨트롤러 전체 확인
hpacucli controller
all show
# 컨틀롤러 1번에 전체 물리 디스크 현황
hpacucli ctrl slot=1
physicaldrive all show
# 컨트롤러상 논리적으로 오류난 디스크 확인
hpacucli ctrl slot=2
logicaldrive all show | grep Failed
# 예시
# hpacucli ctrl
slot=2 logicaldrive all show | grep Failed
#
logicaldrive 5 (2.7 TB, RAID 0, Failed)
# 디스크 상태 확인
hpacucli ctrl slot=2
logicaldrive 5 show
# 디스크 제거
hpacucli ctrl slot=2
logicaldrive 5 delete
# raid 재생성
hpacucli ctrl slot=2
create type=ld drives=2E:1:5 raid=0 stripsize=256
hpacucli ctrl slot=1
create type=ld drives=2I:1:3 raid=0 stripsize=256
'Linux' 카테고리의 다른 글
| SSH Trust login 설정 (0) | 2014.07.08 |
|---|---|
| JDK와 JRE 구분 (0) | 2014.04.24 |
| 쉘, 명령어 창 기본세팅 (0) | 2013.12.06 |
| 넷사랑 xshell 기본 설정 (0) | 2013.11.12 |
| fail2ban (0) | 2013.04.04 |