RAID monitoring with StorCLI
In this article, we'll show you how to monitor your RAID controller in Linux with StorCLI, so that you know when a faulty disk needs to be replaced.
Installing the tools
unzip 007.2705.0000.0000_storcli_rel.zip
cd storcli_rel
unzip Unified_storcli_all_os.zipcd Unified_storcli_all_os/Linux
sudo dnf install ./storcli-007.2705.0000.0000-1.noarch.rpmsudo apt install aliencd Unified_storcli_all_os/Linux
alien storcli-007.2705.0000.0000-1.noarch.rpm
sudo apt install ./storcli_007.2705.0000.0000-2_all.debsudo mv /opt/MegaRAID/storcli/storcli64 /usr/local/bin/sudo dnf install jqsudo apt install jqQuering the RAID controller
Automating the monitoring
Notes
Last updated
Was this helpful?