Skip to content

Instantly share code, notes, and snippets.

@fluential
Forked from fxkraus/debian-install-megacli.md
Created October 3, 2021 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fluential/5735402dfa3b6557ce20ad0422c048da to your computer and use it in GitHub Desktop.
Save fluential/5735402dfa3b6557ce20ad0422c048da to your computer and use it in GitHub Desktop.
Install LSI MegaCli .deb package on Debian/Ubuntu

download

wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip

unzip

unzip 8-07-14_MegaCLI.zip

create debian package

cd Linux
sudo alien MegaCli-8.07.14-1.noarch.rpm

install debian package

sudo dpkg -imegacli_8.07.14-2_all.deb

run MegaCli

/opt/MegaRAID/MegaCli/MegaCli64 -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment