tips:hw:dell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:hw:dell [2019/02/08 09:53] igortips:hw:dell [2022/09/14 14:11] (current) – [megaraid] igor
Line 1: Line 1:
 ====== dell ====== ====== dell ======
 +
 +====== perccli ======
 +
 +download from https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverid=f48c2
 +
 +<code>
 +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
 +</code>
 +
  
 ====== megaraid ====== ====== megaraid ======
 +
 +==== Install on Ubuntu 22.04 ====
 +
 +<code>
 +apt install libncurses5
 +curl -L "https://github.com/matveynator/sysadminscripts/raw/main/debian/megacli_8.07.14-2_all.deb" > \
 +        /tmp/megacli_8.07.14-2_all.deb; dpkg -i /tmp/megacli_8.07.14-2_all.deb;
 +ln -s  /opt/MegaRAID/MegaCli/MegaCli64 /usr/bin/megacli        
 +</code>
 +
 +==== vecchie macchine ====
 +
 +vedere https://blog.frehi.be/2011/09/12/megacli-useful-commands/
  
 <code> <code>
Line 35: Line 62:
 </code> </code>
  
-===== upgrade firmware =====+===== SSD settings ===== 
 + 
 +  * disable read ahead on read cache 
 +  * enable write through on write 
 + 
 + 
 +===== upgrade firmware Perc =====
  
 <code> <code>
 +add-apt-repository universe
 +apt-get update
 apt install -y rpm apt install -y rpm
 wget https://downloads.dell.com/FOLDER01002136M/1/SAS-RAID_Firmware_F96NR_LN_6.3.3-0002_X00.BIN wget https://downloads.dell.com/FOLDER01002136M/1/SAS-RAID_Firmware_F96NR_LN_6.3.3-0002_X00.BIN
 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/payload/FW1371iI.rom -aAll megacli -adpfwflash -f perc6e_fw/payload/FW1371iI.rom -aAll
 +</code>
 +
 +===== upgrade firmware BIOS =====
 +<code>
 +wget https://downloads.dell.com/FOLDER05012856M/1/BIOS_0F4YY_LN_6.6.0.BIN
 +chmod +x BIOS_0F4YY_LN_6.6.0.BIN
 +./BIOS_0F4YY_LN_6.6.0.BIN
 </code> </code>
  • tips/hw/dell.1549616029.txt.gz
  • Last modified: 2019/02/08 09:53
  • by igor