LSI controller model and serial

LSI controller model and serial

Q: How do I determine my RAID controller model and serial number?

A: For LSI MegaRAID series controllers, this information can be obtained using any of LSI's MegaRAID management utilities. If using a LSI SAS HBA, you can use the utilities sas2flash (6Gb/s controllers) or sas3flash (12 Gb/s controllers).

MegaRAID Controllers

StorCLI

Controller:

  • # storcli /cx show all | grep 'Model = \|Serial Number = '

BBU:

  • # storcli /cx/bbu show all

MegaCLI

Controller:

  • # MegaCli adpallinfo aN | grep 'Product Name\|Serial No'

BBU:

  • # MegaCli adpbbucmd aN | grep 'BatteryType\|Serial Number'

MegaRAID Storage Manager

From the Physical tab, left click on the controller icon in the left pane, which will display detailed information in the right pane. This is also applicable to the BBU.

 

SAS HBAs

sas2flash/sas3flash

  • # sas2flash -list | grep 'NVDATA Product ID'
  • # sas2flash -list | grep 'Board Tracer Number'

 

If the system is down, you can find the serial number printed on a sticker on the controller. Serial numbers are usually 10 characters long.

Example controller serial and model:

 

Example BBU serial and model:

 

    • Related Articles

    • Management Utilities Overview (LSI)

      If you are new to LSI MegaRAID and LSI SAS HBA controllers, this guide will provide a general overview of applicable management utilities and firmware flash utilities, and recommended usage scenarios for these tools. LSI MegaRAID Management ...
    • Fan alerts in MegaRAID Storage Manager

      Q: My RAID controller is reporting fan failures, but the system appears to be functioning just fine. Why is this happening? A: The RAID controller is reading those statuses from the backplane. This is normal behavior if you have recently installed a ...
    • Finding resources for your HBA/RAID controller (LSI)

      This article will assist with navigating LSI's website to obtain drivers, firmware, and management software for RAID controllers and HBAs. You will need to know the model number of the controller for the next steps, see here for instructions on how ...
    • Silencing RAID controller alarms

      Q: I would like to disable the beep on the controller. How do I accomplish this?  A: LSI MegaRAID controllers have three different options for managing the fault alarm; Enable, Disable, and Silence. Disabling the alarm will disable it permanently ...
    • Storcli for FreeBSD and Other Operating Systems

      UPDATE (4/28/17): Broadcom acquired Avago since the time of the original publication of this article. To access Storcli and other "LSI" utilities, use the following link and select your product: https://www.broadcom.com/support/download-search ...