-
-
Save jeffscrum/7bf7377c0ce609814aa6adf2d7a9ea80 to your computer and use it in GitHub Desktop.
Revisions
-
fxkraus revised this gist
Aug 10, 2017 . 1 changed file with 8 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,26 @@ ### download ```bash wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip ``` ### unzip ```bash unzip 8-07-14_MegaCLI.zip ``` ### create debian package ```bash cd Linux sudo alien MegaCli-8.07.14-1.noarch.rpm ``` ### install debian package ```bash sudo dpkg -imegacli_8.07.14-2_all.deb ``` ### run MegaCli -
fxkraus created this gist
Jul 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ ### download `https://www.broadcom.com/support/download-search/?pg=&pf=&pn=&po=&pa=&dk=megacli` ### unzip ```bash unzip Linux_MegaCLI-8-07-07.zip ``` ### create debian package ```bash sudo alien MegaCli-8.07.07-1.noarch.rpm ``` ### install debian package ```bash sudo dpkg -i megacli_8.07.07-2_all.deb ``` ### run MegaCli ```bash /opt/MegaRAID/MegaCli/MegaCli64 -h ```