Skip to content

Instantly share code, notes, and snippets.

@goxofy
Forked from fxkraus/debian-install-megacli.md
Created November 8, 2019 02:53
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 goxofy/5e9618f2ff034a0ad3d0c3a3aea8f419 to your computer and use it in GitHub Desktop.
Save goxofy/5e9618f2ff034a0ad3d0c3a3aea8f419 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