Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:hw:dell [2019/02/05 09:44] – [megaraid] scipio | tips:hw:dell [2022/09/14 14:11] (current) – [megaraid] igor | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== dell ====== | ====== dell ====== | ||
- | ===== megaraid ===== | + | ====== perccli ====== |
+ | |||
+ | download from https:// | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | tar xvf perccli_7.1-007.0127_linux.tar.gz | ||
+ | cd Linux | ||
+ | sudo apt-get install alien | ||
+ | alien -k perccli-007.0127.0000.0000-1.noarch.rpm | ||
+ | dpkg -i perccli_007.0127.0000.0000-1_all.deb | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== megaraid ====== | ||
+ | |||
+ | ==== Install on Ubuntu 22.04 ==== | ||
+ | |||
+ | < | ||
+ | apt install libncurses5 | ||
+ | curl -L " | ||
+ | / | ||
+ | ln -s / | ||
+ | </ | ||
+ | |||
+ | ==== vecchie macchine ==== | ||
+ | |||
+ | vedere https:// | ||
< | < | ||
Line 11: | Line 38: | ||
apt install -y megacli | apt install -y megacli | ||
</ | </ | ||
+ | |||
+ | raid controller log | ||
+ | < | ||
+ | megacli -FwTermLog -Dsply -aALL > raid_log.txt | ||
+ | </ | ||
+ | |||
summary | summary | ||
Line 23: | Line 56: | ||
megacli -AdpEventLog -GetEvents -critical -a0 | megacli -AdpEventLog -GetEvents -critical -a0 | ||
</ | </ | ||
+ | |||
+ | # Info Battery | ||
+ | < | ||
+ | megacli -AdpBbuCmd -aALL | ||
+ | </ | ||
+ | |||
+ | ===== SSD settings ===== | ||
+ | |||
+ | * disable read ahead on read cache | ||
+ | * enable write through on write | ||
- | ==== upgrade firmware ==== | + | ===== upgrade firmware |
< | < | ||
+ | add-apt-repository universe | ||
+ | apt-get update | ||
+ | apt install -y rpm | ||
wget https:// | wget https:// | ||
bash SAS-RAID_Firmware_F96NR_LN_6.3.3-0002_X00.BIN --extract perc6e_fw | bash SAS-RAID_Firmware_F96NR_LN_6.3.3-0002_X00.BIN --extract perc6e_fw | ||
megacli -adpfwflash -f perc6e_fw/ | megacli -adpfwflash -f perc6e_fw/ | ||
+ | </ | ||
+ | |||
+ | ===== upgrade firmware BIOS ===== | ||
+ | < | ||
+ | wget https:// | ||
+ | chmod +x BIOS_0F4YY_LN_6.6.0.BIN | ||
+ | ./ | ||
</ | </ |