<?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: EVA4400 error notification in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559699#M42276</link>
    <description>&lt;BR /&gt;&amp;gt; Use an XML parser ;-)&lt;BR /&gt;&lt;BR /&gt;Definately :-) . However the ls commands seem to append non-xml text in every section and the whole thing looks overall messy for me. In addition I have to refresh my perl-fu so looks I'm going to be entertained for the following days :-D&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Vdisks available on this Cell:&lt;BR /&gt;\Virtual Disks\CustomerName\LunGroup\db08_srwp_admin\ACTIVE information:&lt;BR /&gt;&lt;OBJECT&gt;&lt;BR /&gt;  &lt;OBJECTID&gt;1E400710B4080560C05C0A00007000000000FE00&lt;/OBJECTID&gt;&lt;BR /&gt;  &lt;OBJECTNAME&gt;\Virtual Disks\CustomerName\LunGroup\db08_srwp_admin\ACTIVE&lt;/OBJECTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;/OBJECT&gt;</description>
    <pubDate>Thu, 07 Jan 2010 09:25:41 GMT</pubDate>
    <dc:creator>Fran Garcia</dc:creator>
    <dc:date>2010-01-07T09:25:41Z</dc:date>
    <item>
      <title>EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559695#M42272</link>
      <description>Is there some command in SSSU that I can issue to check the status of the EVA?  I'm just looking to get some indication that a problem has occurred.  It doesn't have to be detailed.&lt;BR /&gt;&lt;BR /&gt;Would LS DISK show something if a disk has failed?   What about a controller issue?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 21:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559695#M42272</guid>
      <dc:creator>Shael Richmond</dc:creator>
      <dc:date>2010-01-06T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559696#M42273</link>
      <description>Hi Shael,&lt;BR /&gt;&lt;BR /&gt;Right now I'm integrating SSSU output in our monitoring system. At first sight, this commands provide all the relevant info :&lt;BR /&gt;&lt;BR /&gt;- ls controller full&lt;BR /&gt;- ls vdisks full&lt;BR /&gt;- ls licenses &lt;BR /&gt;- ls system&lt;BR /&gt;- ls disks full&lt;BR /&gt;&lt;BR /&gt;You could also use the XML output of those commands, whoever it looks a little bit problematic to parse :-) .&lt;BR /&gt;&lt;BR /&gt;From the documentation, I haven't seen any way to access controller logs from SSSU. I guess there is some other way involving the CV, but will need to poke around a little bit...</description>
      <pubDate>Thu, 07 Jan 2010 07:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559696#M42273</guid>
      <dc:creator>Fran Garcia</dc:creator>
      <dc:date>2010-01-07T07:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559697#M42274</link>
      <description>Shael, you'll get much more information from the EVA event log. There are hundreds of things than can be happening on an EVA without a component being marked as failed.&lt;BR /&gt;&lt;BR /&gt;Get the event log checked by someone with experience, or install IRS, so WEBES can check the events and perform some basic health checks.</description>
      <pubDate>Thu, 07 Jan 2010 09:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559697#M42274</guid>
      <dc:creator>Víctor Cespón</dc:creator>
      <dc:date>2010-01-07T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559698#M42275</link>
      <description>&amp;gt; whoever it looks a little bit problematic to parse :-) .&lt;BR /&gt;&lt;BR /&gt;Use an XML parser ;-)&lt;BR /&gt;CV-EVA and new EVA models have introducted new tags in the past that can be dealt with.&lt;BR /&gt;&lt;BR /&gt;The output of the old 'SHOW' (predates the 'LS') command had changed with almost every new version of SSSU in the past, too, but it was a bit of work to track those little changes - fortunately I had added a unittest framework to my code that helped me not to break parsing old formats...</description>
      <pubDate>Thu, 07 Jan 2010 09:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559698#M42275</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-01-07T09:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559699#M42276</link>
      <description>&lt;BR /&gt;&amp;gt; Use an XML parser ;-)&lt;BR /&gt;&lt;BR /&gt;Definately :-) . However the ls commands seem to append non-xml text in every section and the whole thing looks overall messy for me. In addition I have to refresh my perl-fu so looks I'm going to be entertained for the following days :-D&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Vdisks available on this Cell:&lt;BR /&gt;\Virtual Disks\CustomerName\LunGroup\db08_srwp_admin\ACTIVE information:&lt;BR /&gt;&lt;OBJECT&gt;&lt;BR /&gt;  &lt;OBJECTID&gt;1E400710B4080560C05C0A00007000000000FE00&lt;/OBJECTID&gt;&lt;BR /&gt;  &lt;OBJECTNAME&gt;\Virtual Disks\CustomerName\LunGroup\db08_srwp_admin\ACTIVE&lt;/OBJECTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;/OBJECT&gt;</description>
      <pubDate>Thu, 07 Jan 2010 09:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559699#M42276</guid>
      <dc:creator>Fran Garcia</dc:creator>
      <dc:date>2010-01-07T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559700#M42277</link>
      <description>I've missed vcespon's response before I hit [Submit&amp;gt;&amp;gt;]. My answer dealt only with the way of parsing SSSU output if you want to create some reports or maybe do some basic checks.&lt;BR /&gt;&lt;BR /&gt;I fully agree with vcespon that you should not invest too much of your time and rather use WEBES (as an end-user you will NEVER be able to implement all the knowledge that WEBES has in your own product!!).</description>
      <pubDate>Thu, 07 Jan 2010 09:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559700#M42277</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-01-07T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559701#M42278</link>
      <description>Fran, I didn't promise you a rose garden ;-)&lt;BR /&gt;&lt;BR /&gt;I wrote some tips in this old thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1247567" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1247567&lt;/A&gt;</description>
      <pubDate>Thu, 07 Jan 2010 09:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559701#M42278</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-01-07T09:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559702#M42279</link>
      <description>I am not looking for something complicated or detailed.  Just a way for my automatic system monitor(home grown) to know that there is a problem and issue an alert.  Once I know there is a problem I can look at it with Command view to see what the problem is.&lt;BR /&gt;&lt;BR /&gt;I am responsible for several remote sites so I need to monitor all of them.  These are VMS sites and don't want to bring in additional Windows software for monitoring.</description>
      <pubDate>Thu, 07 Jan 2010 16:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559702#M42279</guid>
      <dc:creator>Shael Richmond</dc:creator>
      <dc:date>2010-01-07T16:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: EVA4400 error notification</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559703#M42280</link>
      <description>Well, for _serious_ management, you need a Windows server running CV-EVA anyway. The WOCP (=management module) is not sufficient.&lt;BR /&gt;In that case you can put WEBES on the same system. It is not obvious, but WEBES goes beyond simple failures - just think about a disk drive that needs to retry certain operations. It has not failed yet, but can cut down performance.</description>
      <pubDate>Thu, 07 Jan 2010 16:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/eva4400-error-notification/m-p/4559703#M42280</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-01-07T16:36:33Z</dc:date>
    </item>
  </channel>
</rss>

