<?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: CommandView question - multiple EVAs in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719369#M46976</link>
    <description>Hello Thom,&lt;BR /&gt;&lt;BR /&gt;Yes, using SSSU, you can script this.&lt;BR /&gt;&lt;BR /&gt;location&lt;BR /&gt;"C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV\sssu.exe"&lt;BR /&gt;&lt;BR /&gt;Manager: localhost&lt;BR /&gt;Username: Administrator&lt;BR /&gt;password: your-password&lt;BR /&gt;&lt;BR /&gt;ls system  ( or ls sys for short, list all evas)&lt;BR /&gt;&lt;BR /&gt;select sys  eva-name ( from the ls system cmd)&lt;BR /&gt;&lt;BR /&gt;ls host&lt;BR /&gt;&lt;BR /&gt;you can script all the above like this&lt;BR /&gt;1) create a batch file&lt;BR /&gt;gethost.bat&lt;BR /&gt;SSSUV8 "File gethost.txt" &amp;gt; allhosts.txt&lt;BR /&gt;&lt;BR /&gt;your gethost.txt  ( is like this. Change your EVA_1 with your eva-name)&lt;BR /&gt;SELECT MANAGER localhost username=administrator password=hpinvent&lt;BR /&gt;SELECT SYSTEM "EVA_1"&lt;BR /&gt;ls host&lt;BR /&gt;&lt;BR /&gt;now run gethost.bat&lt;BR /&gt;&lt;BR /&gt;you can now edit the allhosts.txt and make changes.&lt;BR /&gt;&lt;BR /&gt;refer to HP StorageWorks Storage System Scripting Utility reference&lt;BR /&gt;&lt;BR /&gt;this has all the commands&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Nov 2010 05:14:40 GMT</pubDate>
    <dc:creator>Basheer_2</dc:creator>
    <dc:date>2010-11-30T05:14:40Z</dc:date>
    <item>
      <title>CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719367#M46974</link>
      <description>I'm looking for some sort of super-utility to manage multiple EVAs in CommandView.  &lt;BR /&gt;&lt;BR /&gt;I have 120+ hosts; when I got the first EVA, and I had to create all of the host entries in CV I was :) &lt;BR /&gt;&lt;BR /&gt;Then I got a second EVA and had to create all of the host entries and I was :|  &lt;BR /&gt;&lt;BR /&gt;I just got a 3rd EVA and now I'm :(   &lt;BR /&gt;&lt;BR /&gt;I have a 4th EVA on the way and I will be &amp;gt;:[&lt;BR /&gt;&lt;BR /&gt;There has to be a better way to do this.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2010 22:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719367#M46974</guid>
      <dc:creator>thom_14</dc:creator>
      <dc:date>2010-11-29T22:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719368#M46975</link>
      <description>why don't you use SSSU&lt;BR /&gt;&lt;BR /&gt;it is the scripting utility of CV EVA. You can capture the config from first Eva and just apply the add host lines to the second, third or forth EVA</description>
      <pubDate>Mon, 29 Nov 2010 23:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719368#M46975</guid>
      <dc:creator>Bulent ILIMAN</dc:creator>
      <dc:date>2010-11-29T23:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719369#M46976</link>
      <description>Hello Thom,&lt;BR /&gt;&lt;BR /&gt;Yes, using SSSU, you can script this.&lt;BR /&gt;&lt;BR /&gt;location&lt;BR /&gt;"C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV\sssu.exe"&lt;BR /&gt;&lt;BR /&gt;Manager: localhost&lt;BR /&gt;Username: Administrator&lt;BR /&gt;password: your-password&lt;BR /&gt;&lt;BR /&gt;ls system  ( or ls sys for short, list all evas)&lt;BR /&gt;&lt;BR /&gt;select sys  eva-name ( from the ls system cmd)&lt;BR /&gt;&lt;BR /&gt;ls host&lt;BR /&gt;&lt;BR /&gt;you can script all the above like this&lt;BR /&gt;1) create a batch file&lt;BR /&gt;gethost.bat&lt;BR /&gt;SSSUV8 "File gethost.txt" &amp;gt; allhosts.txt&lt;BR /&gt;&lt;BR /&gt;your gethost.txt  ( is like this. Change your EVA_1 with your eva-name)&lt;BR /&gt;SELECT MANAGER localhost username=administrator password=hpinvent&lt;BR /&gt;SELECT SYSTEM "EVA_1"&lt;BR /&gt;ls host&lt;BR /&gt;&lt;BR /&gt;now run gethost.bat&lt;BR /&gt;&lt;BR /&gt;you can now edit the allhosts.txt and make changes.&lt;BR /&gt;&lt;BR /&gt;refer to HP StorageWorks Storage System Scripting Utility reference&lt;BR /&gt;&lt;BR /&gt;this has all the commands&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2010 05:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719369#M46976</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2010-11-30T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719370#M46977</link>
      <description>Hi basheer&lt;BR /&gt;please one example about how to create capture configuration .&lt;BR /&gt;please guide my step-by-step.&lt;BR /&gt;tanks.</description>
      <pubDate>Tue, 30 Nov 2010 06:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719370#M46977</guid>
      <dc:creator>ess</dc:creator>
      <dc:date>2010-11-30T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719371#M46978</link>
      <description>As above said, SSSU is the only easiest way of doing this.&lt;BR /&gt;&lt;BR /&gt;Attaching the command ref guide, should help you.</description>
      <pubDate>Tue, 30 Nov 2010 06:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719371#M46978</guid>
      <dc:creator>Bhavnish Kamboj (BK)</dc:creator>
      <dc:date>2010-11-30T06:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: CommandView question - multiple EVAs</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719372#M46979</link>
      <description>Hi BK&lt;BR /&gt;i am not download attach your file please resend my.&lt;BR /&gt;tanks for help.</description>
      <pubDate>Tue, 30 Nov 2010 12:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/commandview-question-multiple-evas/m-p/4719372#M46979</guid>
      <dc:creator>ess</dc:creator>
      <dc:date>2010-11-30T12:14:02Z</dc:date>
    </item>
  </channel>
</rss>

