<?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 400 commands within the commandline in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34386#M8143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, that was some time ago. I don't know which OnTap version it was though.&lt;/P&gt;&lt;P&gt;But I also had problems on newer versions, like come commands at the end of the clipboard got cut off or were lost completely, so I'd double-check that all commands you pasted are actually executed and nothing got lost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 15:07:36 GMT</pubDate>
    <dc:creator>Darkstar</dc:creator>
    <dc:date>2011-01-10T15:07:36Z</dc:date>
    <item>
      <title>Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34335#M8116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be a stupid question, but I have list of 300+ commands that I need to run in the command line in sequence, either via SSH or Telnet.&amp;nbsp; I need to move data from a volume with 150 subfolders into a volume with 150 qtrees so that we can do qtree quotas.&amp;nbsp; The commands will be standard ontap commands such as create qtrees and then moving the data from one subfolder to another subfolder using ndmpcopy.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding, you can't run a script on the Netapp itself, and I'm a windows guy so suggesting that I code some python or perl is akin to selling a fish some water.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:02:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34335#M8116</guid>
      <dc:creator>highvailsys</dc:creator>
      <dc:date>2025-06-05T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34338#M8118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a rsh (remote shell), and some host-based script tool for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 16:47:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34338#M8118</guid>
      <dc:creator>roman_verysell</dc:creator>
      <dc:date>2011-01-03T16:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34343#M8122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How much data are you moving?&amp;nbsp; It may be simpler from a Windows standpoint to batch it all up and copy it from a host that has access to the volume.&amp;nbsp; You could still batch it and simply paste the ndmpcopy lines directly into the filer console...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you were to type out the following and copy and paste them into the filer console, it will process them one at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qtree create /vol/volume/qtree1&lt;/P&gt;&lt;P&gt;qtree create /vol/volume/qtree2&lt;/P&gt;&lt;P&gt;qtree create /vol/volume/qtree3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind, if you want the qtree names to be the same as the folders, you have two renames...rename the old folder from subfolder to subfolder_old and then the qtree from subfolder_new to subfolder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do your qtree create with a simple batch file from a concatenated Excel dump.&amp;nbsp; Run "dir /ad /b" from a Windows host with access to get the folder and edit out any not being "moved".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 16:52:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34343#M8122</guid>
      <dc:creator>columbus_admin</dc:creator>
      <dc:date>2011-01-03T16:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34350#M8125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For qtree creation I think the best solution is the NetApp SDK with perl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" class="jiveNoBorder" style="width: 100%; background-color: rgb(255, 255, 255);"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;qtree-create&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="#the_top" target="_blank"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;TABLE bgcolor="#e8e8e8"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Create a new&amp;nbsp; qtree.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR bgcolor="#d0d0d0"&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;Input Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;Range&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;Description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#e8e8e8"&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;mode&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A&gt;string&lt;/A&gt; &lt;BR /&gt;&lt;A&gt;optional&lt;/A&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;The file permission bits of the qtree. Similar to&amp;nbsp; UNIX permission bits: 0755 gives read/write/execute permissions to owner and&amp;nbsp; read/execute to group and other users. It consists of 4 octal digits derived by&amp;nbsp; adding up bits 4, 2, and 1. Omitted digits are assumed to be zeros. First digit&amp;nbsp; selects the set user ID (4), set group ID (2), and sticky (1) attributes. The&amp;nbsp; second digit selects permissions for the owner of the file: read (4), write (2),&amp;nbsp; and execute (1); the third selects permissions for other users in the same&amp;nbsp; group; the fourth for other users not in the group. If this argument is missing,&amp;nbsp; use the default value specified in the option "wafl.default_qtree_mode". &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#e8e8e8"&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;qtree&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A&gt;string&lt;/A&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;The path of the qtree, relative to the volume. &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#e8e8e8"&gt;&lt;TD&gt;&lt;STRONG style="font-size: 10pt; "&gt;volume&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A&gt;string&lt;/A&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 10pt;"&gt;Name of the volume on which to create the qtree &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For data reallocation I think plink.exe should be help you. with several cmd scripts as launchers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://ss64.com/nt/for_cmd.html" target="_blank"&gt;http://ss64.com/nt/for_cmd.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A sample with ping all computers in the file sd.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;@echo off
