Identify HBA model

myoung

Explorer
Joined
Mar 14, 2018
Messages
70
I inherited a responsibility for a few FreeNAS boxes at work. I am trying to Identify the manufacturer/model of the HBAs. Is there a way to do this through the CLI?

Code:
root@dsstor01:~ # sas2ircu list
LSI Corporation SAS2 IR Configuration Utility.
Version 20.00.00.00 (2014.09.18)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.
 
 
         Adapter      Vendor  Device                       SubSys  SubSys
 Index    Type          ID      ID    Pci Address          Ven ID  Dev ID
 -----  ------------  ------  ------  -----------------    ------  ------
   0     SAS2308_1     1000h    86h   00h:04h:00h:00h      15d9h   0691h
SAS2IRCU: Utility Completed Successfully
root@dsstor01:~ # sas2flash -listall
LSI Corporation SAS2 Flash Utility
Version 16.00.00.00 (2013.03.01)
Copyright (c) 2008-2013 LSI Corporation. All rights reserved
 
        Adapter Selected is a LSI SAS: SAS2308_1(D1)
 
Num   Ctlr            FW Ver        NVDATA        x86-BIOS         PCI Addr
----------------------------------------------------------------------------
 
0  SAS2308_1(D1)   20.00.07.00    14.01.30.16    07.31.00.00     00:04:00:00
 
        Finished Processing Commands Successfully.
        Exiting SAS2Flash.
 

Attachments

  • dsstor01_dmidecode.txt
    39.9 KB · Views: 469

myoung

Explorer
Joined
Mar 14, 2018
Messages
70
Nope, still trying to figure it out.
 
Joined
Jul 3, 2015
Messages
926
try

sysctl -a |grep mpr

or

sysctl -a |grep mps
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
Have your tried

sas2flash -list

instead of the option "-listall"? This gives a much more detailed output.
For my SAS3008 based HBA card the sas3flash command with the "-list"
option shows the model of the card.
 
Top