<?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 vfiler set options in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17516#M3665</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 would like set some options during WFA vfiler creation and t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;he only way I found is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Invoke-NaSsh -ControllerName 172.16.4.134 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-Command "vfiler run options vftest cifs.restrict_anonymous 1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The problem is that invoke-NAssh don't use connect-wfacontroller credentials and I need to cache them before with add-NACrendentials.&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;Does exist a way to use&amp;nbsp; invoke-NAssh with WFA integrated cretentials or set options in vfilers in others ways.&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;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;francois&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:13:34 GMT</pubDate>
    <dc:creator>francoisbnc</dc:creator>
    <dc:date>2025-06-05T06:13:34Z</dc:date>
    <item>
      <title>vfiler set options</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17516#M3665</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 would like set some options during WFA vfiler creation and t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;he only way I found is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Invoke-NaSsh -ControllerName 172.16.4.134 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-Command "vfiler run options vftest cifs.restrict_anonymous 1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The problem is that invoke-NAssh don't use connect-wfacontroller credentials and I need to cache them before with add-NACrendentials.&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;Does exist a way to use&amp;nbsp; invoke-NAssh with WFA integrated cretentials or set options in vfilers in others ways.&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;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;francois&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:13:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17516#M3665</guid>
      <dc:creator>francoisbnc</dc:creator>
      <dc:date>2025-06-05T06:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: vfiler set options</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17520#M3667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Francois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a custom command to set options in a vfiler, i have used the below in the command code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Array name or IP address")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Array,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Name of the vfiler")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$VfilerName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="options name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$OptionName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="option value")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Value&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;# connect to controller&lt;/P&gt;&lt;P&gt;Connect-WFAController -Array $Array -Vfiler $VfilerName&lt;/P&gt;&lt;P&gt;&amp;nbsp; # in vfiler context&lt;/P&gt;&lt;P&gt;Set-NaOption -OptionName $OptionName -OptionValue $Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code will help you connect to the vfiler directly and &lt;EM&gt;Connect-WFAController&lt;/EM&gt; will take the credentials from what the user sets in WFA credentials&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sharu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:48:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17520#M3667</guid>
      <dc:creator>sharu</dc:creator>
      <dc:date>2012-12-19T16:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: vfiler set options</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17529#M3671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sharu,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;That is exactely what i wished, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanx a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;francois&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 17:36:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/vfiler-set-options/m-p/17529#M3671</guid>
      <dc:creator>francoisbnc</dc:creator>
      <dc:date>2012-12-19T17:36:08Z</dc:date>
    </item>
  </channel>
</rss>

