<?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: OverallStatus OID? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165227#M32185</link>
    <description>I have just posted some examples to the HP FTP site, including a Perl script to parse the first element of the cpqHoMibStatusArray. The files are at &lt;A href="ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/index.html" target="_blank"&gt;ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/index.html&lt;/A&gt; with &lt;A href="ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/status_xml.pl" target="_blank"&gt;ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/status_xml.pl&lt;/A&gt; being the Perl script in question.</description>
    <pubDate>Tue, 19 Jan 2010 23:38:34 GMT</pubDate>
    <dc:creator>Peter daSilva</dc:creator>
    <dc:date>2010-01-19T23:38:34Z</dc:date>
    <item>
      <title>OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165221#M32179</link>
      <description>Hi all,&lt;BR /&gt;Im looking for the snmp-mib containing the "OverallStatus" oid for HP Insight Agents. What mib and where can I find it?&lt;BR /&gt;&lt;BR /&gt;Info:&lt;BR /&gt;OverallStatus, INT, Indicates the overall status of the device: 0 = UNKNOWN 1 = NORMAL 2 = WARNING 3 = MINOR 4 = MAJOR 5 = CRITICAL 10= NO STATUS (occurs for new devices or on startup before polling)&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roberth Edberg, SEB</description>
      <pubDate>Thu, 20 Mar 2008 12:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165221#M32179</guid>
      <dc:creator>Roberth Edberg</dc:creator>
      <dc:date>2008-03-20T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165222#M32180</link>
      <description>Hi MIB file is "CPQHOST.mib" which states all above data.&lt;BR /&gt;you can find it in "hpsim\mibs" directory which default is "c:\program files\HP\Systems insight manager\mibs"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ajay</description>
      <pubDate>Thu, 20 Mar 2008 12:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165222#M32180</guid>
      <dc:creator>Change_happens</dc:creator>
      <dc:date>2008-03-20T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165223#M32181</link>
      <description>if this is what u were searching? (if yes i should have points)</description>
      <pubDate>Fri, 21 Mar 2008 08:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165223#M32181</guid>
      <dc:creator>Change_happens</dc:creator>
      <dc:date>2008-03-21T08:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165224#M32182</link>
      <description>Well, not really. The cpqhost.mib contains "cpqHoMibCondition", which only show status 1=unknown, 2=ok, 3=degraded, 4=failed.&lt;BR /&gt;&lt;BR /&gt;This solves my case if it covers the complete system, but I would be even more interested in the "OverallStatus" which I read about in the SIM documentation as that one had more severities (mentioned in my first post).&lt;BR /&gt;&lt;BR /&gt;/Roberth&lt;BR /&gt;&lt;BR /&gt;The interesting part of the cpqhost.mib:&lt;BR /&gt;&lt;BR /&gt;    cpqHoMibCondition OBJECT-TYPE&lt;BR /&gt;        SYNTAX  INTEGER {&lt;BR /&gt;            unknown(1),&lt;BR /&gt;            ok(2),              -- default state&lt;BR /&gt;            degraded(3),&lt;BR /&gt;            failed(4)&lt;BR /&gt;            }&lt;BR /&gt;        ACCESS  read-only&lt;BR /&gt;        STATUS  mandatory&lt;BR /&gt;        DESCRIPTION&lt;BR /&gt;            "The overall condition.&lt;BR /&gt;&lt;BR /&gt;             This object represents the overall status of the server's host&lt;BR /&gt;             system represented by this MIB."&lt;BR /&gt;        ::= { cpqHoMibRev 3 }</description>
      <pubDate>Wed, 26 Mar 2008 10:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165224#M32182</guid>
      <dc:creator>Roberth Edberg</dc:creator>
      <dc:date>2008-03-26T10:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165225#M32183</link>
      <description>Sorry, wrong by me. The interesting parts seems to be stored in the "cpqHoMibStatusArray". I just have to understand how to interpret it. Have you any idea?&lt;BR /&gt;&lt;BR /&gt;/Roberth</description>
      <pubDate>Wed, 26 Mar 2008 13:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165225#M32183</guid>
      <dc:creator>Roberth Edberg</dc:creator>
      <dc:date>2008-03-26T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165226#M32184</link>
      <description>The part I am interested in, as far as I understand, is the first 4 octets in "block0" of the Array. It stores the condition status aggregated of all other Mibs - If I understand it correct.&lt;BR /&gt;&lt;BR /&gt;Below is an example of the complete Array. How do I dechiffer it?&lt;BR /&gt;&lt;BR /&gt;1.2.8.0.1.2.1.10.1.2.1.17.1.2.1.1C.0.0.0.0.1.1.1.1D.1.2.1.13.0.0.0.0.1.1.1.16.0.0.0.0.1.2.1.4.1.1.1.15.0.0.0.0.0.0.0.0.1.1.1.6.0.0.0.0.1.2.1.13.1.1.1.1.1.2.1.9.1.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0&lt;BR /&gt;&lt;BR /&gt;/Roberth</description>
      <pubDate>Wed, 26 Mar 2008 13:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165226#M32184</guid>
      <dc:creator>Roberth Edberg</dc:creator>
      <dc:date>2008-03-26T13:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: OverallStatus OID?</title>
      <link>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165227#M32185</link>
      <description>I have just posted some examples to the HP FTP site, including a Perl script to parse the first element of the cpqHoMibStatusArray. The files are at &lt;A href="ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/index.html" target="_blank"&gt;ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/index.html&lt;/A&gt; with &lt;A href="ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/status_xml.pl" target="_blank"&gt;ftp://ftp.hp.com/pub/softlib2/software1/doc/p1559310849/v58447/status_xml.pl&lt;/A&gt; being the Perl script in question.</description>
      <pubDate>Tue, 19 Jan 2010 23:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overallstatus-oid/m-p/4165227#M32185</guid>
      <dc:creator>Peter daSilva</dc:creator>
      <dc:date>2010-01-19T23:38:34Z</dc:date>
    </item>
  </channel>
</rss>

