<?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: Monitoring the temperature of a K570 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209435#M168271</link>
    <description>To a limited extent this is possible. Man envd for details. You can have it send you an email when the non-configurable OVERTEMP_CRIT threshhold has been reached. A far better answer is to use a device intended for temperature. It's scientific name is "thermometer". I use inexpensive digital thermometers with built-in serial interfaces. It's then a simple matter to periodically poll the thermometer and log the temperature and/or take action. The nice thing about this approach is that when you change equipment, you don't have to worry about how a particular piece of hardware measures temperature (or if it does so at all).&lt;BR /&gt;&lt;BR /&gt;I use the digital thermometer approach in spite of the fact that I can ask the HVAC units the same question. &lt;BR /&gt;</description>
    <pubDate>Thu, 04 Mar 2004 10:31:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-03-04T10:31:53Z</dc:date>
    <item>
      <title>Monitoring the temperature of a K570</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209433#M168269</link>
      <description>Guys,&lt;BR /&gt;I am supporting a K570, which is not in a particularly well kept environment.(Iâ  m being polite)&lt;BR /&gt;&lt;BR /&gt;I have major concerns that this server is going to have big problems in the summer, and I would like to be proactive and let them know that there server is reaching critical temperatures.&lt;BR /&gt;&lt;BR /&gt;Is there anyway of monitoring some of the internal temperatures using something like 'stm' / 'cstm'.&lt;BR /&gt;&lt;BR /&gt;Any suggestions would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Pe</description>
      <pubDate>Thu, 04 Mar 2004 10:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209433#M168269</guid>
      <dc:creator>Peter Day_2</dc:creator>
      <dc:date>2004-03-04T10:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring the temperature of a K570</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209434#M168270</link>
      <description>The system shoul dbe able tomonitor it's internal temp,and log it to Syslog.&lt;BR /&gt; do &lt;BR /&gt;man envd&lt;BR /&gt;This may help you</description>
      <pubDate>Thu, 04 Mar 2004 10:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209434#M168270</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-03-04T10:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring the temperature of a K570</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209435#M168271</link>
      <description>To a limited extent this is possible. Man envd for details. You can have it send you an email when the non-configurable OVERTEMP_CRIT threshhold has been reached. A far better answer is to use a device intended for temperature. It's scientific name is "thermometer". I use inexpensive digital thermometers with built-in serial interfaces. It's then a simple matter to periodically poll the thermometer and log the temperature and/or take action. The nice thing about this approach is that when you change equipment, you don't have to worry about how a particular piece of hardware measures temperature (or if it does so at all).&lt;BR /&gt;&lt;BR /&gt;I use the digital thermometer approach in spite of the fact that I can ask the HVAC units the same question. &lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 10:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209435#M168271</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-04T10:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring the temperature of a K570</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209436#M168272</link>
      <description>We also currently have envd running. Luckily it was never utilized. To configure the response for how envd reacts to certain scenarios, edit the file /etc/envd.conf. You can set it up to email/page you, etc. It will also log the event in Syslog (and you can deactivate that if you want, but I don't think that's wise).&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Thu, 04 Mar 2004 10:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209436#M168272</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-03-04T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring the temperature of a K570</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209437#M168273</link>
      <description>Hello Peter, &lt;BR /&gt;&lt;BR /&gt;i think there are several ways to monitor the server temperature:&lt;BR /&gt;&lt;BR /&gt;1.)via snmp. But i don't know the exact snmp oid&lt;BR /&gt;2.)You can setup a hardware monitoring (use /etc/opt/resmon/lbin/monconfig) with notification. You will be informed if the inlet temperature is to High.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 10:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-the-temperature-of-a-k570/m-p/3209437#M168273</guid>
      <dc:creator>Ulrich Tehrani</dc:creator>
      <dc:date>2004-03-04T10:43:42Z</dc:date>
    </item>
  </channel>
</rss>

