Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gsmitheidw/ec4ab2b53d752e5cb9fcfd7dd37fe6b7 to your computer and use it in GitHub Desktop.
Save gsmitheidw/ec4ab2b53d752e5cb9fcfd7dd37fe6b7 to your computer and use it in GitHub Desktop.
Install MegaCli on Proxmox or Debian

Install MegaCli on Proxmox or Debian

Originally forked from https://gist.github.com/TW1920/39bf8d987f4c867658c0faf4bd1c0802
I'm putting it in a code block for easy copy/paste:

# Install necessary tools & library
apt install unzip alien libncurses5 -y
# Download 
wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip
# Decompress
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 -i megacli_8.07.14-2_a
# Symlink
ln -s /usr/bin/megacli /opt/MegaRAID/MegaCli/MegaCli64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment