<?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: Temperature-, Power &amp;amp; Fan Data in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729463#M74420</link>
    <description>Heinz,&lt;BR /&gt;&lt;BR /&gt;this interface is undocumented. I found some comments in the ESFDEF module, which describe this interface a little bit. Please have a look at the C code, it's mostly comments, so they should be readable for a PASCAL programmer ;-)&lt;BR /&gt;&lt;BR /&gt;The OpenVMS source listings contain the [SYS]SYS_GET_ENV_SENSORS.C code listing.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Mon, 13 Feb 2006 13:52:23 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-02-13T13:52:23Z</dc:date>
    <item>
      <title>Temperature-, Power &amp; Fan Data</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729460#M74417</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;my customer has very large coputerrooms. All machines are built into standard cabinets. &lt;BR /&gt;The aircondition is functioning well, we measure temperature between 17 and 20 degrees C. in the computer rooms.&lt;BR /&gt;&lt;BR /&gt;The machines are built into standard racks and often we find out, that the airflow in those standard racks is not optimal and so we can measure 40 degress on the builtin temperature-sensors. &lt;BR /&gt;We wrote supervising programms to get the values of the builtin temperature sensors on AS 4100, GS160 ....&lt;BR /&gt;But now we are using DS20, DS25, ES40, ES45 &amp;amp; GS1280. &lt;BR /&gt;On those newer machines we can't get the sensor data with $GETSYI and item codes &lt;BR /&gt;SYI$_POWER_VECTOR, SYI$_FAN_VECTOR, SYI$_THERMAL_VECTOR &amp;amp; SYI$_TEMPERATURE_VECTOR&lt;BR /&gt;&lt;BR /&gt;I know the articles&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9337.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9337.html?jumpid=reg_R1002_USEN&lt;/A&gt; &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=916169&amp;amp;admit=-1335382922+1139495405996+28353475." target="_blank"&gt;http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=916169&amp;amp;admit=-1335382922+1139495405996+28353475.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I know that it is possible to get the required sensor data with HP OVO and SNMP. Does someody know, how OVO is getting &lt;BR /&gt;the required sensor data on those newer machines ?</description>
      <pubDate>Sat, 11 Feb 2006 04:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729460#M74417</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-02-11T04:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Temperature-, Power &amp; Fan Data</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729461#M74418</link>
      <description>Heinz,&lt;BR /&gt;&lt;BR /&gt;this kind of information is available via the undocumented SYS$GET_ENV_SENSORS system service.&lt;BR /&gt;&lt;BR /&gt;Have a look into the ESFDEF module in sys$library:sys$starlet_c.tlb or the [SYS]SYS_GET_ENV_SENSORS source listings.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 03:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729461#M74418</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-12T03:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Temperature-, Power &amp; Fan Data</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729462#M74419</link>
      <description>Hi Volker&lt;BR /&gt;&lt;BR /&gt;is there a description of the systemservice interface. I normally use Pascal for programming.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Heinz&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 09:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729462#M74419</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-02-13T09:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Temperature-, Power &amp; Fan Data</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729463#M74420</link>
      <description>Heinz,&lt;BR /&gt;&lt;BR /&gt;this interface is undocumented. I found some comments in the ESFDEF module, which describe this interface a little bit. Please have a look at the C code, it's mostly comments, so they should be readable for a PASCAL programmer ;-)&lt;BR /&gt;&lt;BR /&gt;The OpenVMS source listings contain the [SYS]SYS_GET_ENV_SENSORS.C code listing.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 13 Feb 2006 13:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/temperature-power-amp-fan-data/m-p/3729463#M74420</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-13T13:52:23Z</dc:date>
    </item>
  </channel>
</rss>

