리눅스
CentOS 7에서 HPE의 ssacli 도구를 설치하는 방법
변군이글루
2025. 6. 5. 10:41
반응형
CentOS 7에서 HPE의 ssacli 도구를 설치하는 방법
테스트 환경
- Product : HPE ProLiant DL380p Gen8
- OS : CentOS 6.4
- ARCH : 32비트
$ dmidecode -t system | grep "Product Name"
Product Name: ProLiant DL380p Gen8
$ cat /etc/redhat-release
CentOS release 6.4 (Final)
$ getconf LONG_BIT
32
HPE 공식 리포지터리
wget https://downloads.linux.hpe.com/SDR/repo/mcp/centos/6.4/i386/current/ssacli-2.60-18.0.i386.rpm
728x90
ssacli 설치
sudo yum install ssacli
수동 설치(리포지터리 사용 불가 시)
더보기
---
HPE에서 직접 .rpm 패키지를 받아 설치할 수도 있습니다.
wget https://downloads.linux.hpe.com/SDR/repo/mcp/centos/6.4/i386/current/ssacli-2.60-18.0.i386.rpm
sudo rpm -ivh ssacli-2.60-18.0.i386.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
반응형