<?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 V.6 Scripting in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912976#M835</link>
    <description>I found the same 'SELECT MANAGER &lt;IP&gt; username=&lt;USER&gt; PASSWORD=&lt;PASSWORD&gt;' line works the same with V6 as it did in the older versions of sssu.&lt;BR /&gt;&lt;BR /&gt;I use it as the first line of the text file that I pass to sssu e.g.&lt;BR /&gt;SSSU "FILE myfile"&lt;BR /&gt;&lt;BR /&gt;What I did find was that the user name and password changed after updating to v6.&lt;BR /&gt;&lt;BR /&gt;Before the update, sssu use a different username and password than the ones used to logon to the server itself.  After the update, the old username and password didn't work anymore but the same one used to log in to the server did work.&lt;BR /&gt;&lt;/PASSWORD&gt;&lt;/USER&gt;&lt;/IP&gt;</description>
    <pubDate>Thu, 14 Dec 2006 21:25:40 GMT</pubDate>
    <dc:creator>Bill Costigan</dc:creator>
    <dc:date>2006-12-14T21:25:40Z</dc:date>
    <item>
      <title>SSSU V.6 Scripting</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912974#M833</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Short on time - does anyone know of a quick way to use SSSU V.6 in a script and pass the "manager", "username" and "password" in a single command. A EVA configuration backup script is failing since CV-EVA got upgraded to V.6 and the old version of SSSU is not working. Trying to use SSSU V.6. has the issue in that it prompts for the name of "manager", "username" and "password". How could this be scripted?&lt;BR /&gt;&lt;BR /&gt;I am sure this would be an easy one for many!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Saket.</description>
      <pubDate>Thu, 14 Dec 2006 07:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912974#M833</guid>
      <dc:creator>SAKET_5</dc:creator>
      <dc:date>2006-12-14T07:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU V.6 Scripting</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912975#M834</link>
      <description>I put username/password in a separate file, because I have multiple scripts. Here is an attempt to demo my setup - untested, as the real scripts are distributed across several subdirectories.&lt;BR /&gt;&lt;BR /&gt;--file: logon.txt&lt;BR /&gt;set options command_delay=1&lt;BR /&gt;select manager localhost username=administrator password=x&lt;BR /&gt;--eof: logon.txt&lt;BR /&gt;&lt;BR /&gt;--file: EVA1-capture-config.txt&lt;BR /&gt;file logon.txt&lt;BR /&gt;set options display_width = 132&lt;BR /&gt;&lt;BR /&gt;ls manager&lt;BR /&gt;ls options&lt;BR /&gt;&lt;BR /&gt;ls system full&lt;BR /&gt;&lt;BR /&gt;select system EVA1&lt;BR /&gt;&lt;BR /&gt;capture configuration EVA1-config.txt SAVE_ALL_WORLD_WIDE_LUN_NAME&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;--eof: EVA1-capture-config.txt&lt;BR /&gt;&lt;BR /&gt;--file: EVA1-capture.bat&lt;BR /&gt;set CELL_NAME=EVA1&lt;BR /&gt;sssu-V6.0.34.exe "set options command_delay=1" "file %CELL_NAME%-capture-config.txt" &amp;gt; capture-config.log&lt;BR /&gt;--eof: EVA1-capture.bat</description>
      <pubDate>Thu, 14 Dec 2006 13:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912975#M834</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-12-14T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU V.6 Scripting</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912976#M835</link>
      <description>I found the same 'SELECT MANAGER &lt;IP&gt; username=&lt;USER&gt; PASSWORD=&lt;PASSWORD&gt;' line works the same with V6 as it did in the older versions of sssu.&lt;BR /&gt;&lt;BR /&gt;I use it as the first line of the text file that I pass to sssu e.g.&lt;BR /&gt;SSSU "FILE myfile"&lt;BR /&gt;&lt;BR /&gt;What I did find was that the user name and password changed after updating to v6.&lt;BR /&gt;&lt;BR /&gt;Before the update, sssu use a different username and password than the ones used to logon to the server itself.  After the update, the old username and password didn't work anymore but the same one used to log in to the server did work.&lt;BR /&gt;&lt;/PASSWORD&gt;&lt;/USER&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 14 Dec 2006 21:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912976#M835</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2006-12-14T21:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU V.6 Scripting</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912977#M836</link>
      <description>As mentioned, use the "SELECT MANAGER" command as before. You now need to use a valid Windows user ID.&lt;BR /&gt;Command View 6 changes its credentials from using the WEBES login within to using the Windows login everywhere. Any Windows user ID that is a member of the "HP Storage Admins" group on the Command View management server can access the EVA both through Command View and also SSSU.</description>
      <pubDate>Fri, 15 Dec 2006 11:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-v-6-scripting/m-p/3912977#M836</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2006-12-15T11:01:27Z</dc:date>
    </item>
  </channel>
</rss>

