<?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 symlink wfa help in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18742#M3990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work on a simple workflow for creating a symlink. I am attaching the WFA command I created which works fine, but the trouble is when I insert this into creating a new workflow and matching the variables. I am very new to this WFA and it is confusing after this step. Can anyone help me create this workflow so I can learn and progress.&lt;/P&gt;&lt;P&gt;All I am trying to do is a symlink creation using New-NaFileSymlink PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my needs my first selection should be a vFiler and then choose the corresponding qtrees/volumes on that particular vFiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;My command summary&lt;/P&gt;&lt;P&gt;New-NaFileSymlink /vol/vol_cifs/ftp_qtree /vol/ftplinks/ftpid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTPID - ftpid (input by the user)&lt;/P&gt;&lt;P&gt;FTPVolumeName - ftplinks&lt;/P&gt;&lt;P&gt;Qtree Name - ftp_qtree&lt;/P&gt;&lt;P&gt;VFilerName - vfiler1&lt;/P&gt;&lt;P&gt;Volume Name - vol_cifs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY COMMAND INFO ( for some reason I cant attach my dar file)&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="Volume name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$VolumeName, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Qtree name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$QtreeName,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="vFiler name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$VFilerName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Array name or IP address")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Array,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="FTP Volume Name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$FTPVolumeName, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="FTP ID")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$FTPID&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; # connect to controller&lt;/P&gt;&lt;P&gt;Connect-WfaController -Array $Array&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Set QtreePath&lt;/P&gt;&lt;P&gt;$QtreePath = "/vol/" + $VolumeName + "/" + $QtreeName&lt;/P&gt;&lt;P&gt;$FTPpath = "/vol/" + $FTPVolumeName + "/"+&amp;nbsp; "/" +$FTPID&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;New-NaFileSymlink $QtreePath $FTPpath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:28:45 GMT</pubDate>
    <dc:creator>MPERIYAK</dc:creator>
    <dc:date>2025-06-05T05:28:45Z</dc:date>
    <item>
      <title>symlink wfa help</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18742#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work on a simple workflow for creating a symlink. I am attaching the WFA command I created which works fine, but the trouble is when I insert this into creating a new workflow and matching the variables. I am very new to this WFA and it is confusing after this step. Can anyone help me create this workflow so I can learn and progress.&lt;/P&gt;&lt;P&gt;All I am trying to do is a symlink creation using New-NaFileSymlink PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my needs my first selection should be a vFiler and then choose the corresponding qtrees/volumes on that particular vFiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;My command summary&lt;/P&gt;&lt;P&gt;New-NaFileSymlink /vol/vol_cifs/ftp_qtree /vol/ftplinks/ftpid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTPID - ftpid (input by the user)&lt;/P&gt;&lt;P&gt;FTPVolumeName - ftplinks&lt;/P&gt;&lt;P&gt;Qtree Name - ftp_qtree&lt;/P&gt;&lt;P&gt;VFilerName - vfiler1&lt;/P&gt;&lt;P&gt;Volume Name - vol_cifs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY COMMAND INFO ( for some reason I cant attach my dar file)&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="Volume name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$VolumeName, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Qtree name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$QtreeName,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="vFiler name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$VFilerName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Array name or IP address")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Array,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="FTP Volume Name")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$FTPVolumeName, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="FTP ID")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$FTPID&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; # connect to controller&lt;/P&gt;&lt;P&gt;Connect-WfaController -Array $Array&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Set QtreePath&lt;/P&gt;&lt;P&gt;$QtreePath = "/vol/" + $VolumeName + "/" + $QtreeName&lt;/P&gt;&lt;P&gt;$FTPpath = "/vol/" + $FTPVolumeName + "/"+&amp;nbsp; "/" +$FTPID&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;New-NaFileSymlink $QtreePath $FTPpath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:28:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18742#M3990</guid>
      <dc:creator>MPERIYAK</dc:creator>
      <dc:date>2025-06-05T05:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: symlink wfa help</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18747#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please paste a screen shot of the screen where you are exactly facing the problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2014 05:31:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18747#M3992</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2014-09-13T05:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: symlink wfa help</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18752#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know of a Professional Service Engineer that is now the Principal Technical Architect that is very skilled with Powershell scripts like these. His name is John Fullbright. You could try e-mailing him at &lt;A href="mailto:John.Fullbright@netapp.com" target="_blank"&gt;John.Fullbright@netapp.com&lt;/A&gt; &amp;amp; see if he has a moment to review your script. I'm sure a script like this would be very trivial for him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to his forum profile as well: &lt;A _jive_internal="true" href="https://community.netapp.com/people/fjohn" target="_blank"&gt;https://communities.netapp.com/people/fjohn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicholas Lee Fagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 00:02:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/18752#M3994</guid>
      <dc:creator>nicholaf</dc:creator>
      <dc:date>2014-09-14T00:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: symlink wfa help</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/90627#M17003</link>
      <description>&lt;P&gt;I have managed to get this working. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 20:40:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/symlink-wfa-help/m-p/90627#M17003</guid>
      <dc:creator>MPERIYAK</dc:creator>
      <dc:date>2014-10-02T20:40:35Z</dc:date>
    </item>
  </channel>
</rss>

