<div dir="ltr">Hi,<br><br>I need to get few parameters of SSD from Illumos. For example:<br><br>Details like below<br><br>ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE<br>  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0<br>  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       20000<br> 12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       130<br>168 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       18<br>170 Unknown_Attribute       0x0003   100   100   010    Pre-fail  Always       -       241<br>173 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       46990124<br>192 Power-Off_Retract_Count 0x0012   100   100   000    Old_age   Always       -       82<br>218 Unknown_Attribute       0x000b   100   100   050    Pre-fail  Always       -       0<br><br>But when I try to retrieve, I see that it is not supported in Solaris. Is there any other way we can get the raw data in Illumos/Solaris?<br><br># /usr/local/sbin/smartctl -d ata   -a /dev/rdsk/c11t0d0s0<br>smartctl 7.1 2019-12-30 r5022 [i386-pc-solaris2.11] (local build)<br>Copyright (C) 2002-19, Bruce Allen, Christian Franke, <a href="http://www.smartmontools.org">www.smartmontools.org</a><br><br><br>#######################################################################<br>ATA command routine ata_command_interface() NOT IMPLEMENTED under Solaris.<br>Please contact <a href="mailto:smartmontools-support@listi.jpberlin.de">smartmontools-support@listi.jpberlin.de</a> if<br>you want to help in porting smartmontools to Solaris.<br>#######################################################################<br><br>Read Device Identity failed: Unknown error<br><br>A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.<br><br>Tried with '-T permissive' as well but no luck. I can get some data by using '-d scsi' but not the raw attributes.<br><br>Any help would be appreciated.<br><br>Regards,<br>Gowtham<br></div>