Forked from nctiggy/Install and configure Cachecade for ScaleIO Nodes
Created
June 27, 2020 11:06
-
-
Save omerkarabacak/a447bb5b86d998942b9e28b5e697ab47 to your computer and use it in GitHub Desktop.
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 characters
| 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