<?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: cDOT existing export , add new IP in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125610#M5140</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/52364"&gt;@Kirand1979﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/45148"&gt;@Socra﻿&lt;/a&gt;&amp;nbsp;is correct, though you can also pipeline the Get-NcExportPolicy into New-NcExportRule. There are some examples of managing access to exports (and shares and LUNs)&amp;nbsp;&lt;A href="http://practical-admin.com/blog/netapp-powershell-toolkit-101-managing-data-access/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2016 19:14:26 GMT</pubDate>
    <dc:creator>asulliva</dc:creator>
    <dc:date>2016-11-22T19:14:26Z</dc:date>
    <item>
      <title>cDOT existing export , add new IP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125333#M5130</link>
      <description>&lt;P&gt;i looked at&amp;nbsp;Get-NcExportRule &amp;amp;&amp;nbsp;Get-NcExportPolicy &amp;amp; get-ncvol&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to i add new IP to existing policy (or export) , its a NFS export.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the policy name,vserver name, i could not see the junction path from -&amp;nbsp;&lt;SPAN&gt;Get-NcExportRule &amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Get-NcExportPolicy&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from client side i think i know the junction path only , the get-ncvol gives only juction path, but that does not tell repective policy name&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to co-related these 3 cmds to get the policy name etc ?&lt;/P&gt;&lt;P&gt;Also how to add new ip ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to check single script which can show below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. vserver&lt;/P&gt;&lt;P&gt;2. clinetMatch&lt;/P&gt;&lt;P&gt;3. controller&lt;/P&gt;&lt;P&gt;4. policyname&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. which ips has RW &amp;amp; which has say RO&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:17:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125333#M5130</guid>
      <dc:creator>Kirand1979</dc:creator>
      <dc:date>2025-06-04T18:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT existing export , add new IP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125609#M5139</link>
      <description>&lt;P&gt;To add a new ip to an existing export policy try this:&lt;BR /&gt;&lt;BR /&gt;New-NcExportRule name-of-export-policy -clientmatch 10.20.30.40 -ReadOnlySecurityFlavor any -ReadWriteSecurityFlavor any -SuperUserSecurityFlavor any&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 19:09:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125609#M5139</guid>
      <dc:creator>Socra</dc:creator>
      <dc:date>2016-11-22T19:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT existing export , add new IP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125610#M5140</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/52364"&gt;@Kirand1979﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/45148"&gt;@Socra﻿&lt;/a&gt;&amp;nbsp;is correct, though you can also pipeline the Get-NcExportPolicy into New-NcExportRule. There are some examples of managing access to exports (and shares and LUNs)&amp;nbsp;&lt;A href="http://practical-admin.com/blog/netapp-powershell-toolkit-101-managing-data-access/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 19:14:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/cDOT-existing-export-add-new-IP/m-p/125610#M5140</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-11-22T19:14:26Z</dc:date>
    </item>
  </channel>
</rss>

