<?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.EXE in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937494#M22767</link>
    <description>You can script SSSU and also manage the "report" using scripts to make the information more readable.&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;This is doing a ls vdisk full in the sssu using the filename evahosts.txt to capture all the disk presentations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sbin/sssu "file evahosts.txt" &amp;gt; /tmp/sssuhosts.out&lt;BR /&gt;&lt;BR /&gt;grep -E "objecttype | familyname | redundancy | allocatedcapacity | lunnumber | hostname " /tmp/sssuhosts.out | awk ' BEGIN { FS=": " } {print $NF}' | s&lt;BR /&gt;ed 's/\\Hosts\\//g' | sed 's/virtualdisk//g' | sed 's/snapshot//g' &amp;gt;&amp;gt; /usr/local/utils/logs/EDI_hostinfo.out&lt;BR /&gt;&lt;BR /&gt;cat /usr/local/utils/logs/EDI_hostinfo.out | awk -F\\ '{print $NF } ' | awk ' BEGIN { FS="\n" ; RS="" }  { printf "%-1s %-1s %-1s,%03d,%-1s,%-1s,%-1s\n&lt;BR /&gt;",$5,$7,$9,$4,$2,$3,$1} ' | sort &amp;gt;&amp;gt; $outfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This turns the list format into a comma delimited columned list.</description>
    <pubDate>Mon, 05 Feb 2007 06:14:35 GMT</pubDate>
    <dc:creator>gstonian</dc:creator>
    <dc:date>2007-02-05T06:14:35Z</dc:date>
    <item>
      <title>SSSU.EXE</title>
      <link>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937492#M22765</link>
      <description>&lt;!--!*#--&gt;I need to generate reports from an EVA5000 and EVA8000, using SSSU.EXE where do I get documentation on how to do this ?</description>
      <pubDate>Fri, 02 Feb 2007 15:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937492#M22765</guid>
      <dc:creator>davidrussell</dc:creator>
      <dc:date>2007-02-02T15:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU.EXE</title>
      <link>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937493#M22766</link>
      <description>The commands are described in the SSSU documentation:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=471497&amp;amp;targetPage=http%3A%2F%2Fh20000.www2.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc00605847%2Fc00605847.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&amp;amp;prodSeriesId=471497&amp;amp;targetPage=http%3A%2F%2Fh20000.www2.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc00605847%2Fc00605847.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but I would not call the output a 'report', so don't be too disappointed.</description>
      <pubDate>Fri, 02 Feb 2007 15:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937493#M22766</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2007-02-02T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU.EXE</title>
      <link>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937494#M22767</link>
      <description>You can script SSSU and also manage the "report" using scripts to make the information more readable.&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;This is doing a ls vdisk full in the sssu using the filename evahosts.txt to capture all the disk presentations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sbin/sssu "file evahosts.txt" &amp;gt; /tmp/sssuhosts.out&lt;BR /&gt;&lt;BR /&gt;grep -E "objecttype | familyname | redundancy | allocatedcapacity | lunnumber | hostname " /tmp/sssuhosts.out | awk ' BEGIN { FS=": " } {print $NF}' | s&lt;BR /&gt;ed 's/\\Hosts\\//g' | sed 's/virtualdisk//g' | sed 's/snapshot//g' &amp;gt;&amp;gt; /usr/local/utils/logs/EDI_hostinfo.out&lt;BR /&gt;&lt;BR /&gt;cat /usr/local/utils/logs/EDI_hostinfo.out | awk -F\\ '{print $NF } ' | awk ' BEGIN { FS="\n" ; RS="" }  { printf "%-1s %-1s %-1s,%03d,%-1s,%-1s,%-1s\n&lt;BR /&gt;",$5,$7,$9,$4,$2,$3,$1} ' | sort &amp;gt;&amp;gt; $outfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This turns the list format into a comma delimited columned list.</description>
      <pubDate>Mon, 05 Feb 2007 06:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/sssu-exe/m-p/3937494#M22767</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2007-02-05T06:14:35Z</dc:date>
    </item>
  </channel>
</rss>

