<?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 remove secondary volume from dataset with nmsdk API? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3093#M699</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 might be missing the point of the question, but have you already attempted to use the CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dfpm dataset relinquish { [ &amp;lt;destination-volume-name-or-id&amp;gt; ] | [ &amp;lt;destination-qtree-name-or-id&amp;gt; ] }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 17:04:31 GMT</pubDate>
    <dc:creator>kryan</dc:creator>
    <dc:date>2014-01-17T17:04:31Z</dc:date>
    <item>
      <title>How to remove secondary volume from dataset with nmsdk API?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3088#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for the way how to remove secondary volume from dataset. I am able to remove volumes/qtrees from primary site with "dataset-remove-member" but I am getting this error for secondary volumes: Error: 'member_name' is not in 'dataset_name':root . Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:45:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3088#M697</guid>
      <dc:creator>TYNOVPET_TIETO</dc:creator>
      <dc:date>2025-06-05T05:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove secondary volume from dataset with nmsdk API?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3093#M699</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 might be missing the point of the question, but have you already attempted to use the CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dfpm dataset relinquish { [ &amp;lt;destination-volume-name-or-id&amp;gt; ] | [ &amp;lt;destination-qtree-name-or-id&amp;gt; ] }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 17:04:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3093#M699</guid>
      <dc:creator>kryan</dc:creator>
      <dc:date>2014-01-17T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove secondary volume from dataset with nmsdk API?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3097#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, unfortunatelly, I can't use CLI, but I am trying to do something exactly like: &lt;EM&gt;dfpm dataset remove -N 'Backup' dataset_name dataset_member_name(or ID)&lt;/EM&gt;, but with API.&lt;/P&gt;&lt;P&gt;Thanks, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 18:06:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3097#M700</guid>
      <dc:creator>TYNOVPET_TIETO</dc:creator>
      <dc:date>2014-01-17T18:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove secondary volume from dataset with nmsdk API?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3100#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my $param = NaElement-&amp;gt;new("dataset-member-parameter");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $param-&amp;gt;child_add_string("dp-node-name", '&lt;EM&gt;Backup/Primary Data&lt;/EM&gt;'); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:52:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-remove-secondary-volume-from-dataset-with-nmsdk-API/m-p/3100#M701</guid>
      <dc:creator>TYNOVPET_TIETO</dc:creator>
      <dc:date>2014-01-21T10:52:53Z</dc:date>
    </item>
  </channel>
</rss>

