megaraid:howto_megaraid
Ceci est une ancienne révision du document !
Table des matières
Megaraid
https://hwraid.le-vert.net/wiki/DebianPackages
# wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | apt-key add - # echo "" >> /etc/apt/sources.list # echo "# hwraidle-vert.net raid hardwares management tools" >> /etc/apt/sources.list # echo "deb http://hwraid.le-vert.net/debian jessie main" >> /etc/apt/sources.list # apt-get update # apt-get install megaraid-status megacli
# megaraidsas-status # megasasctl # megacli -AdpBbuCmd -GetBbuStatus -a0 # megacli -LDInfo -L0 -a0 # megacli -LDInfo -L1 -a0 # megacli -AdpAllInfo -aAll # megacli -PDList -a0 | less
disable disk cache
# megacli -LDSetProp DisDskCache -LAll -aAll
enable disk cache
# megacli -LDSetProp EnDskCache -LAll -aAll
view cache policy
# megacli -LDInfo -Lall -aAll | grep 'Cache Policy:'
disable RAID cache (WriteThrough)
# megacli -LDSetProp WT -LALL -aALL
enable RAID cache (WriteBack)
# megacli -LDSetProp WB -LALL -aALL
megaraid/howto_megaraid.1533035741.txt.gz · Dernière modification : 2018/07/31 11:15 de ronan