FOR /F "usebackq" %%I IN (sd.txt) DO (
PING -n 1 -w 100 %%I
IF !ErrorLevel! == 0 shutdown -s -m \\%%I -t 60 -c "Epic fail"
)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Christophe&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 18:13:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34350#M8125</guid>
      <dc:creator>lagenevoise</dc:creator>
      <dc:date>2011-01-03T18:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34354#M8128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use limited scripting on NetApp; see “source” command. So you could create script, place it on NetApp and execute there; it is probably faster than executing 400 commands using remote API/ssh one by one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 19:26:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34354#M8128</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2011-01-03T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34358#M8130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side note (probably don't want to do this with 400 commands), you can run multiple commands in sequence on the CLI by seperating them with a semi-colon. If you had smaller groups of commands, this would probably be the easiest route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adam S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 20:10:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34358#M8130</guid>
      <dc:creator>datamanaged</dc:creator>
      <dc:date>2011-01-03T20:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34363#M8133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the suggestions, very helpful.&amp;nbsp; In the end I'm going create the commands in Excel using a mix of the dir /ad /b and the =concatenate formula and then copy and paste them into the telnet session.&amp;nbsp; Didn't realize you could do that and have them execute sequentially. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:59:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34363#M8133</guid>
      <dc:creator>highvailsys</dc:creator>
      <dc:date>2011-01-04T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34368#M8136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the Excel method and find this way best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Create commands in Excel using Excel's tools to auto complete etc&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Copy the commands from Excel into notpad&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Remove extra tabs, spaces and 'crap' using notepads find, replace feature&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Save the commands to show what I was trying to do later or repeat the process- Never know when it may be required.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Use a putty session to connect via telnet to the filer&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Ensure putty is recording to a log file what has happened - VERY USEFUL&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Configure putty with "c:\puttylogs\log-&amp;amp;h-&amp;amp;y&amp;amp;m&amp;amp;d-&amp;amp;t.log" and it will always record logs - Great for finding out what happened after a disaster, etc&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Paste the commands from notepad into putty session and sit back and watch.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; - To limit the time the console is in use or scope for the job to go wrong, I like to copy / paste about 50 commands at a time and just work my way down the notepad list.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; - If the command/s will take a long time to run, you may think about running them as RSH commands.&amp;nbsp; This will enable you to access the console if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:32:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34368#M8136</guid>
      <dc:creator>BrendonHiggins</dc:creator>
      <dc:date>2011-01-05T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34373#M8138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All answers given here are valid options. BUT:&lt;/P&gt;&lt;P&gt;Whatever you do, please DON'T try being smart and doing a copy/paste of all these commands into a PuTTY session (or any other SSH session for that matter).&lt;/P&gt;&lt;P&gt;I did that once and it crashed the filer &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.0.8/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the NetApp has only a limited input buffer for SSH commands so you should not send more than, say, 10 commands or so via copy/paste. Wait for the prompt to come back and then send the next 10. And so on. Or use any other way outlined in the above posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:57:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34373#M8138</guid>
      <dc:creator>Darkstar</dc:creator>
      <dc:date>2011-01-10T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34382#M8141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long ago did that crash the filer?&amp;nbsp; I've done about 30 commands at once so far and no problems, but may reduce that some just to be safe.&amp;nbsp; Maybe it was a bug with an older version of ontap?&amp;nbsp; I'm hoping so!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also saw your response to the group IDs in AD, nice answer, makes sense why they wouldn't implement that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 15:01:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34382#M8141</guid>
      <dc:creator>highvailsys</dc:creator>
      <dc:date>2011-01-10T15:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34386#M8143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, that was some time ago. I don't know which OnTap version it was though.&lt;/P&gt;&lt;P&gt;But I also had problems on newer versions, like come commands at the end of the clipboard got cut off or were lost completely, so I'd double-check that all commands you pasted are actually executed and nothing got lost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 15:07:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34386#M8143</guid>
      <dc:creator>Darkstar</dc:creator>
      <dc:date>2011-01-10T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running 400 commands within the commandline</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34391#M8144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are on Windows, I know there is such an issue using Putty.&amp;nbsp; However from a Linux workstation, I can paste much longer commands into an SSH session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing with RBAC, I created multiple roles to assign to a group because it would truncate everytime I tried to paste the complete line.&amp;nbsp; I dumbly went and created multiple roles with each permission set, and assigned them to the group.&amp;nbsp; Then found out two days later, if I had used Linux, I could have pasted them all into a single line and had a single role...oh well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 15:11:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Running-400-commands-within-the-commandline/m-p/34391#M8144</guid>
      <dc:creator>columbus_admin</dc:creator>
      <dc:date>2011-01-10T15:11:58Z</dc:date>
    </item>
  </channel>
</rss>

