<?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: EVA Array Configuration to text file in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700555#M36062</link>
    <description>The Storage System Scripting Utility (SSSU) allows you to get this information in simple text form or in XML format, e.g.:&lt;BR /&gt;&lt;BR /&gt;- list all disks&lt;BR /&gt;EVA1&amp;gt; ls disk&lt;BR /&gt;- list all disks with details&lt;BR /&gt;EVA1&amp;gt; ls disk full&lt;BR /&gt;- list all disks with details in XML format&lt;BR /&gt;EVA1&amp;gt; ls disk full XML&lt;BR /&gt;&lt;BR /&gt;And don't forget the "CAPTURE CONFIGURATION" command which creates an SSSU script which allows you to rebuild or clone an EVA configuration.</description>
    <pubDate>Mon, 18 Oct 2010 05:22:38 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2010-10-18T05:22:38Z</dc:date>
    <item>
      <title>EVA Array Configuration to text file</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700554#M36061</link>
      <description>What is the easiest and least risky way to dump simple configuration/asset data to a text file for a number of EVA arrays?&lt;BR /&gt;&lt;BR /&gt;I'm looking for things like number of controllers, amount of cache, number and size of disks, RAID group info, etc.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 18 Oct 2010 01:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700554#M36061</guid>
      <dc:creator>TJ the SAN MAN</dc:creator>
      <dc:date>2010-10-18T01:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: EVA Array Configuration to text file</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700555#M36062</link>
      <description>The Storage System Scripting Utility (SSSU) allows you to get this information in simple text form or in XML format, e.g.:&lt;BR /&gt;&lt;BR /&gt;- list all disks&lt;BR /&gt;EVA1&amp;gt; ls disk&lt;BR /&gt;- list all disks with details&lt;BR /&gt;EVA1&amp;gt; ls disk full&lt;BR /&gt;- list all disks with details in XML format&lt;BR /&gt;EVA1&amp;gt; ls disk full XML&lt;BR /&gt;&lt;BR /&gt;And don't forget the "CAPTURE CONFIGURATION" command which creates an SSSU script which allows you to rebuild or clone an EVA configuration.</description>
      <pubDate>Mon, 18 Oct 2010 05:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700555#M36062</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-10-18T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: EVA Array Configuration to text file</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700556#M36063</link>
      <description>Uwe - thanks!&lt;BR /&gt;&lt;BR /&gt;How about cache on the controllers?&lt;BR /&gt;&lt;BR /&gt;I assume LS CONTROLLER FULL?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700556#M36063</guid>
      <dc:creator>TJ the SAN MAN</dc:creator>
      <dc:date>2010-10-18T11:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: EVA Array Configuration to text file</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700557#M36064</link>
      <description>&lt;!--!*#--&gt;Yes, the information is there:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ls controller full&lt;BR /&gt;...&lt;BR /&gt;  cachememory&lt;BR /&gt;    cachecondition .........: good&lt;BR /&gt;    readcapacity ...........: 1024&lt;BR /&gt;    writecapacity ..........: 512&lt;BR /&gt;    mirrorcapacity .........: 512&lt;BR /&gt;    mirrorconnectionstate ..: active&lt;BR /&gt;    mirrorconnectionstate2 .: active&lt;BR /&gt;    mirrorport1state .......: normal&lt;BR /&gt;    mirrorport2state .......: normal&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ls controller full XML&lt;BR /&gt;...&lt;BR /&gt;  &lt;CACHEMEMORY&gt;&lt;BR /&gt;    &lt;CACHECONDITION&gt;good&lt;/CACHECONDITION&gt;&lt;BR /&gt;    &lt;READCAPACITY&gt;1024&lt;/READCAPACITY&gt;&lt;BR /&gt;    &lt;WRITECAPACITY&gt;512&lt;/WRITECAPACITY&gt;&lt;BR /&gt;    &lt;MIRRORCAPACITY&gt;512&lt;/MIRRORCAPACITY&gt;&lt;BR /&gt;    &lt;MIRRORCONNECTIONSTATE&gt;active&lt;/MIRRORCONNECTIONSTATE&gt;&lt;BR /&gt;    &lt;MIRRORCONNECTIONSTATE2&gt;active&lt;/MIRRORCONNECTIONSTATE2&gt;&lt;BR /&gt;    &lt;MIRRORPORT1STATE&gt;normal&lt;/MIRRORPORT1STATE&gt;&lt;BR /&gt;    &lt;MIRRORPORT2STATE&gt;normal&lt;/MIRRORPORT2STATE&gt;&lt;BR /&gt;  &lt;/CACHEMEMORY&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-array-configuration-to-text-file/m-p/4700557#M36064</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-10-18T11:51:19Z</dc:date>
    </item>
  </channel>
</rss>

