Megaraid

From techdocs
Revision as of 11:15, 4 October 2023 by Plinich (talk | contribs) (Created page with "This page describes administering the '''P'''ower'''E'''dge '''R'''AID '''C'''ontrollers (PERC) in CSE's recent Dell servers. In the <nowiki>[</nowiki>distant<nowiki>]</nowiki> past, Dell's RAID controllers used LSI chips. LSI was subsequently acquired by by Avago/Broadcom. Very possibly the chips still come from LSI/Broadcom, but the command-line utilities from LSI/Broadcom (<code>megacli</code> and, later, <code>storcli</code>) which could be used to examine a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes administering the PowerEdge RAID Controllers (PERC) in CSE's recent Dell servers.

In the [distant] past, Dell's RAID controllers used LSI chips. LSI was subsequently acquired by by Avago/Broadcom. Very possibly the chips still come from LSI/Broadcom, but the command-line utilities from LSI/Broadcom (megacli and, later, storcli) which could be used to examine and change the configuration of earlier Dell PERC controllers no longer detect the Dell's controllers. Instead, there's a Dell-specific tool called perccli64 which needs to be downloaded from Dell's website.

Installing the binary in /root/bin

  • Download the latest "LINUX PERCCLI Utility For All Dell HBA/PERC Controllers | Driver Details" from Dell's website...
    • E.g. PERCCLI_7.2313.0_A14_Linux.tar.gz
  • Untar the file:
    • tar zxf PERCCLI_7.2313.0_A14_Linux.tar.gz
  • Change to the created directory:
    • cd PERCCLI_7.2313.0_A14_Linux/
  • Unpack the deb file:
    • ar x perccli_007.2313.0000.0000_all.deb
  • Untar the file containing the actual binary:
    • tar --xz -xf data.tar.xz
  • Move the binary into place:
    • mv opt/MegaRAID/perccli/perccli64 /root/bin/
  • Enjoy!