Skip to content

Instantly share code, notes, and snippets.

@tawateer
Forked from maoy/gist:4032989
Last active June 19, 2017 06:21
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 tawateer/9f4d653cde49fe05e1b75ff287658006 to your computer and use it in GitHub Desktop.
Save tawateer/9f4d653cde49fe05e1b75ff287658006 to your computer and use it in GitHub Desktop.
Install MegaCLI
#!/usr/bin/env sh
### Download and install megaraidcli for Ubuntu;
FILE="megacli_8.07.14.orig.tar.gz"
LINK="http://hwraid.le-vert.net/ubuntu/sources/$FILE"
wget $LINK -O /tmp/$FILE
cd /tmp
tar -zxvf $FILE && cd megacli-*/opt
cp -R MegaRAID/ /opt
ln -sf /opt/MegaRAID/MegaCli/MegaCli64 /usr/local/bin/megacli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment