Can't get the hard driver status via RAID controller

Leeway

New Member
Nov 17, 2016
1
0
1
54
Dear Sir:

I have installed PVE 4.3 on below specification,but through by browser , It show as attachment.

machine model:Dell PowerEdge R410
HDD:SAS HDD 146 G * 2 (Build RAID-1) , SAS HDD 2T * 2 (Build RAID-1)
RAID model:Dell RAID Controller PERC 6/i (scsi0 : LSI Logic SAS based MegaRAID driver)
 

Attachments

  • 2.png
    2.png
    20.2 KB · Views: 36
Check if you can get smart-status per command-line, i.e. "smartctl -a -d megaraid,<deviceID> /dev/sda (you can find deviceID with storcli/megacli).

It should work for most of LSI-based controllers, but sometimes it does not if raid-controller does not pass-through smart-queries to drives...
 
You can also manually install the megaraid tools and use e.g. a nagios plugin to monitor your controller itself with the disks, but there is IMHO no GUI for that in Proxmox VE (and probably never will).