<?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: Create suid export-policy rule in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72229#M15029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sinhaa -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Very helpful.&amp;nbsp; I will take a look at that toolkit for future reference.&amp;nbsp; Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 15:29:32 GMT</pubDate>
    <dc:creator>john_szakacs</dc:creator>
    <dc:date>2014-08-06T15:29:32Z</dc:date>
    <item>
      <title>Create suid export-policy rule</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72212#M15023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to create a cDOT export-policy rule that has 'allow-suid' set to true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The "Create export rule" does not have a reference to the allow-suid flag&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I created a new command and extended the command code to include it:&lt;/P&gt;&lt;P&gt;----/--&lt;/P&gt;&lt;P&gt;Added the parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [parameter(Mandatory=$true,HelpMessage="Allow SUID")]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [string]$Suid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added it to the expression:&lt;/P&gt;&lt;P&gt; ... -ReadWriteSecurityFlavor" + $RwRule + " -allow-suid " + $Suid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That threw an error on unknown element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a new definition called SZ_Export_SUID_Rule and added a line with allow-suid &lt;/P&gt;&lt;P&gt;Changed the parameter in the command to reference that new definition and still get the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:31:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72212#M15023</guid>
      <dc:creator>john_szakacs</dc:creator>
      <dc:date>2025-06-05T05:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create suid export-policy rule</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72216#M15024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When are you getting this error?&lt;/P&gt;&lt;P&gt;Did you do a Discover Paramaters after you added the new parameters to the command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:03:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72216#M15024</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2014-08-05T11:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create suid export-policy rule</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72221#M15026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WFA commands user cDOT Powershell Tookit cmdlets and not cDOT CLI commands. So for this export-rule create command, the cmdlet New-NcExportRule doesn't have any -allow-suid parameter. It uses a switch -EnableSetUid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can do the following:&lt;/P&gt;&lt;P&gt;## begin###&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;[parameter(Mandatory=$true,HelpMessage="Allow SUID true/false")]&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; [bool]$Suid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;if($Suid)&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;{&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp; $expression = "New-NcExportRule -ErrorAction Stop -VserverContext " + $VserverName + " -Policy " + $PolicyName + " -ClientMatch " + $ClientMatch + " -ReadOnlySecurityFlavor " + $RoRule + " -ReadWriteSecurityFlavor " + $RwRule + " -EnableSetUid"&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;}&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;else {&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&amp;nbsp; $expression = "New-NcExportRule -ErrorAction Stop -VserverContext " + $VserverName + " -Policy " + $PolicyName + " -ClientMatch " + $ClientMatch + " -ReadOnlySecurityFlavor " + $RoRule + " -ReadWriteSecurityFlavor " + $RwRule + " -DisableSetUid"&lt;/P&gt;&lt;P style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 12:09:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72221#M15026</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-08-05T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create suid export-policy rule</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72229#M15029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sinhaa -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Very helpful.&amp;nbsp; I will take a look at that toolkit for future reference.&amp;nbsp; Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:29:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-suid-export-policy-rule/m-p/72229#M15029</guid>
      <dc:creator>john_szakacs</dc:creator>
      <dc:date>2014-08-06T15:29:32Z</dc:date>
    </item>
  </channel>
</rss>

