<?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: WFA - Cluster/vServer Peer SQL Query in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34507#M7060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sheel,&lt;/P&gt;&lt;P&gt;WFA does not have cluster/vserver peer data cached in its database, since this data is not collected by OCUM as well.&lt;/P&gt;&lt;P&gt;Also vserver comments are not reflecting in WFA cache, since this data too is not collected by OCUM.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In order to use this data in filters, you will have to cache the data in WFA db. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be done by creating a custom data source type that could acquire the data you require from the cluster and place it in the playground database.&lt;/P&gt;&lt;P&gt;Once this data is cached, a filter could be written to fetch you the details you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 09:40:33 GMT</pubDate>
    <dc:creator>dhruvd</dc:creator>
    <dc:date>2014-09-04T09:40:33Z</dc:date>
    <item>
      <title>WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34501#M7059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a possibility to configure the data protection for a provisioned volume automatically.&lt;/P&gt;&lt;P&gt;For that i need to create a filter which shall automatically select its peer relation with cluster and vserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find the table/database in WFA which does carry any such information about cluster peer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also thought of using the vserver comment, but the vserver comments that we set on OnTap are not reflecting in the WFA database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,Sheel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:29:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34501#M7059</guid>
      <dc:creator>sheelnidhig</dc:creator>
      <dc:date>2025-06-05T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34507#M7060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sheel,&lt;/P&gt;&lt;P&gt;WFA does not have cluster/vserver peer data cached in its database, since this data is not collected by OCUM as well.&lt;/P&gt;&lt;P&gt;Also vserver comments are not reflecting in WFA cache, since this data too is not collected by OCUM.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In order to use this data in filters, you will have to cache the data in WFA db. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be done by creating a custom data source type that could acquire the data you require from the cluster and place it in the playground database.&lt;/P&gt;&lt;P&gt;Once this data is cached, a filter could be written to fetch you the details you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:40:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34507#M7060</guid>
      <dc:creator>dhruvd</dc:creator>
      <dc:date>2014-09-04T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34511#M7062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a small amount of info in "cm_storage.vserver_association" in the form of source vserver id and target vserver id that are peered and in what manner (mirror or vault).&lt;/P&gt;&lt;P&gt;you can extract a query from that and cm_storage.vserver with LEFT JOIN to show peers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need an example for the query and didn't manage getting this out pretty, update us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 20:13:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34511#M7062</guid>
      <dc:creator>solal</dc:creator>
      <dc:date>2014-09-07T20:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34515#M7064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="left: -10000px; top: 1448px; width: 1px; height: 1px; overflow: hidden; position: absolute;"&gt; &lt;/DIV&gt;&lt;P&gt;Hello Solal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to look at the table and it seems that the tables is empty:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MySQL&amp;gt; select * from vserver_association;&lt;/P&gt;&lt;P&gt;Empty set (0.00 sec)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MySQL&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try on your end and see if you see some data on this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,Sheel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:14:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34515#M7064</guid>
      <dc:creator>sheelnidhig</dc:creator>
      <dc:date>2014-09-09T08:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34520#M7067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in mine:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/26799_Untitled.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did your acquisition of OCUM complete correctly?&lt;/P&gt;&lt;P&gt;Do you have Toad or Yog to view the WFA database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it seems that you missed the "cm_storage" database name before the table named "vserver_association".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the full table path:&lt;/P&gt;&lt;P&gt;select * from &lt;STRONG&gt;cm_storage.vserver_association&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:36:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34520#M7067</guid>
      <dc:creator>solal</dc:creator>
      <dc:date>2014-09-09T08:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFA - Cluster/vServer Peer SQL Query</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34524#M7070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Vserver Associations do not necessarily map to vserver peers. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is because, these associations are created using OCUM. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;These associations are created before creating a Storage service template and subscribing to it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solal,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You might have created a vserver association using OCUM 6.X, before creating a storage service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is why you are able to view entries in your database, while Sheel is not able to.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-Dhruv&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:39:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Cluster-vServer-Peer-SQL-Query/m-p/34524#M7070</guid>
      <dc:creator>dhruvd</dc:creator>
      <dc:date>2014-09-09T09:39:16Z</dc:date>
    </item>
  </channel>
</rss>

