<?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 Re: NetApp-Harvest: no data for some ISCSI metrics? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114979#M20435</link>
    <description>&lt;P&gt;Is fixing this more or less taking this section of code from netapp-worker:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;elsif ($obj eq 'fcp_lif') ## Workaround bug 764178 whereby lif names are not returned in some cases via perf APIs&lt;BR /&gt;{&lt;BR /&gt;$in = NaElement-&amp;gt;new('net-interface-get-iter');&lt;BR /&gt;$in-&amp;gt;child_add_string("max-records",$batch_size);&lt;BR /&gt;my $query = new NaElement('query');&lt;BR /&gt;my $netInterfaceInfo = new NaElement('net-interface-info');&lt;BR /&gt;my $dataProtocols = new NaElement('data-protocols');&lt;BR /&gt;$in-&amp;gt;child_add($query);&lt;BR /&gt;$query-&amp;gt;child_add($netInterfaceInfo);&lt;BR /&gt;$netInterfaceInfo-&amp;gt;child_add($dataProtocols);&lt;BR /&gt;$dataProtocols-&amp;gt;child_add_string('data-protocol', 'fcp');&lt;BR /&gt;my $desiredAttributes = new NaElement('desired-attributes');&lt;BR /&gt;$in-&amp;gt;child_add($desiredAttributes);&lt;BR /&gt;my $queryNetInterfaceInfo = new NaElement('net-interface-info');&lt;BR /&gt;$desiredAttributes-&amp;gt;child_add($queryNetInterfaceInfo);&lt;BR /&gt;$queryNetInterfaceInfo-&amp;gt;child_add_string('interface-name','');&lt;BR /&gt;$queryNetInterfaceInfo-&amp;gt;child_add_string('lif-uuid','');&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and replacing "fcp" with "iscsi"?&lt;/P&gt;</description>
    <pubDate>Sun, 24 Jan 2016 23:44:42 GMT</pubDate>
    <dc:creator>DARREN_REED</dc:creator>
    <dc:date>2016-01-24T23:44:42Z</dc:date>
    <item>
      <title>NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114716#M20389</link>
      <description>&lt;P&gt;One of the messages that shows up in the NetApp Harvest log is this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[2016-01-18 12:59:45] [WARNING] [iscsi_lif] instance data poll had matching name and uuid [ff58c09d-fccd-11e3-af4d-123478563412] so not adding it in this partial correct state to instance cache&lt;BR /&gt;[2016-01-18 12:59:45] [WARNING] [iscsi_lif] instance data poll had matching name and uuid [ffa08aaa-f771-11e3-bac7-123478563412] so not adding it in this partial correct state to instance cache&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... there are many of these.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this related to "ISCSI FRONTEND DRILLDOWN" (under "NetApp Dashboard: Node") showing no graphs for the "Throughput" row?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also there are no data graphs at all for "ISCSI FRONTEND DRILLDOWN" under "NetApp Dashboard: SVM", only "N/A" graphs.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:18:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114716#M20389</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2025-06-04T22:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114743#M20396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12554"&gt;@DARREN_REED﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a Data ONTAP bug #764178 whereby the UUID to instance name translation may fail if the cluster is large and/or busy. &amp;nbsp;I worked around this in Harvest for LUN and fcp_lif objects and it looks like I need to do the same for iscsi_lif. &amp;nbsp;I will add to the next toolchest release which I don't have an ETD for at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; Please select “Options” and then “Accept as Solution” if this response answered your question so that others will find it easily!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:41:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114743#M20396</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-01-18T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114979#M20435</link>
      <description>&lt;P&gt;Is fixing this more or less taking this section of code from netapp-worker:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;elsif ($obj eq 'fcp_lif') ## Workaround bug 764178 whereby lif names are not returned in some cases via perf APIs&lt;BR /&gt;{&lt;BR /&gt;$in = NaElement-&amp;gt;new('net-interface-get-iter');&lt;BR /&gt;$in-&amp;gt;child_add_string("max-records",$batch_size);&lt;BR /&gt;my $query = new NaElement('query');&lt;BR /&gt;my $netInterfaceInfo = new NaElement('net-interface-info');&lt;BR /&gt;my $dataProtocols = new NaElement('data-protocols');&lt;BR /&gt;$in-&amp;gt;child_add($query);&lt;BR /&gt;$query-&amp;gt;child_add($netInterfaceInfo);&lt;BR /&gt;$netInterfaceInfo-&amp;gt;child_add($dataProtocols);&lt;BR /&gt;$dataProtocols-&amp;gt;child_add_string('data-protocol', 'fcp');&lt;BR /&gt;my $desiredAttributes = new NaElement('desired-attributes');&lt;BR /&gt;$in-&amp;gt;child_add($desiredAttributes);&lt;BR /&gt;my $queryNetInterfaceInfo = new NaElement('net-interface-info');&lt;BR /&gt;$desiredAttributes-&amp;gt;child_add($queryNetInterfaceInfo);&lt;BR /&gt;$queryNetInterfaceInfo-&amp;gt;child_add_string('interface-name','');&lt;BR /&gt;$queryNetInterfaceInfo-&amp;gt;child_add_string('lif-uuid','');&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and replacing "fcp" with "iscsi"?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2016 23:44:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114979#M20435</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2016-01-24T23:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114992#M20438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some code updates are required where you quote, and more a little later in netapp-worker, and also in the plugin. &amp;nbsp;So a few changes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 09:42:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/114992#M20438</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-01-25T09:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115089#M20447</link>
      <description>&lt;P&gt;patches welcome for testing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 06:11:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115089#M20447</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2016-01-27T06:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115117#M20453</link>
      <description>&lt;P&gt;Patch provided. &amp;nbsp;If someone else needs it for harvest 1.2.2 let me know via private message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; Please select “Options” and then “Accept as Solution” if this response answered your question so that others will find it easily!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:43:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115117#M20453</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-01-27T14:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115141#M20458</link>
      <description>&lt;P&gt;After&amp;nbsp;the patch I have not seen any iscsi_lif uuid messages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only message I see now is "[WARNING] [workload_detail] data-list poller next refresh at [2016-01-28 12:42:00] not scheduled because it occurred in the past"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the patch I now see data showing up on the 'iSCSI Read IOPs" and "iSCSI Write IOPs" under the "ISCSI LIF DRILLDOWN" dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "iSCSI Read Data" and "iSCSI Write Data" are still showing "No datapoints" for the individual graphs and "iSCSI Sent Throughput" and "iSCSI Receive Throughput" both display "N/A MB/s".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, the "Throughput"&amp;nbsp;"iSCSI" panels on the "ISCSI FRONTEND DRILLDOWN" for the SVM dashboard are empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the changes relates to removal of the SVM in output that goes "SVM_LIF". On the "TOP iSCSI Read Latency per LIF" graph, I see "lifa" as well as "svm_lifa" but there is only data for "lifa".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will removing all of the files and directories under&amp;nbsp;/opt/graphite/storage/whisper/netapp/perf/*/*/svm/*/iscsi_lif/*_* clean the graphs up? (None of the files in those directories are being updated now.)&lt;/P&gt;&lt;P&gt;Or is there some residual reference elsewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 02:59:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115141#M20458</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2016-01-28T02:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp-Harvest: no data for some ISCSI metrics?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115148#M20461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12554"&gt;@DARREN_REED﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The warning message you have about "&lt;SPAN&gt;not scheduled because it occurred in the past" means the total time to poll all object types is greater than the polling frequency and a poll had to be skipped. &amp;nbsp;If you see this&amp;nbsp;once in a while I would just ignore but if it is consistent you might want to adjust polling interval or counters collected. &amp;nbsp;The admin guide has some discussion on this warning message and actions you might want to take. &amp;nbsp;It could be that with collection of iscsi_lif working&amp;nbsp;your total collection time has increased to more than the polling frequency.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Throughput stats for iSCSI did not exist in Data ONTAP 8.2 so if your cluster is running that release any graph or panel is expected to display N/A or no data points. &amp;nbsp;The required counters, read_data and write_data, were added in Data ONTAP 8.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the question about:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;"svm_lifa" but there is only data for "lifa"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not quite sure what you mean. &amp;nbsp;Maybe you renamed a LIF? &amp;nbsp;Maybe you can show a screenshot or ls from the graphite server directory so I can better understand? &amp;nbsp;If graphs are not being updated and are stale (like a vol was deleted or a lif was renamed) you can indeed just remove the directories and files; there is no record elsewhere. &amp;nbsp;Should that metric be sent again then Graphite will discover there is no metrics file to update and will create a new one according to the frequency and retention settings in storage-schemas.conf. &amp;nbsp;You can also merge data points from old to new metrics files (for example if you had a rename) using whisper utilities like whisper-merge.py to preserve your existing datapoints.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; Please select “Options” and then “Accept as Solution” if this response answered your question so that others will find it easily!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:38:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NetApp-Harvest-no-data-for-some-ISCSI-metrics/m-p/115148#M20461</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-01-28T08:38:45Z</dc:date>
    </item>
  </channel>
</rss>

