본문으로 바로가기

hpacucli 명령어 및 설치

category Gift/Linux 2017. 7. 24. 15:12


hpacucli 다운로드


위 링크파일 다운로드 후


rpm -ivh hpacucli-9.20-9.0.x86_64.rpm


하면 설치완료


 

# 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 ## 물리적 드라이브 삭제 

hpacucli> ctrl slot=0 pd 2:3 modify led=on ## LED 활성화 또는 비활성화 hpacucli> ctrl slot=0 pd 2:3 modify led=off

 

논리 드라이브 명령:

 

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 레벨 구성하기:

 

1개의 드라이브를 사용하여 RAID 0으로 논리 드라이브를 만듭니다.

hpacucli> ctrl slot=0 create type=ld drives=1:12 raid=0 

 

2개의 드라이브를 사용하여 RAID 1로 논리 드라이브를 만듭니다.

hpacucli> ctrl slot=0 create type=ld drives=1:13,1:14 size=300 raid=1

 

4개의 드라이브를 사용하여 RAID 10로 논리 드라이브를 만듭니다.

hpacucli> ctrl slot=0 create type=ld drives=1:13,1:14,1:15,1:16 raid=10

 

기존 RAID에서 논리 드라이브를 확장, 추가, 삭제합니다.

hpacucli> ctrl slot=0 ld 4 delete

## 논리 드라이브 삭제

 

hpacucli> ctrl slot=0 ld 4 add drives=2:3 

## 드라이브를 추가하여 논리 드라이브 확장(expand)

 

hpacucli> ctrl slot=0 ld 4 modify size=500 forced 

## 논리 드라이브 확장(extend)

 

hpacucli> ctrl slot=0 array all add spares=1:5,1:7

## 2개의 예비용 디스크 추가


원문 : http://sangchul.kr/536

'Gift > Linux' 카테고리의 다른 글

리눅스에서 무선랜(WiFi) 사용방법  (3) 2017.07.26
RTL8821AE 무선랜 리눅스 인식안될때  (2) 2017.07.25
CentOS7 APM 설치  (0) 2017.07.17
Adaptec RAID CLI 설치 및 명령어  (0) 2017.07.16
MegaRAID CLI 설치 및 명령어  (0) 2017.07.16