<?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: SSSU - Passing a windows parameter from a command file in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250818#M1121</link>
    <description>I am working with cmd file.&lt;BR /&gt;&lt;BR /&gt;The EVA's have username and password.&lt;BR /&gt;&lt;BR /&gt;But i can see the username and password in CMD file.&lt;BR /&gt;&lt;BR /&gt;Could i "not see" the username and password in cmd file?</description>
    <pubDate>Wed, 03 Sep 2008 07:14:56 GMT</pubDate>
    <dc:creator>NK_forumuser</dc:creator>
    <dc:date>2008-09-03T07:14:56Z</dc:date>
    <item>
      <title>SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250812#M1115</link>
      <description>&lt;!--!*#--&gt;I have a script that will capture the array information, but i have 3 arrays on the eva.  I want to keep all 3 arrays in seperate output files which work, but trying to get it where i can pass a parameter into sssu.  example&lt;BR /&gt;&lt;BR /&gt;cmd file that runs&lt;BR /&gt;&lt;BR /&gt;sssu "file c:\scripts\eva_hostfull.in" %1 &amp;gt; c:\script_output\eva_hostfull_%1.out&lt;BR /&gt;&lt;BR /&gt;input file&lt;BR /&gt;&lt;BR /&gt;select manager localhost USERNAME=someusername PASSWORD=somepwd&lt;BR /&gt;select system %1&lt;BR /&gt;ls host full&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;the select system %1  this is where the i have to hardcode the system, but would like to pass the value in.  any ideas?</description>
      <pubDate>Tue, 12 Aug 2008 18:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250812#M1115</guid>
      <dc:creator>Ray Albert</dc:creator>
      <dc:date>2008-08-12T18:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250813#M1116</link>
      <description>SSSU commands can't accept the variables. You can create 3 files (say eva1.in, eva2.in and eva3.in) each will have it's own EVA's name. Then create a BAT file which will run them one after another.&lt;BR /&gt;&lt;BR /&gt;# sample evaconfigcollector.bat&lt;BR /&gt;sssu "file c:\eva1.in" &amp;gt; C:\eva1.out&lt;BR /&gt;sssu "file c:\eva2.in" &amp;gt; C:\eva2.out&lt;BR /&gt;sssu "file c:\eva3.in" &amp;gt; C:\eva3.out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are interested in something more, see the following, which I used sometimes back.&lt;BR /&gt;&lt;BR /&gt;# sample EVAConfigCollector.BAT&lt;BR /&gt;@ECHO ON&lt;BR /&gt;SET EXITCODE=0&lt;BR /&gt;set outputfile=EVA_%date:~-4,4%%date:~-7,2%%date:~4,2%.txt&lt;BR /&gt;ECHO Please wait while script captures the SSSU Output.&lt;BR /&gt;ECHO This screen will CLOSE automatically upon SSSU completion.&lt;BR /&gt;ECHO "This script was run on %date% %time%" &amp;gt; %outputfile%&lt;BR /&gt;SSSU.exe "file EVA1.in" 1&amp;gt;&amp;gt; %outputfile%&lt;BR /&gt;&lt;BR /&gt;Enjoy playing with scripts.</description>
      <pubDate>Tue, 12 Aug 2008 20:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250813#M1116</guid>
      <dc:creator>Amar_Joshi</dc:creator>
      <dc:date>2008-08-12T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250814#M1117</link>
      <description>Ray, you can create a longer CMD command line:&lt;BR /&gt;+----&lt;BR /&gt;sssu.exe "file logon.txt" "select system %SYS%" "ls lun"&lt;BR /&gt;-----</description>
      <pubDate>Wed, 13 Aug 2008 05:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250814#M1117</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-08-13T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250815#M1118</link>
      <description>Ray, you can create a longer CMD command line: &lt;BR /&gt;+---- &lt;BR /&gt;sssu.exe "file logon.txt" "select system %SYS%" "ls lun" &lt;BR /&gt;-----  &lt;BR /&gt;&lt;BR /&gt;It worked not.&lt;BR /&gt;&lt;BR /&gt;I see no information in logon.txt</description>
      <pubDate>Wed, 03 Sep 2008 07:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250815#M1118</guid>
      <dc:creator>NK_forumuser</dc:creator>
      <dc:date>2008-09-03T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250816#M1119</link>
      <description>'logon.txt' is an input file. You must put the 'select manager ...' command into that file. The SSSU output will be sent to the screen.</description>
      <pubDate>Wed, 03 Sep 2008 07:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250816#M1119</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-09-03T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250817#M1120</link>
      <description>My false.&lt;BR /&gt;I have forgotten the path of the outputfile and the outputfile: &lt;BR /&gt;&lt;BR /&gt;&amp;gt; c:\script_output\eva_hostfull_%1.out&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 07:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250817#M1120</guid>
      <dc:creator>NK_forumuser</dc:creator>
      <dc:date>2008-09-03T07:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU - Passing a windows parameter from a command file</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250818#M1121</link>
      <description>I am working with cmd file.&lt;BR /&gt;&lt;BR /&gt;The EVA's have username and password.&lt;BR /&gt;&lt;BR /&gt;But i can see the username and password in CMD file.&lt;BR /&gt;&lt;BR /&gt;Could i "not see" the username and password in cmd file?</description>
      <pubDate>Wed, 03 Sep 2008 07:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-passing-a-windows-parameter-from-a-command-file/m-p/4250818#M1121</guid>
      <dc:creator>NK_forumuser</dc:creator>
      <dc:date>2008-09-03T07:14:56Z</dc:date>
    </item>
  </channel>
</rss>

