<?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 SSSU Help in Storage Software</title>
    <link>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626966#M1422</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;When using SSSU is there a way of pulling out particular data from a report. For example if i run the command LS DISK FULL all i am interested in is the Disk Firmware Version.&lt;BR /&gt;&lt;BR /&gt;I am sure i once read somewhere about you could grep for certain fields but i could well be wrong.&lt;BR /&gt;&lt;BR /&gt;So can i run LS DISK FULL and grep for a the firmwareversion? Or do i have to send the output to a text file and then sort it out afterwards?&lt;BR /&gt;&lt;BR /&gt;FYI. Running CV9.1 and i am running SSSU on a WIndows server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moevd&amp;nbsp;from Disk array to HP Storage System Scripting Utility (SSSU). - Hp Forum MOderator&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2014 07:26:32 GMT</pubDate>
    <dc:creator>Acxiom Unix Team</dc:creator>
    <dc:date>2014-02-17T07:26:32Z</dc:date>
    <item>
      <title>SSSU Help</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626966#M1422</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;When using SSSU is there a way of pulling out particular data from a report. For example if i run the command LS DISK FULL all i am interested in is the Disk Firmware Version.&lt;BR /&gt;&lt;BR /&gt;I am sure i once read somewhere about you could grep for certain fields but i could well be wrong.&lt;BR /&gt;&lt;BR /&gt;So can i run LS DISK FULL and grep for a the firmwareversion? Or do i have to send the output to a text file and then sort it out afterwards?&lt;BR /&gt;&lt;BR /&gt;FYI. Running CV9.1 and i am running SSSU on a WIndows server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moevd&amp;nbsp;from Disk array to HP Storage System Scripting Utility (SSSU). - Hp Forum MOderator&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626966#M1422</guid>
      <dc:creator>Acxiom Unix Team</dc:creator>
      <dc:date>2014-02-17T07:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU Help</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626967#M1423</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Yes. You can execute the SSSU commands and redirect its output to the file. You could then parse it using perl or any other scripting language to search for the required string.&lt;BR /&gt;&lt;BR /&gt;Check this out -&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1247567" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1247567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Sun, 02 May 2010 09:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626967#M1423</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-02T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSSU Help</title>
      <link>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626968#M1424</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Command View 9.0 onward, you can use  operator | along with grep keyword to filter the output.&lt;BR /&gt;&lt;BR /&gt;An Example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EVA&amp;gt; ls disk full | grep firmwareversion&lt;BR /&gt;&lt;BR /&gt;\Disk Groups\22\Disk 001 information:&lt;BR /&gt;  firmwareversion ......................: HP02&lt;BR /&gt;&lt;BR /&gt;\Disk Groups\22\Disk 002 information:&lt;BR /&gt;  firmwareversion ......................: HP01&lt;BR /&gt;&lt;BR /&gt;\Disk Groups\22\Disk 003 information:&lt;BR /&gt;  firmwareversion ......................: HP02&lt;BR /&gt;&lt;BR /&gt;\Disk Groups\22\Disk 004 information:&lt;BR /&gt;  firmwareversion ......................: HP01&lt;BR /&gt;&lt;BR /&gt;\Disk Groups\22\Disk 005 information:&lt;BR /&gt;  firmwareversion ......................: HP01&lt;BR /&gt;&lt;BR /&gt;EVA&amp;gt; &lt;BR /&gt;&lt;BR /&gt;You can also redirect output to a file using following command:&lt;BR /&gt;&lt;BR /&gt;EVA&amp;gt; ls disk full | grep firmwareversion &amp;gt; c:\data.txt&lt;BR /&gt;&lt;BR /&gt;For more details, refer "Filtering output" section in document titled "HP StorageWorks Storage System Scripting Utility reference guide" available at &lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02010693/c02010693.pdf" target="_blank"&gt;http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02010693/c02010693.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Susanta</description>
      <pubDate>Mon, 03 May 2010 01:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storage-software/sssu-help/m-p/4626968#M1424</guid>
      <dc:creator>susanta_dutta</dc:creator>
      <dc:date>2010-05-03T01:44:00Z</dc:date>
    </item>
  </channel>
</rss>

