SMART Drive Status not working

When I go to "SMART Drive Status" it says: No IDE, SCSI or SATA drives were found on your system.

Details: I am running Centos 6 on an IBM HS22 Blade server. There are 2 drives in a RAID 1 configuration. I am able to get SMART reports from the console.

Command lspci shows my disk controller as:

0b:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1064ET PCI-Express Fusion-MPT SAS (rev 08)

Command lsscsi --generic gives [0:0:0:0] disk ATA HGST HTS721010A9 A3J0 - /dev/sg0 [0:0:1:0] disk ATA HGST HTS721010A9 A3J0 - /dev/sg1 [0:1:2:0] disk LSILOGIC Logical Volume 3000 /dev/sda /dev/sg2

To get SMART reports on my disks, I use the commands:

smartctl -a /dev/sg0 or smartctl -a /dev/sg1

I have tried various combinations of parameters in the module configuration, to no avail.

Thanks very much for having a look at this.

Status: 
Active

Comments

Likely the cause here is that Webmin doesn't recogize your RAID controller. SMART with hardware RAID is problematic, because we need to collect the status of the underlying disks.

What does cat /proc/partitions output on your system?