Storcli
StorCLI is a command line tool for the administration of MegaRAID Controllers and the successor of MegaCLI.
More background and overall introduction is available this old document
Install storcli under Ubuntu
Download the latest version of storecli from Broadcom URL then unzip the zip file.
Unzip will create folder name Unified_storcli_all_os to support various version of operating system.
For Ubuntu, move to Unbuntu folder under the unzipped folder name Unified_storcli_all_os, e.g, Unified_storcli_all_os/Ubuntu
Install Debian packages. By default, storcli64 executable file will be installed at /opt/MegaRAID/storcli/storcli64
$ sudo dpkg -i storcli_007.2007.0000.0000_all.deb #example to install deb package
# To verify storcli installation
$dpkg -l | grep -i storecli
# Default storcli command will be installed at By default, storcli64 executable file will be installed at /opt/MegaRAID/storcli/storcli64
Administrator can add /opt/MegaRAID/storcli/storcli64 to $PATH or create symbolic link to exist $PATH such as /usr/local/bin
HPCMATE storage system has symbolic link at /usr/loca/bin/storcli -> /opt/MegaRAID/storcli/storcli64