반응형
hpacucli 유틸리티
HP Smart Array 컨트롤러를 구성하고 관리하기 위한 hpacucli 명령어의 예시
컨트롤러 명령
- 컨트롤러의 세부 정보 표시
hpacucli> ctrl all show config
hpacucli> ctrl all show config detail
- 컨트롤러의 상태 표시
hpacucli> ctrl all show status
- 캐시 활성화 또는 비활성화
hpacucli> ctrl slot=0 modify dwc=disable
hpacucli> ctrl slot=0 modify dwc=enable
- 마지막 재검사 후 새로 추가된 장치 탐지
hpacucli> rescan
물리적 드라이브 명령
- 물리적 드라이브의 세부 정보 표시
hpacucli> ctrl slot=0 pd all show
hpacucli> ctrl slot=0 pd 2:3 show detail
- 물리적 드라이브의 상태 표시
hpacucli> ctrl slot=0 pd all show status
hpacucli> ctrl slot=0 pd 2:3 show status
- 물리적 드라이브 삭제
hpacucli> ctrl slot=0 pd 2:3 modify erase
- LED 활성화 또는 비활성화
hpacucli> ctrl slot=0 pd 2:3 modify led=on
hpacucli> ctrl slot=0 pd 2:3 modify led=off
728x90
논리 드라이브 명령
- 논리 드라이브의 세부 정보 표시
hpacucli> ctrl slot=0 ld all show
hpacucli> ctrl slot=0 ld 4 show
- 논리 드라이브의 상태 표시
hpacucli> ctrl slot=0 ld all show status
hpacucli> ctrl slot=0 ld 4 show status
- 장애 드라이브를 다시 활성화
hpacucli> ctrl slot=0 ld 4 modify reenable forced
RAID 레벨 구성
- RAID 0으로 논리 드라이브 만들기 (1개의 드라이브 사용)
hpacucli> ctrl slot=0 create type=ld drives=1:12 raid=0
- RAID 1로 논리 드라이브 만들기 (2개의 드라이브 사용)
hpacucli> ctrl slot=0 create type=ld drives=1:13,1:14 size=300 raid=1
- RAID 5로 논리 드라이브 만들기 (5개의 드라이브 사용)
hpacucli> ctrl slot=0 create type=ld drives=1:13,1:14,1:15,1:16,1:17 raid=5
기존 RAID에서 논리 드라이브 확장, 추가, 삭제
- 논리 드라이브 삭제
hpacucli> ctrl slot=0 ld 4 delete
- 드라이브 추가하여 논리 드라이브 확장 (expand)
hpacucli> ctrl slot=0 ld 4 add drives=2:3
- 논리 드라이브 확장(extend)
hpacucli> ctrl slot=0 ld 4 modify size=500 forced
- 예비용 디스크 2개 추가
hpacucli> ctrl slot=0 array all add spares=1:5,1:7
참고URL
- HP ssacli(Smart Storage Administrator) 다운로드 URL : https://scbyun.com/886
- hpacucli 유틸리티 : https://scbyun.com/538
- hpacucli Utility for Linux - All Commands Guide : http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03493210
728x90
반응형
'리눅스' 카테고리의 다른 글
오라클 데이터베이스의 버전 정보를 확인 (0) | 2015.04.14 |
---|---|
hpacucli 유틸리티 (0) | 2015.04.10 |
389 Directory Server 오류 (0) | 2015.04.07 |
리눅스에서 라우팅을 추가하는 방법 (0) | 2015.04.01 |
리눅스에서 LVM(Logical Volume Manager)을 사용하여 하드 디스크를 증설하는 방법 (0) | 2015.04.01 |