PERC H710p SMART data

dell-percdracsmart

I'm trying to read the SMART data from some harddisks attached to a perc H710p but neither ESXI nor the idrac7 will give me specifics. The idrac will display a status for the individual drives but not the actual smart values.

Does anyone know how I can get this data?

Best Answer

If you can use the smartctl utilities you can query a drive behind an HP or Dell perc (MegaRAID) controller:

smartctl -l ssd -d megaraid,0 /dev/sda

and graph that using your monitoring tool to extrapolate when a drive is going to run out of wear levelling space:

wear level graph

Too bad you're on ESXi.

If you can't read that directly, wait for drive to throw out a SMART alert - that'll happen before it runs out.