<?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: Questions revolving around NFS Exports in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52555#M10935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was pondering the possibilities myself... While there's no command that will allow you to explicitly pull out a single host from an export, you could use 'export -io' to re-write the export with the updated RW/R/Root hosts info. So, we do have the ability do pull this off assuming we could somehow capture the updated entries minus the host(s) entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being new to WFA for the most part, I'm not quite sure of how this could be done. I explored the 'Update Export' command a bit to see if I could wrap my head around what's happening -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that we are creating a new line for each security entry and appending the new host entry to that -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # get the rule for the provided export&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $securityRule = $export.SecurityRules[0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newRoots = PrepareHosts -ListType Root -SecurityRuleInfo $securityRule -NewHosts $RootHosts&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newRWHosts = PrepareHosts -ListType ReadWrite -SecurityRuleInfo $securityRule -NewHosts $RWhosts&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newROHosts = PrepareHosts -ListType ReadOnly -SecurityRuleInfo $securityRule -NewHosts $ROhosts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like this one may have to be done via perl unless someone has any other way to spin this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was going to do something outside of PowerShell, I'm thinking that I would opt for updating the /etc/netgroup and using netgroups for my exports instead.&amp;nbsp; In my case, we would likely have to update several exports via WFA using the current command just to say add a new ESX host into the mix whereas a netgroup would make only one point of touch to update all exports associated with a particular VMware instance's datastores in a single flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else gone this route?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 16:47:56 GMT</pubDate>
    <dc:creator>rustyb</dc:creator>
    <dc:date>2013-07-16T16:47:56Z</dc:date>
    <item>
      <title>Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52529#M10929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few questions about some things we would like to be able to do with WFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How can I remove a particular server from an export entry using a command?&lt;/P&gt;&lt;P&gt;2) Could the netgroups file be changed via WFA in the same way an export is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:00:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52529#M10929</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2025-06-05T06:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52534#M10930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Branden,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean delete export from /etc/exports?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can you check if "remove export" command will help you for your first point?&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;Rajeev &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 05:18:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52534#M10930</guid>
      <dc:creator>karale</dc:creator>
      <dc:date>2013-06-14T05:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52539#M10931</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;try this link.you have workflow available for the NFS management.you can import and customize as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-14409" target="_blank"&gt;https://communities.netapp.com/docs/DOC-14409&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinvas Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 05:53:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52539#M10931</guid>
      <dc:creator>raovolvoadmin</dc:creator>
      <dc:date>2013-06-14T05:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52543#M10932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. The pirate pack was quite helpful but it still does not do what I would like to. At least as far as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we have retired hosts, we want to remove just those specifically from an export but leave the rest of the exports there.&lt;/P&gt;&lt;P&gt;Right now we have to manually edit this file with something like Notepad++ to do so. I was hoping I could leverage WFA to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;/vol/NFS_Test5 -sec=sys,rw=192.168.123.123:testhost,root=192.168.123.123:testhost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I just want to remove testhost but leave 192.168.123.123 there. I don't want to delete the entire export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 21:23:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52543#M10932</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2013-06-14T21:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52546#M10933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone made progress on this request?...&amp;nbsp; I also would like to remove only a particular host or set of hosts from an export (not the entire thing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is any update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 18:58:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52546#M10933</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2013-07-15T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52549#M10934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've wondered how to do this too with the exportfs command but as far as I can tell it isn't possible.&amp;nbsp; If you look at the man page for exportfs:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://library.netapp.com/ecmdocs/ECMP1196462/html/cmdref/man1/na_exportfs.1.html" title="https://library.netapp.com/ecmdocs/ECMP1196462/html/cmdref/man1/na_exportfs.1.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1196462/html/cmdref/man1/na_exportfs.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There doesn't appear to be any way to remove a single client from a given line in the /etc/exports file.&amp;nbsp; So unless there is some extra functionality built into API calls that manage NFS exports I don't see how WFA would be able to do something that isn't already possible via the command line.&amp;nbsp; You should still get NetApp confirmation but this is my take...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:28:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52549#M10934</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2013-07-15T21:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52555#M10935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was pondering the possibilities myself... While there's no command that will allow you to explicitly pull out a single host from an export, you could use 'export -io' to re-write the export with the updated RW/R/Root hosts info. So, we do have the ability do pull this off assuming we could somehow capture the updated entries minus the host(s) entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being new to WFA for the most part, I'm not quite sure of how this could be done. I explored the 'Update Export' command a bit to see if I could wrap my head around what's happening -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that we are creating a new line for each security entry and appending the new host entry to that -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # get the rule for the provided export&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $securityRule = $export.SecurityRules[0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newRoots = PrepareHosts -ListType Root -SecurityRuleInfo $securityRule -NewHosts $RootHosts&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newRWHosts = PrepareHosts -ListType ReadWrite -SecurityRuleInfo $securityRule -NewHosts $RWhosts&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $newROHosts = PrepareHosts -ListType ReadOnly -SecurityRuleInfo $securityRule -NewHosts $ROhosts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like this one may have to be done via perl unless someone has any other way to spin this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was going to do something outside of PowerShell, I'm thinking that I would opt for updating the /etc/netgroup and using netgroups for my exports instead.&amp;nbsp; In my case, we would likely have to update several exports via WFA using the current command just to say add a new ESX host into the mix whereas a netgroup would make only one point of touch to update all exports associated with a particular VMware instance's datastores in a single flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else gone this route?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 16:47:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52555#M10935</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2013-07-16T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52560#M10937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Branden Taber wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this. The pirate pack was quite helpful but it still does not do what I would like to. At least as far as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we have retired hosts, we want to remove just those specifically from an export but leave the rest of the exports there.&lt;/P&gt;&lt;P&gt;Right now we have to manually edit this file with something like Notepad++ to do so. I was hoping I could leverage WFA to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;/vol/NFS_Test5 -sec=sys,rw=192.168.123.123:testhost,root=192.168.123.123:testhost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I just want to remove testhost but leave 192.168.123.123 there. I don't want to delete the entire export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove only single hosts 192.168.123.123. Run below mentioned command on CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run exportfs -p sec=sys,rw=testhost,root=testhost /vol/NFS_Test5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 18:07:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52560#M10937</guid>
      <dc:creator>sharmadevender</dc:creator>
      <dc:date>2013-07-16T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Questions revolving around NFS Exports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52564#M10938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rusty et all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been pretty busy getting things moving in the clustered ONTAP space and prepared for VMworld (Wait until you see the new stuff I am coming out with).&amp;nbsp; I decided that since this seems to be a pretty hot request, that I would take a look at everything and figure out the easiest update.&amp;nbsp; I have updated the &lt;A href="https://community.netapp.com/docs/DOC-24954" target="_blank"&gt; Pirate Pack for Shared NAS for traditional Data ONTAP v2.0&lt;/A&gt; to now allow for individual host management of NFSv3 Exports.&amp;nbsp; I have also posted this command as a separate DAR - &lt;A href="https://community.netapp.com/docs/DOC-29049" target="_blank"&gt; Command: Remove Host from NFS Export - 7DOT&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;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 01:47:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Questions-revolving-around-NFS-Exports/m-p/52564#M10938</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-07-18T01:47:46Z</dc:date>
    </item>
  </channel>
</rss>

