반응형
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
반응형
'리눅스' 카테고리의 다른 글
MariaDB Shell을 다운로드하고 설치하는 방법 (0) | 2025.06.19 |
---|---|
figlet과 lolcat을 사용하여 컬러풀한 텍스트 아트를 만드는 방법 (0) | 2025.06.19 |
VMware ESXi 7 Standalone 환경에서 새로운 관리자 계정을 생성하는 방법 (1) | 2025.06.18 |
Ansible 모듈 리스트 (0) | 2025.06.17 |
Alpine Linux에 jq 패키지를 설치하는 방법 (0) | 2025.06.17 |