Documentation on HPE’s official website about installing RAID card utilities is scarce. This post summarized commands from various corners of the internet.

Installation

All commands need root privileges.

Install HPE GPG Key

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C208ADDE26C2B797

Add HPE APT source

Depending on your Ubuntu/Debian version, you may want to change “bionic” to “jammy”, “buster”, etc.

Bash
echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp bionic/current non-free" > /etc/apt/sources.list.d/hpe.list
apt-get update

Download ssa utilities

Bash
apt-get install ssa ssacli ssaducli

Using SSA Utility

Show disk config and status

Bash
ssacli ctrl all show config

Show controller status

Bash
ssacli ctrl all show status

https://buy.hpe.com/us/en/software/server-management-software/server-management-software/smart-array-management-software/hpe-smart-storage-administrator/p/5409020

Leave a Reply

Your email address will not be published. Required fields are marked *