<?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: filter SQL Query for VSM destination volume in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99802#M17595</link>
    <description>&lt;P&gt;Can you try to specify the array_ip parameter from back to single quote :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dest_array.ip = ‘${array_ip}’&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dest_array.ip = '${array_ip}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2015 08:44:16 GMT</pubDate>
    <dc:creator>rkiran</dc:creator>
    <dc:date>2015-01-27T08:44:16Z</dc:date>
    <item>
      <title>filter SQL Query for VSM destination volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99741#M17581</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Do anyone have sql query script to quries VSM base on exsiting destination volume.&lt;/P&gt;&lt;P&gt;i would like to create break work flow command but unable to find certification filter command in wfa.&lt;/P&gt;&lt;P&gt;if you guys have any idea or example script please share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:13:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99741#M17581</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2025-06-05T05:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: filter SQL Query for VSM destination volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99742#M17582</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;it's for 7-mode Filer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2015 14:59:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99742#M17582</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-25T14:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: filter SQL Query for VSM destination volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99745#M17583</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;i was tied to duplicate procedure of certificate Filter "Filter SnapMirror relationship by destination volume" for cm_storage into my own sql query for VSM 7-mode.&lt;/P&gt;&lt;P&gt;so the sql query show as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;vsm.id,&lt;BR /&gt;src_volume.name AS 'volume.name',&lt;BR /&gt;dest_volume.name AS 'secondary_volume.name',&lt;BR /&gt;src_array.ip AS 'volume.array.ip',&lt;BR /&gt;dest_array.ip AS 'secondary_volume.array.ip'&lt;BR /&gt;FROM&lt;BR /&gt;storage.vsm,&lt;BR /&gt;storage.array src_array,&lt;BR /&gt;storage.array dest_array,&lt;BR /&gt;storage.volume src_volume,&lt;BR /&gt;storage.volume dest_volume&lt;BR /&gt;WHERE&lt;BR /&gt;vsm.secondary_volume_id = dest_volume.id&lt;BR /&gt;AND vsm.volume_id = src_volume.id&lt;BR /&gt;AND dest_array.ip = ‘${array_ip}’&lt;BR /&gt;AND dest_volume.name LIKE '${dest_volume}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but found error which not pointable the error show as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2558-01-26 at 12.11.30 AM.png" border="0" src="https://community.netapp.com/t5/image/serverpage/image-id/1906i7B4E861288A78E10/image-size/original?v=mpbl-1&amp;amp;px=-1" title="Screen Shot 2558-01-26 at 12.11.30 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if anyone have any idea about my issue please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. i used VSM (storage) cerificated dictionary for my sql query filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2015 17:15:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99745#M17583</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-25T17:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: filter SQL Query for VSM destination volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99802#M17595</link>
      <description>&lt;P&gt;Can you try to specify the array_ip parameter from back to single quote :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dest_array.ip = ‘${array_ip}’&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dest_array.ip = '${array_ip}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 08:44:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99802#M17595</guid>
      <dc:creator>rkiran</dc:creator>
      <dc:date>2015-01-27T08:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: filter SQL Query for VSM destination volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99836#M17603</link>
      <description>&lt;P&gt;Dear RKINRAN&lt;/P&gt;&lt;P&gt;it's working now thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 18:26:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/filter-SQL-Query-for-VSM-destination-volume/m-p/99836#M17603</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-27T18:26:09Z</dc:date>
    </item>
  </channel>
</rss>

