<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic smartmontools patch for 710 in Archive</title>
    <link>https://community.solidigm.com/t5/archive/smartmontools-patch-for-710/m-p/15251#M9886</link>
    <description>&lt;P&gt;In case anyone else here needs this, I succeeded in patching smartmontools 5.41 to read the 710 series smart counters.&lt;/P&gt;&lt;P&gt;They're basically the same as the 320 so the patch essentially involves copying the 320 definition and changing the device id.&lt;/P&gt;&lt;P&gt;Since I only have 100G drives, I may not have the device ID correct for all sizes (guessed that they were the same except for the size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;diff -ru ../smartmontools-5.41.orig/drivedb.h ./drivedb.h&lt;/P&gt;--- ../smartmontools-5.41.orig/drivedb.h        2011-06-08 15:26:23.000000000 -0600+++ ./drivedb.h 2011-10-05 00:46:27.047939603 -0600@@ -273,6 +273,31 @@     "-v 241,raw48,Host_Writes_32MiB "     "-v 242,raw48,Host_Reads_32MiB"   },+{ "Intel 710 Series SSDs",+    "INTEL SSDSA2BZ(100|200|300)G3",+    "", "",+  //"-v 3,raw48,Spin_Up_Time "+  //"-v 4,raw48,Start_Stop_Count "+  //"-v 5,raw48,Reallocated_Sector_Ct "+  //"-v 9,raw48,Power_On_Hours "+  //"-v 12,raw48,Power_Cycle_Count "+    "-v 170,raw48,Reserve_Block_Count "+    "-v 171,raw48,Program_Fail_Count "+    "-v 172,raw48,Erase_Fail_Count "+    "-v 183,raw48,SATA_Downshift_Count "+  //"-v 184,raw48,End-to-End_Error "+  //"-v 187,raw48,Reported_Uncorrect "+  //"-v 190,raw48,Airflow_Temperature_Cel "+    "-v 192,raw48,Unsafe_Shutdown_Count "+    "-v 225,raw48,Host_Writes_32MiB "+    "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)+    "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage+    "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'+  //"-v 232,raw48,Available_Reservd_Space "+  //"-v 233,raw48,Media_Wearout_Indicator "+    "-v 241,raw48,Host_Writes_32MiB "+    "-v 242,raw48,Host_Reads_32MiB"+  },   { "Intel 510 Series SSDs",     "INTEL SSDSC2MH(120|250)A2",     "", "",</description>
    <pubDate>Wed, 05 Oct 2011 15:22:03 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2011-10-05T15:22:03Z</dc:date>
    <item>
      <title>smartmontools patch for 710</title>
      <link>https://community.solidigm.com/t5/archive/smartmontools-patch-for-710/m-p/15251#M9886</link>
      <description>&lt;P&gt;In case anyone else here needs this, I succeeded in patching smartmontools 5.41 to read the 710 series smart counters.&lt;/P&gt;&lt;P&gt;They're basically the same as the 320 so the patch essentially involves copying the 320 definition and changing the device id.&lt;/P&gt;&lt;P&gt;Since I only have 100G drives, I may not have the device ID correct for all sizes (guessed that they were the same except for the size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;diff -ru ../smartmontools-5.41.orig/drivedb.h ./drivedb.h&lt;/P&gt;--- ../smartmontools-5.41.orig/drivedb.h        2011-06-08 15:26:23.000000000 -0600+++ ./drivedb.h 2011-10-05 00:46:27.047939603 -0600@@ -273,6 +273,31 @@     "-v 241,raw48,Host_Writes_32MiB "     "-v 242,raw48,Host_Reads_32MiB"   },+{ "Intel 710 Series SSDs",+    "INTEL SSDSA2BZ(100|200|300)G3",+    "", "",+  //"-v 3,raw48,Spin_Up_Time "+  //"-v 4,raw48,Start_Stop_Count "+  //"-v 5,raw48,Reallocated_Sector_Ct "+  //"-v 9,raw48,Power_On_Hours "+  //"-v 12,raw48,Power_Cycle_Count "+    "-v 170,raw48,Reserve_Block_Count "+    "-v 171,raw48,Program_Fail_Count "+    "-v 172,raw48,Erase_Fail_Count "+    "-v 183,raw48,SATA_Downshift_Count "+  //"-v 184,raw48,End-to-End_Error "+  //"-v 187,raw48,Reported_Uncorrect "+  //"-v 190,raw48,Airflow_Temperature_Cel "+    "-v 192,raw48,Unsafe_Shutdown_Count "+    "-v 225,raw48,Host_Writes_32MiB "+    "-v 226,raw48,Workld_Media_Wear_Indic " // Timed Workload Media Wear Indicator (percent*1024)+    "-v 227,raw48,Workld_Host_Reads_Perc "  // Timed Workload Host Reads Percentage+    "-v 228,raw48,Workload_Minutes " // 226,227,228 can be reset by 'smartctl -t vendor,0x40'+  //"-v 232,raw48,Available_Reservd_Space "+  //"-v 233,raw48,Media_Wearout_Indicator "+    "-v 241,raw48,Host_Writes_32MiB "+    "-v 242,raw48,Host_Reads_32MiB"+  },   { "Intel 510 Series SSDs",     "INTEL SSDSC2MH(120|250)A2",     "", "",</description>
      <pubDate>Wed, 05 Oct 2011 15:22:03 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/archive/smartmontools-patch-for-710/m-p/15251#M9886</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2011-10-05T15:22:03Z</dc:date>
    </item>
  </channel>
</rss>

