<?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: How to monitor HW status of HP xw8600 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404117#M36200</link>
    <description>Have you tried starting ipmi and using ipmitool.  You should be able to get some pretty good information using ipmi in combination with scripts.  Not sure if the chips/motherboard on the xw8600 works well with ipmmi.  I have a couple around here.  If I have time I will see if I can get it working.&lt;BR /&gt;&lt;BR /&gt;Example from another system.&lt;BR /&gt;&lt;BR /&gt;]#  ipmitool chassis status&lt;BR /&gt;System Power         : on&lt;BR /&gt;Power Overload       : false&lt;BR /&gt;Power Interlock      : inactive&lt;BR /&gt;Main Power Fault     : false&lt;BR /&gt;Power Control Fault  : false&lt;BR /&gt;Power Restore Policy : always-off&lt;BR /&gt;Last Power Event     :&lt;BR /&gt;Chassis Intrusion    : inactive&lt;BR /&gt;Front-Panel Lockout  : inactive&lt;BR /&gt;Drive Fault          : false&lt;BR /&gt;Cooling/Fan Fault    : false&lt;BR /&gt;Sleep Button Disable : not allowed&lt;BR /&gt;Diag Button Disable  : allowed&lt;BR /&gt;Reset Button Disable : not allowed&lt;BR /&gt;Power Button Disable : allowed&lt;BR /&gt;Sleep Button Disabled: false&lt;BR /&gt;Diag Button Disabled : true&lt;BR /&gt;Reset Button Disabled: false&lt;BR /&gt;Power Button Disabled: true&lt;BR /&gt;&lt;BR /&gt;ipmitool sensor&lt;BR /&gt;Temp             | -46.000    | degrees C  | ok    | na        | na        | na        | 85.000    | 90.000    | na&lt;BR /&gt;Temp             | -42.000    | degrees C  | ok    | na        | na        | na        | 85.000    | 90.000    | na&lt;BR /&gt;Temp             | 40.000     | degrees C  | ok    | 64.000    | na        | -128.000  | -128.000  | na        | na&lt;BR /&gt;Temp             | 40.000     | degrees C  | ok    | 64.000    | na        | -128.000  | -128.000  | na        | na&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;LOTS of="" output="" cut=""&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;/LOTS&gt;</description>
    <pubDate>Tue, 21 Apr 2009 18:43:28 GMT</pubDate>
    <dc:creator>Justin_99</dc:creator>
    <dc:date>2009-04-21T18:43:28Z</dc:date>
    <item>
      <title>How to monitor HW status of HP xw8600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404115#M36198</link>
      <description>Hello, we are running several HP xw8600 front end cluster machines installed with SLES 10SP2.&lt;BR /&gt;I can find no monitoring service for those machines, like Pro Liant HP Systems Management Homepage. &lt;BR /&gt;Is there any way to remotely monitor the status of those machines? Mostly interesting are any kind of hardware failures, like broken disks, fans etc.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Matthias&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2009 14:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404115#M36198</guid>
      <dc:creator>Matthias Heinrichs</dc:creator>
      <dc:date>2009-04-20T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor HW status of HP xw8600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404116#M36199</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Without PSP, you will need to write custom scripts.&lt;BR /&gt;&lt;BR /&gt;You can check disk stats with a list and a simple dd command.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;while read -r diskname&lt;BR /&gt;do&lt;BR /&gt;dd if=$diskname of=/dev/null count=10000&lt;BR /&gt;rc=$?&lt;BR /&gt;if [ $rc -ne 0 ] then&lt;BR /&gt;   echo "disk broke ... $diskname"&lt;BR /&gt;fi&lt;BR /&gt;done &amp;lt; list&lt;BR /&gt;&lt;BR /&gt;Change the echo to an email, whatever you need.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Apr 2009 16:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404116#M36199</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-20T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor HW status of HP xw8600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404117#M36200</link>
      <description>Have you tried starting ipmi and using ipmitool.  You should be able to get some pretty good information using ipmi in combination with scripts.  Not sure if the chips/motherboard on the xw8600 works well with ipmmi.  I have a couple around here.  If I have time I will see if I can get it working.&lt;BR /&gt;&lt;BR /&gt;Example from another system.&lt;BR /&gt;&lt;BR /&gt;]#  ipmitool chassis status&lt;BR /&gt;System Power         : on&lt;BR /&gt;Power Overload       : false&lt;BR /&gt;Power Interlock      : inactive&lt;BR /&gt;Main Power Fault     : false&lt;BR /&gt;Power Control Fault  : false&lt;BR /&gt;Power Restore Policy : always-off&lt;BR /&gt;Last Power Event     :&lt;BR /&gt;Chassis Intrusion    : inactive&lt;BR /&gt;Front-Panel Lockout  : inactive&lt;BR /&gt;Drive Fault          : false&lt;BR /&gt;Cooling/Fan Fault    : false&lt;BR /&gt;Sleep Button Disable : not allowed&lt;BR /&gt;Diag Button Disable  : allowed&lt;BR /&gt;Reset Button Disable : not allowed&lt;BR /&gt;Power Button Disable : allowed&lt;BR /&gt;Sleep Button Disabled: false&lt;BR /&gt;Diag Button Disabled : true&lt;BR /&gt;Reset Button Disabled: false&lt;BR /&gt;Power Button Disabled: true&lt;BR /&gt;&lt;BR /&gt;ipmitool sensor&lt;BR /&gt;Temp             | -46.000    | degrees C  | ok    | na        | na        | na        | 85.000    | 90.000    | na&lt;BR /&gt;Temp             | -42.000    | degrees C  | ok    | na        | na        | na        | 85.000    | 90.000    | na&lt;BR /&gt;Temp             | 40.000     | degrees C  | ok    | 64.000    | na        | -128.000  | -128.000  | na        | na&lt;BR /&gt;Temp             | 40.000     | degrees C  | ok    | 64.000    | na        | -128.000  | -128.000  | na        | na&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;LOTS of="" output="" cut=""&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;/LOTS&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404117#M36200</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2009-04-21T18:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor HW status of HP xw8600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404118#M36201</link>
      <description>Thanks for your answers, donÂ´t have any experience with ipmi yet, need to discover that.&lt;BR /&gt;&lt;BR /&gt;But there is definitively no HP solution to monitor a HP xw8600 box about the hardware status?&lt;BR /&gt;&lt;BR /&gt;Are there any SNMP traps that the system can send maybe?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Matthias</description>
      <pubDate>Fri, 24 Apr 2009 06:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-hw-status-of-hp-xw8600/m-p/4404118#M36201</guid>
      <dc:creator>Matthias Heinrichs</dc:creator>
      <dc:date>2009-04-24T06:36:11Z</dc:date>
    </item>
  </channel>
</rss>

