<?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: Running interactive commands via WFA in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106736#M18816</link>
    <description>&lt;P&gt;prasadkm0204,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You need to look to solve the problem of NO WFA Provided commands in the following order:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Look for a Posh cmdlet and create your own WFA commands using those. This will almost certianly solve your problem. Powershell cmdlets for almost everything that is possible to do with a cluster/array is provided. See the documentation on this at WFA-&amp;gt;Help-&amp;gt;Support Links -&amp;gt; Powershell cmdlets Help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my code example provided here for the specific case of creating a security login account:&amp;nbsp;&lt;A target="_blank" href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/WFA-Input-Type-of-password-issues/m-p/106299"&gt;WFA Input Type of 'password' issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;If at all there is no Powershell cmdlet available for a task, you can create WFA commands using SDK and ZAPIs. They are bundled for Posh and Perl languages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Invoking direct InvokeWfaCluster-CLI is okay but not what I would recommend to use. Not that this will not work, or will create any unwanted issues. It will be fine mostly excapt it may end up askign for User-Inputs. Also the command output unlike ZAPI or Posh cmdlets is returned in string format &amp;nbsp;and those are compatively difficult to parse and loop through or be useful in creating advanced level commands. &amp;nbsp;One liners its fine. You'll start to face this as you develope more commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2015 07:07:39 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-06-26T07:07:39Z</dc:date>
    <item>
      <title>Running interactive commands via WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106706#M18813</link>
      <description>&lt;P&gt;So I am using WFA to deploy my storage systems. For tasks, where there is no commands I am using InvokeWFACluster-CLI.&lt;/P&gt;&lt;P&gt;The problem with this is there are some commands that needs a input like the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;PRE&gt;security login create -username &amp;lt;username&amp;gt; -application ontapi -authmethod password -role admin -vserver &amp;lt;admin_vservername&amp;gt;&lt;/PRE&gt;&lt;P&gt;--&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can provide the password without requiring the user input. In this case, WFA doesn't prompt for a user input either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Prasad&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:08:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106706#M18813</guid>
      <dc:creator>prasadkm0204</dc:creator>
      <dc:date>2025-06-05T04:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running interactive commands via WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106736#M18816</link>
      <description>&lt;P&gt;prasadkm0204,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You need to look to solve the problem of NO WFA Provided commands in the following order:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Look for a Posh cmdlet and create your own WFA commands using those. This will almost certianly solve your problem. Powershell cmdlets for almost everything that is possible to do with a cluster/array is provided. See the documentation on this at WFA-&amp;gt;Help-&amp;gt;Support Links -&amp;gt; Powershell cmdlets Help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my code example provided here for the specific case of creating a security login account:&amp;nbsp;&lt;A target="_blank" href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/WFA-Input-Type-of-password-issues/m-p/106299"&gt;WFA Input Type of 'password' issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;If at all there is no Powershell cmdlet available for a task, you can create WFA commands using SDK and ZAPIs. They are bundled for Posh and Perl languages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Invoking direct InvokeWfaCluster-CLI is okay but not what I would recommend to use. Not that this will not work, or will create any unwanted issues. It will be fine mostly excapt it may end up askign for User-Inputs. Also the command output unlike ZAPI or Posh cmdlets is returned in string format &amp;nbsp;and those are compatively difficult to parse and loop through or be useful in creating advanced level commands. &amp;nbsp;One liners its fine. You'll start to face this as you develope more commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 07:07:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106736#M18816</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-06-26T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running interactive commands via WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106818#M18835</link>
      <description>&lt;P&gt;Thanks Sinhaa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will revisit my process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Prasad&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:34:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-interactive-commands-via-WFA/m-p/106818#M18835</guid>
      <dc:creator>prasadkm0204</dc:creator>
      <dc:date>2015-06-29T17:34:39Z</dc:date>
    </item>
  </channel>
</rss>

