Outils pour utilisateurs

Outils du site


megaraid:howto_megaraid

Ceci est une ancienne révision du document !


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

LSIMegaRAIDSAS

megaraidsas-status
megasasctl
megacli -AdpBbuCmd -GetBbuStatus -a0 
megacli -LDInfo -L0 -a0
megacli -LDInfo -L1 -a0
megacli -LDInfo -Lall -aall
megacli -AdpAllInfo -aall
megacli -PDList -aall | 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.1664542308.txt.gz · Dernière modification : 2022/09/30 12:51 de ghusson