<?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: Looking at using WFA to create qtrees and shares in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106846#M18840</link>
    <description>&lt;P&gt;oalexis,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you don't have any WFA experience, giving you a solution right now won't make sense. I can only say whatever your current automation need is, you can get it done within minutes with WFA. And you'll be surprised by the flexibility and possibilities it can offer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you download latest release and go through its user guide. Get in touch with NetApp Sales/Support etc. Read some developer's Guide and try some sample workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA is a very intelligent frame-work, and like any other intelligent system, it requires some learing before you can use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2015 12:06:03 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-06-30T12:06:03Z</dc:date>
    <item>
      <title>Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106801#M18828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are looking at using WFA and want to use it to create qtrees and shares from qtrees paths. Currently this is a manual process and takes half a day. I see that WFA can automate qtree creation etc, but how do you specify a set of qtrees (&amp;gt; 100 and names increment... qtree1,qtree2,qtree3). Then from that will create shares with the same names and set permissions. Can someone give me some guidance on how this can be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was going to look at Powershell to do this but figured I'd look at WFA first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2015 20:00:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106801#M18828</guid>
      <dc:creator>oalexis</dc:creator>
      <dc:date>2015-06-28T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106802#M18829</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oalexis -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA is a framework for when there are many processes you need to do repeatedly.&lt;/P&gt;&lt;P&gt;If your qtree/share creation is a one off project you may want to just write a quick PowerShell script for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Won't take the time to write your script for you, but ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For X=1 to 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create qtree /vol/volname/qtreenameX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create share&lt;/P&gt;&lt;P&gt;Next X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At your service,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A target="_blank" href="http://www.linkedin.com/in/eugenekashpureff" rel="nofollow"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, IT Learning Solutions &lt;A target="_blank" href="http://sg.itls.asia/netapp" rel="nofollow"&gt;http://sg.itls.asia/netapp&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2015 21:26:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106802#M18829</guid>
      <dc:creator>ekashpureff</dc:creator>
      <dc:date>2015-06-28T21:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106803#M18830</link>
      <description>&lt;P&gt;Thank you for that! But yes this will be repeated task across three filers. Usually it's about 180 qtrees I create in one setting. Right now I use an excel spreadsheet to keep&amp;nbsp; track and to do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;create qtrees&lt;/LI&gt;&lt;LI&gt;set qtree options&lt;/LI&gt;&lt;LI&gt;create shares from qtrees&lt;/LI&gt;&lt;LI&gt;set permissions&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;It can take a while because the putty session will crash if I paste too many lines at once... and it's a pain. I guess either way will work.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2015 23:22:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106803#M18830</guid>
      <dc:creator>oalexis</dc:creator>
      <dc:date>2015-06-28T23:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106804#M18831</link>
      <description>&lt;P&gt;oalexis,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Using WFA for your task is the right choice and you'll like it more when you start using it just for its shree strenght and ability. There are 1000s of advantages of using WFA over standalone scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your task:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. You can create Qtrees using Create Qtree command and set options. Create shares using Create CIFS share, and Set ACLs&lt;/P&gt;&lt;P&gt;2. You can use loops to repeate the Qtree creation eetc.&lt;/P&gt;&lt;P&gt;3. You can use Incremental naming featue to automatially name the qtrees, and shares.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll post you an example workflow for you. Give me a day. Which is your WFA version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 06:05:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106804#M18831</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-06-29T06:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106814#M18833</link>
      <description>&lt;P&gt;Thannk you for responding! We don't have WFA installed yet. So it will be the latest version available. Truly appreciate the effort!!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:24:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106814#M18833</guid>
      <dc:creator>oalexis</dc:creator>
      <dc:date>2015-06-29T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106836#M18838</link>
      <description>&lt;P&gt;There is already a workflow in WFA for creating a qtree CIFs share.&lt;/P&gt;&lt;P&gt;Name: "Create a Clustered Data ONTAP Qtree CIFS Share"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Description:&lt;/P&gt;&lt;P&gt;Creates a qtree on a Clustered Data ONTAP storage system and exports it over CIFS. This workflow includes:&lt;/P&gt;&lt;P&gt;- Creating a qtree in the specified volume on the specified Storage Virtual Machine.&lt;BR /&gt;- Creating a CIFS share on the newly created qtree's path&lt;BR /&gt;- Adding Access Control Lists on the CIFS share as specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A new workflow for creating qtrees in Clustered Data ONTAP will be released soon via &lt;A target="_blank" href="http://automationstore.netapp.com."&gt;http://automationstore.netapp.com.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let us know if you are looking for that workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 08:15:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106836#M18838</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-06-30T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106846#M18840</link>
      <description>&lt;P&gt;oalexis,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you don't have any WFA experience, giving you a solution right now won't make sense. I can only say whatever your current automation need is, you can get it done within minutes with WFA. And you'll be surprised by the flexibility and possibilities it can offer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you download latest release and go through its user guide. Get in touch with NetApp Sales/Support etc. Read some developer's Guide and try some sample workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA is a very intelligent frame-work, and like any other intelligent system, it requires some learing before you can use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 12:06:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106846#M18840</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-06-30T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106875#M18845</link>
      <description>&lt;P&gt;Thank you. I'll just go ahead and start playing with it. Appreciate the feed back!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 03:32:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106875#M18845</guid>
      <dc:creator>oalexis</dc:creator>
      <dc:date>2015-07-01T03:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106876#M18846</link>
      <description>&lt;P&gt;Thank you Abhit. Will check that out as well!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 03:34:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/106876#M18846</guid>
      <dc:creator>oalexis</dc:creator>
      <dc:date>2015-07-01T03:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Looking at using WFA to create qtrees and shares</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/146986#M26748</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for same solution, maybe your workflow will help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please give the sample workflow to create multiple qtrees, shares and set ACL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now i have achived to create one qtree, share and set ACL via script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However looking for workflow which can enable me create multiple qtrees, shares and set ACL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arvind Singh&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:52:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Looking-at-using-WFA-to-create-qtrees-and-shares/m-p/146986#M26748</guid>
      <dc:creator>arvindasingh</dc:creator>
      <dc:date>2019-03-14T11:52:50Z</dc:date>
    </item>
  </channel>
</rss>

