Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save omerkarabacak/a447bb5b86d998942b9e28b5e697ab47 to your computer and use it in GitHub Desktop.
Save omerkarabacak/a447bb5b86d998942b9e28b5e697ab47 to your computer and use it in GitHub Desktop.
rpm -i MegaCli-8.07.14-1.noarch.rpm
cd /opt/MegaRAID/MegaCli/
./MegaCli64 CfgClr -a0
./MegaCli64 -cfgforeign -clear -a0
./MegaCli64 ELF -ControllerFeatures -a0
./MegaCli64 ELF GetSafeId -a0 | grep Safe
./MegaCli64 -AdpAllInfo -a0 | grep "Serial No"
Stop and Activate License
softwarelicense.lsi.com
./MegaCli64 ELF -ApplyKey key <Key goes here> -a0
reboot
cd /opt/MegaRAID/MegaCli/
./MegaCli64 ELF -ControllerFeatures -a0
./MegaCli64 -CfgCachecadeAdd -Physdrv[0:0,0:1] -Name cachecade_0 -a0
./MegaCli64 -CfgEachDskRaid0 WB NORA Cached CachedBadBBU -None -Cache -a0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment