SMART parameters for SAS drives behind RAID controller using perccli
Hi
I have Dell Power edge machines. I have installed perccli utility to get the details of the drives behind my PERC H710 Mini raid controller. it has Device Interface = SAS-6G.
I used following command to get smart parameters of drives. ./perccli /c0 /eall /sall show smart
CLI Version = 007.0529.0000.0000 Sep 18, 2018 Operating system = VMkernel 6.5.0 Controller = 0 Status = Failure Description = Show Drive Smart Information Failed.Detailed Status : ===============------------------------------------------------------------------- Drive Status ErrCd ErrMsg ------------------------------------------------------------------- /c0/e32/s0 Failure 255 Command is supported for SATA drives only /c0/e32/s1 Failure 255 Command is supported for SATA drives only /c0/e32/s2 Failure 255 Command is supported for SATA drives only /c0/e32/s3 Failure 255 Command is supported for SATA drives only /c0/e32/s4 Failure 255 Command is supported for SATA drives only /c0/e32/s5 Failure 255 Command is supported for SATA drives only /c0/e32/s6 Failure 255 Command is supported for SATA drives only /c0/e32/s7 Failure 255 Command is supported for SATA drives only -------------------------------------------------------------------
Looks like the command works on SATA drives only.
So how do I get the SMART parameters for SAS drives ?
So how do I get the SMART parameters for SAS drives ?
In general, I checked the version of PERCCLi 7.1020.0.0, they have just added capability SMART data for SAS drives to "show smart" command in it's release notes. Try that version if it's possible for your server.
I upgraded my perccli to latest version and it does show success for SAS drives as well.
./perccli /c0 /e32 /s0 show smart CLI Version = 007.1020.0000.0000 July 1, 2019 Operating system = VMkernel 6.5.0 Controller = 0 Status = Success Description = Show Drive Smart Info Succeeded.
Unfortunately, I can't find any documentation to provide an answer to your request on the data output. Perhaps you can try other command available in PERCCLi : https://dell.to/3d378bn to check if it is able to list the information that you need.
DELL-Joey C
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Mark as Accepted Answer’ if I did.
The smartctl utility on Linux can view SMART info of disks behind Megaraid controller and Dell PERC is also supported. Suppose the disk on slot 5 is a part of the virtual disk that shows as /dev/sdc in the system:
DELL-Joey C
Moderator
•
4170 Posts
•
20965 Points
3131
1
Posted June 14th, 2021 23:00
Hi,
In general, I checked the version of PERCCLi 7.1020.0.0, they have just added capability SMART data for SAS drives to "show smart" command in it's release notes. Try that version if it's possible for your server.
This download is for VMWare PERCCli: https://dell.to/3vuAYM1
DELL-Joey C
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Mark as Accepted Answer’ if I did.