<?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: run a batch script in EVA6400 in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616058#M1415</link>
    <description>I am trying to create the batch script which will connect to the EVA system, &lt;BR /&gt;how to create the script which will login to the system and run the needed commands?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Apr 2010 17:51:18 GMT</pubDate>
    <dc:creator>manuj kumar</dc:creator>
    <dc:date>2010-04-12T17:51:18Z</dc:date>
    <item>
      <title>run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616056#M1413</link>
      <description>hi&lt;BR /&gt;i want to create a script to run some jobs using sssu command.&lt;BR /&gt;how i can use sssu inside a a batch file.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 16:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616056#M1413</guid>
      <dc:creator>manuj kumar</dc:creator>
      <dc:date>2010-04-12T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616057#M1414</link>
      <description>You write the sssu commands into a file and source it in your batch script.</description>
      <pubDate>Mon, 12 Apr 2010 17:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616057#M1414</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-04-12T17:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616058#M1415</link>
      <description>I am trying to create the batch script which will connect to the EVA system, &lt;BR /&gt;how to create the script which will login to the system and run the needed commands?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 17:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616058#M1415</guid>
      <dc:creator>manuj kumar</dc:creator>
      <dc:date>2010-04-12T17:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616059#M1416</link>
      <description>On Windows?</description>
      <pubDate>Mon, 12 Apr 2010 17:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616059#M1416</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-04-12T17:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616060#M1417</link>
      <description>yes</description>
      <pubDate>Mon, 12 Apr 2010 18:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616060#M1417</guid>
      <dc:creator>manuj kumar</dc:creator>
      <dc:date>2010-04-12T18:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616061#M1418</link>
      <description>As stated above, SSSU can run it's own scripts:&lt;BR /&gt;&lt;BR /&gt;Two first lines log-in into Command View and select the EVA you want to work with:&lt;BR /&gt;&lt;BR /&gt;SELECT MANAGER localhost USERNAME=administrator PASSWORD=administrator&lt;BR /&gt;&lt;BR /&gt;SELECT CELL "&lt;PUT_CELL_NAME_HERE&gt;"&lt;BR /&gt;&lt;BR /&gt;Then put the commands you want below.&lt;BR /&gt;&lt;BR /&gt;Run with SSSU.EXE "file script.txt"&lt;/PUT_CELL_NAME_HERE&gt;</description>
      <pubDate>Mon, 12 Apr 2010 19:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616061#M1418</guid>
      <dc:creator>Víctor Cespón</dc:creator>
      <dc:date>2010-04-12T19:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616062#M1419</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;thanks for reply.&lt;BR /&gt;i made that, but how to give this file to sssu.exe program.&lt;BR /&gt;&lt;BR /&gt;sssu.exe FILE script.exe &lt;BR /&gt;&lt;BR /&gt;this is not working.</description>
      <pubDate>Tue, 13 Apr 2010 05:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616062#M1419</guid>
      <dc:creator>manuj kumar</dc:creator>
      <dc:date>2010-04-13T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616063#M1420</link>
      <description>SSSU.EXE  "FILE SCRIPT.TXT"   &lt;BR /&gt;&lt;BR /&gt;Including the quotes (")&lt;BR /&gt;&lt;BR /&gt;the SCRIPT.TXT is a text file containing the commands</description>
      <pubDate>Tue, 13 Apr 2010 06:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616063#M1420</guid>
      <dc:creator>Víctor Cespón</dc:creator>
      <dc:date>2010-04-13T06:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: run a batch script in EVA6400</title>
      <link>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616064#M1421</link>
      <description>Open the "HP StorageWorks Storage System Scripting Utility Reference" PDF file which came with your Command View distribution. Look at Chapter 1 "Getting Started". There are multiple examples of running SSSU with a script file, and redirecting the output.</description>
      <pubDate>Tue, 13 Apr 2010 12:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/run-a-batch-script-in-eva6400/m-p/4616064#M1421</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2010-04-13T12:53:54Z</dc:date>
    </item>
  </channel>
</rss>

