리눅스

CentOS 7에서 HPE의 ssacli 도구를 설치하는 방법

변군이글루 2025. 6. 19. 12:52
반응형

CentOS 7에서 HPE의 ssacli 도구를 설치하는 방법

테스트 환경

  • Product : HPE ProLiant DL360 Gen9
  • OS : CentOS 7.5
  • ARCH : 64비트
$ dmidecode -t system | grep "Product Name"
        Product Name: ProLiant DL360 Gen9

$ cat /etc/redhat-release  
CentOS Linux release 7.5.1804 (Core)

$ getconf LONG_BIT 
64

HPE 공식 리포지터리

ssacli 다운로드

wget https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7.5/x86_64/current/ssacli-5.10-44.0.x86_64.rpm

ssacli 설치

sudo yum install -y ssacli-5.10-44.0.x86_64.rpm
728x90

수동 설치(리포지터리 사용 불가 시)

더보기

---

HPE에서 직접 .rpm 패키지를 받아 설치할 수도 있습니다.

wget https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7.5/x86_64/current/ssacli-5.10-44.0.x86_64.rpm
sudo rpm -ivh ssacli-5.10-44.0.x86_64.rpm

---

ssacli 명령어로 작동 여부 확인

ssacli ctrl all show config

참고 명령어

모든 컨트롤러 보기

ssacli ctrl all show status

디스크 상세 보기

ssacli ctrl slot=0 pd all show detail

RAID 구성 보기

ssacli ctrl slot=0 logicaldrive all show

펌웨어 상태 확인

ssacli ctrl slot=0 show detail

 

참고URL

- HPE 공식 리포지터리 : Software Delivery Repository

 

반응형