<?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: How to retrieve the transfered volume per q_tree with snapvault in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46832#M11016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. Where can we retrieve this SDK/API and the corresponding documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do we have to issue these command/function? on the primary? on the secondary? We must have a specific connexion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another issue is that, in our current code we use the NDMP protocol to communicate with the filer, Is there a way to retrievethe same set of informaiton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with using the NDMP protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks again for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 07:43:54 GMT</pubDate>
    <dc:creator>jean_michel_drean</dc:creator>
    <dc:date>2008-05-20T07:43:54Z</dc:date>
    <item>
      <title>How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46810#M11010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a specific backup applicaiton (time navigator from&lt;/P&gt;&lt;P&gt;Atempo) that manages the snapvault backup using ndmp request&lt;/P&gt;&lt;P&gt;(NDMP_SVP_CREATE_SNAP, NDMP_SVS_CREATE_SNAP etc..) in auto_trans mode&lt;/P&gt;&lt;P&gt;or with an explicit transfert using NDMP_SVS_TRANSFER_BACKUP depending&lt;/P&gt;&lt;P&gt;on some parameters.&lt;/P&gt;&lt;P&gt;We want to retrieve the actual migrated volume between the primary and&lt;/P&gt;&lt;P&gt;the secondary, eventually per qtree. Is there any API to do this? could&lt;/P&gt;&lt;P&gt;it be done through an NDMP request or reply?&lt;/P&gt;&lt;P&gt;thanks for your answer and help.&lt;/P&gt;&lt;P&gt;jean-michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:34:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46810#M11010</guid>
      <dc:creator>jean_michel_drean</dc:creator>
      <dc:date>2025-06-05T07:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46814#M11012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below set of APIs retrieves a snapvault relationship status (which contains source-path and destination-path).  On the secondary, given a destination path (qtree) the &lt;STRONG&gt;get-relationship-status&lt;/STRONG&gt; APIs can retrieve the source path (volume/qtree).   Look at the SDK documentation for more details.  Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snapvault-primary-get-relationship-status&lt;/P&gt;&lt;P&gt;snapvault-primary-relationship-status-list-iter-end&lt;/P&gt;&lt;P&gt;snapvault-primary-relationship-status-list-iter-next&lt;/P&gt;&lt;P&gt;snapvault-primary-relationship-status-list-iter-start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snapvault-secondary-get-relationship-status&lt;/P&gt;&lt;P&gt;snapvault-secondary-relationship-status-list-iter-end&lt;/P&gt;&lt;P&gt;snapvault-secondary-relationship-status-list-iter-next&lt;/P&gt;&lt;P&gt;snapvault-secondary-relationship-status-list-iter-start&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 06:04:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46814#M11012</guid>
      <dc:creator>nagendrk</dc:creator>
      <dc:date>2008-05-17T06:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46819#M11014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my bad english but the purpose of this post was not to retrieve administrative inforamtion about the relationship (Volume qtree snapsetname etc..) that we already get with NDMP, but statistical information such the actual transfered size (amount of data in bytes) during a snpavault transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need this informatio nper volume or per qtree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your healp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 17:58:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46819#M11014</guid>
      <dc:creator>jean_michel_drean</dc:creator>
      <dc:date>2008-05-19T17:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46824#M11015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation for same set of APIs show that these APIs retrieve below field.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;transfer-progress :- &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;Number of kilobytes (1024 bytes) transferred so far.  &lt;/SPAN&gt;&lt;/SPAN&gt;Other statistical data for current transfers - &lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;current-transfer-error, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;current-transfer-type&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, other statistical data such as &lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;last-transfer-duration, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;last-transfer-from-path, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;last-transfer-from-system, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;last-transfer-size, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;last-transfer-type &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN __default_attr="verdana" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;are retrieved for an inactive connection, showing the status of the last transfer.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 05:32:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46824#M11015</guid>
      <dc:creator>nagendrk</dc:creator>
      <dc:date>2008-05-20T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46832#M11016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. Where can we retrieve this SDK/API and the corresponding documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do we have to issue these command/function? on the primary? on the secondary? We must have a specific connexion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another issue is that, in our current code we use the NDMP protocol to communicate with the filer, Is there a way to retrievethe same set of informaiton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with using the NDMP protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks again for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:43:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46832#M11016</guid>
      <dc:creator>jean_michel_drean</dc:creator>
      <dc:date>2008-05-20T07:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the transfered volume per q_tree with snapvault</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46837#M11017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manage ONTAP SDK is available at &lt;A href="http://communities.netapp.com/docs/DOC-1110" target="_blank"&gt;http://communities.netapp.com/docs/DOC-1110&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find API documentation bundled along with SDK.   Below links point to some additional training materials. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://communities.netapp.com/docs/DOC-1127" target="_blank"&gt;http://communities.netapp.com/docs/DOC-1127&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://communities.netapp.com/docs/DOC-1068" target="_blank"&gt;http://communities.netapp.com/docs/DOC-1068&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are APIs that will return status on both primary and secondary for a snapvault relationship.  For eg. On invoking "snapvault-primary-get-relationship-status" on primary it returns the relationship status and statistics.  Similarly invoking "snapvault-secondary-get-relationship-status" on the secondary gives relationship status as per secondary.  For more details refer "snapvault" section of "Data Ontap APIs" in the "Programming Guide" in SDK help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know how to achieve the same with NDMP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 08:43:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-retrieve-the-transfered-volume-per-q-tree-with-snapvault/m-p/46837#M11017</guid>
      <dc:creator>nagendrk</dc:creator>
      <dc:date>2008-05-20T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

