<?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 SNMP Get returns wrong information for Physical/Free memory in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670190#M16357</link>
    <description>Does anyone have the issue in an HP server where the Physical memory and free memory OID queries come back with low numbers? It seems as though all my servers with memory &amp;gt; 4GB return with odd sizes. &lt;BR /&gt;&lt;BR /&gt;Here are the results on one server with 8GB running win2k Advanced Svr: &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.1 returns 4032 for Physical mem size &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.2 returns 298 for Physical mem free &lt;BR /&gt;&lt;BR /&gt;On another server with 8GB running win2k3 Enterprise: &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.1 returns 3008 for Physical mem size &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.2 returns 158 for Physical mem free &lt;BR /&gt;&lt;BR /&gt;Both servers are DL380G4.&lt;BR /&gt;&lt;BR /&gt;Interestingly enough through an SNMP browser (Getif) I was able to find the following OID: .1.3.6.1.2.1.25.2.2.0 (host.hrstroage.hrMemorySize.0) which returns the correct size for total installed memory. &lt;BR /&gt;&lt;BR /&gt;Now I just need to find another OID that provides the available mem, or even mem used. &lt;BR /&gt;&lt;BR /&gt;Does anyone else have this problem? Does anyone else know of another OID for the correct Physical Free Mem? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 11 Nov 2005 21:23:24 GMT</pubDate>
    <dc:creator>Avi Drabkin_1</dc:creator>
    <dc:date>2005-11-11T21:23:24Z</dc:date>
    <item>
      <title>SNMP Get returns wrong information for Physical/Free memory</title>
      <link>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670190#M16357</link>
      <description>Does anyone have the issue in an HP server where the Physical memory and free memory OID queries come back with low numbers? It seems as though all my servers with memory &amp;gt; 4GB return with odd sizes. &lt;BR /&gt;&lt;BR /&gt;Here are the results on one server with 8GB running win2k Advanced Svr: &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.1 returns 4032 for Physical mem size &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.2 returns 298 for Physical mem free &lt;BR /&gt;&lt;BR /&gt;On another server with 8GB running win2k3 Enterprise: &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.1 returns 3008 for Physical mem size &lt;BR /&gt;OID: .1.3.6.1.4.1.232.11.2.13.2 returns 158 for Physical mem free &lt;BR /&gt;&lt;BR /&gt;Both servers are DL380G4.&lt;BR /&gt;&lt;BR /&gt;Interestingly enough through an SNMP browser (Getif) I was able to find the following OID: .1.3.6.1.2.1.25.2.2.0 (host.hrstroage.hrMemorySize.0) which returns the correct size for total installed memory. &lt;BR /&gt;&lt;BR /&gt;Now I just need to find another OID that provides the available mem, or even mem used. &lt;BR /&gt;&lt;BR /&gt;Does anyone else have this problem? Does anyone else know of another OID for the correct Physical Free Mem? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 11 Nov 2005 21:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670190#M16357</guid>
      <dc:creator>Avi Drabkin_1</dc:creator>
      <dc:date>2005-11-11T21:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Get returns wrong information for Physical/Free memory</title>
      <link>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670191#M16358</link>
      <description>Rather than chasing OIDs, you might consider using HP SIM.  It has built-in capabilities for data collection and you can access the database if you need a fancy report.</description>
      <pubDate>Sun, 13 Nov 2005 19:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670191#M16358</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-11-13T19:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Get returns wrong information for Physical/Free memory</title>
      <link>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670192#M16359</link>
      <description>I'm using Cacti (&lt;A href="http://www.cacti.net)" target="_blank"&gt;www.cacti.net)&lt;/A&gt; to graph cpu, nic, mem, hd, etc... metrics of my servers, switches, routers, etc. So thats why I'm using SNMP. It seems as though this is the easiest method to gather data with cacti. Therefore I was hoping I would be able go gather accurate data via SNMP. Seems as though most of the other data is correct, just this section. &lt;BR /&gt;&lt;BR /&gt;I'm sure I can run a WMI script to get at the data as well, but my Cacti server is running linux.&lt;BR /&gt;&lt;BR /&gt;Like I said, it returns valid numbers for servers &amp;lt; 4GB. Is this just a bug in HP's implimentation?</description>
      <pubDate>Mon, 14 Nov 2005 13:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/snmp-get-returns-wrong-information-for-physical-free-memory/m-p/3670192#M16359</guid>
      <dc:creator>Avi Drabkin_1</dc:creator>
      <dc:date>2005-11-14T13:52:30Z</dc:date>
    </item>
  </channel>
</rss>

