I was trying to check the temperatures of my LSI SAS3008, but storcli does not seem to detect the card:
Code:
$ sudo lspci | grep -i LSI
03:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
Code:
$ sudo ./sas3flash -list
Avago Technologies SAS3 Flash Utility
Version 16.00.00.00 (2017.05.02)
Copyright 2008-2017 Avago Technologies. All rights reserved.
Adapter Selected is a Avago SAS: SAS3008(C0)
Controller Number : 0
Controller : SAS3008(C0)
PCI Address : 00:03:00:00
SAS Address : 5003048-0-2516-d400
NVDATA Version (Default) : 0e.01.30.28
NVDATA Version (Persistent) : 0e.01.30.28
Firmware Product ID : 0x2221 (IT)
Firmware Version : 16.00.14.00
NVDATA Vendor : LSI
NVDATA Product ID : LSI3008-IT
BIOS Version : 08.27.00.00
UEFI BSD Version : 13.07.00.00
FCODE Version : N/A
Board Name : LSI3008-IR
Board Assembly : N/A
Board Tracer Number : N/A
Finished Processing Commands Successfully.
Exiting SAS3Flash.
Code:
sudo ./storcli64 show
CLI Version = 007.3205.0000.0000 Oct 09, 2024
Operating system = Linux 6.1.0-28-amd64
Status Code = 0
Status = Success
Description = None
Number of Controllers = 0
Host Name = OMV-DL80
Operating System = Linux 6.1.0-28-amd64
StoreLib IT Version = 07.3205.0200.0000
Any idea how to get the temperature info?