<?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: Memory Information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009922#M751002</link>
    <description>That's pretty self-explanatory, but I'd say there's no sign of any hardware memory problems there.  I suggest you follow up on Clay's suggestions, to try to characterize the nature of the performance problem and work from there.&lt;BR /&gt;&lt;BR /&gt;It's possible the overheating may have damaged something, I suppose, but it doesn't appear to have caused memory failures.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
    <pubDate>Thu, 31 May 2007 03:46:56 GMT</pubDate>
    <dc:creator>Andrew Merritt_2</dc:creator>
    <dc:date>2007-05-31T03:46:56Z</dc:date>
    <item>
      <title>Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009913#M750993</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;I have a feeling that there is a memory failure on my HP Box. But i am a bit confused &lt;BR /&gt;&lt;BR /&gt;Glance says&lt;BR /&gt;&lt;BR /&gt;Total VM :  3.01gb   Sys Mem  : 720.0mb   User Mem:  1.07gb   Phys Mem:  3.99gb&lt;BR /&gt;Active VM:  2.95gb   Buf Cache:  1.92gb   Free Mem: 308.3mb&lt;BR /&gt;&lt;BR /&gt;Syslog Says&lt;BR /&gt;# grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;May 30 10:27:08 benz vmunix:     physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;May 30 10:27:08 benz vmunix:     Physical: 4182800 Kbytes, lockable: 2967904 Kbytes, available: 3456868 Kbytes&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm | grep "Total Configured Memory"&lt;BR /&gt;&lt;BR /&gt;   Total Configured Memory: 4096 MB&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm &amp;gt; /tmp/meminfo says&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   DIMM Location          Size(MB)     DIMM Location          Size(MB)&lt;BR /&gt;   --------------------   --------     --------------------   --------&lt;BR /&gt;   DIMM 0A                1024         DIMM 0B                1024&lt;BR /&gt;   DIMM 1A                1024         DIMM 1B                1024&lt;BR /&gt;   DIMM 2A                ----         DIMM 2B                ----&lt;BR /&gt;   DIMM 3A                ----         DIMM 3B                ----&lt;BR /&gt;   DIMM 4A                ----         DIMM 4B                ----&lt;BR /&gt;   DIMM 5A                ----         DIMM 5B                ----&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But Sam Says &lt;BR /&gt;&lt;BR /&gt;Physical Memory:         4088.4 MB&lt;BR /&gt;Real Memory:        &lt;BR /&gt;Active:                1134600.1 KB&lt;BR /&gt;Total:                 1161328.1 KB                           &lt;BR /&gt;Virtual Memory:                              &lt;BR /&gt;Active:                3261604.5 KB          &lt;BR /&gt;Total:                 3331708.0 KB          &lt;BR /&gt;Free Memory Pages:       55619 at 4 KB/page  &lt;BR /&gt;Swap Space:                                  &lt;BR /&gt;Avail:                 4096 MB               &lt;BR /&gt;Used:                  1608 MB        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do i infer out of these outputs??? But my machine's performance has come down drastically...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pattabhi Raman</description>
      <pubDate>Wed, 30 May 2007 10:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009913#M750993</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-30T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009914#M750994</link>
      <description>Glance says&lt;BR /&gt;&lt;BR /&gt;Total VM : 3.01gb Sys Mem : 720.0mb User Mem: 1.07gb Phys Mem: 3.99gb&lt;BR /&gt;Active VM: 2.95gb Buf Cache: 1.92gb Free Mem: 308.3mb&lt;BR /&gt;&lt;BR /&gt;You have 4GiB of physical memory but there are really not enough data here to identify your performance problem. &lt;BR /&gt;&lt;BR /&gt;One of the things that jumps out at me is the BuF Cache: 1.92gb. This implies that your dbc_max_pct is very likely at the default 50% value --- which is almost always bad. Because it is at the default, there is a strong possability that all the kernel tunables are also at the default value and thus the box could do with some tuning. I would first reduce dbc_max_pct to no more than about 25% and dbc_min_pct to about 5%.&lt;BR /&gt;&lt;BR /&gt;You really need to pay attention to your pageout rate. You can use Glance or simply monitor the po column of vmstat. Ideally, you want that value to be zero; certainly no more than about 15 or so for any length of time. If you are swapping (more accurately paging out) then that is the first thing to address because swapping tends to overwhelm everything else.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2007 11:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009914#M750994</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-30T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009915#M750995</link>
      <description>thanks for the input. &lt;BR /&gt;The reason i feel it might be a memory issue is that the performance issue has shown up only in the last 2 days... and also last week my machine went down abruptly due to airco issue as the temp in the DC went up. So this thought.&lt;BR /&gt;&lt;BR /&gt;Other wise my machine used to run like a gem.&lt;BR /&gt;&lt;BR /&gt;What do you infer from teh 3rd and sam's output?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pattabhi Raman</description>
      <pubDate>Wed, 30 May 2007 11:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009915#M750995</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-30T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009916#M750996</link>
      <description>Alos please note that i havent made any changes to the system for a long time now.</description>
      <pubDate>Wed, 30 May 2007 11:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009916#M750996</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-30T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009917#M750997</link>
      <description>Since you haven't bothered to post any of the page-out metrics, it's not possible to make any informed responses. I suppose that you will need to go with your feelings that this is a memory problem. I am not going to use "The Force" for this diagnosis. You might have a single runaway process that is your fundamental problem; it might indeed be memory pressure but the best way to determine that is by examining the pageout metrics. Of course, you are free to do as you choose.</description>
      <pubDate>Wed, 30 May 2007 11:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009917#M750997</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-30T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009918#M750998</link>
      <description>Not a performance expert so I can't really comment on the problem your facing.&lt;BR /&gt;&lt;BR /&gt;However, I can make some comments about the remark that nothing has changed.&lt;BR /&gt;Basically, a system on which nothing changes has been shutdown and isn't running.&lt;BR /&gt;Any system which is up and running and especially in production will be subject to changes almost constantly.&lt;BR /&gt;It might not be the administrator loading software and/or patches but there's other things to think about.&lt;BR /&gt;- More data is being stored&lt;BR /&gt;- Databases grow&lt;BR /&gt;- Users might be added&lt;BR /&gt;- Increase of memory use due to new users&lt;BR /&gt;- logfiles are increasing in size&lt;BR /&gt;- Etc etc&lt;BR /&gt;Because of that you might be reaching a certain treshold causing the system to have a performance drop 'all of a sudden'&lt;BR /&gt;For what it's worth, it might even be a bug which kicks in at a certain treshold and it might even have been fixed already in recent patches.&lt;BR /&gt;&lt;BR /&gt;I would advise to post some metrics like A. Clay Stephenson wrote as well.&lt;BR /&gt;There's loads of people here willing and able to help but to do that more information from your side is needed as well.</description>
      <pubDate>Thu, 31 May 2007 02:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009918#M750998</guid>
      <dc:creator>Marcel Burggraeve</dc:creator>
      <dc:date>2007-05-31T02:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009919#M750999</link>
      <description>Here is the glance output that i have managed to capture every 5 seconds..&lt;BR /&gt;&lt;BR /&gt;Page Faults         1          747         0.2        3.3       120.0&lt;BR /&gt;Page In             0          161         0.0        0.7        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        9.3       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          747         0.0        3.2       120.0&lt;BR /&gt;Page In             0          161         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        9.0       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          747         0.0        3.1       120.0&lt;BR /&gt;Page In             0          161         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        8.8       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          747         0.0        3.1       120.0&lt;BR /&gt;Page In             0          161         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        8.6       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          747         0.0        3.0       120.0&lt;BR /&gt;Page In             0          161         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        8.4       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          747         0.0        2.9       120.0&lt;BR /&gt;Page In             0          161         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        8.3       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults        82          829        15.7        3.2       120.0&lt;BR /&gt;Page In            27          188         5.1        0.7        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        8.1       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          829         0.0        3.1       120.0&lt;BR /&gt;Page In             0          188         0.0        0.7        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.9       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          829         0.0        3.1       120.0&lt;BR /&gt;Page In             0          188         0.0        0.7        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.8       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         5          834         0.9        3.0       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.6       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          834         0.0        3.0       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.5       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults        38          872         7.3        3.1       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.4       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        3.0       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.2       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.9       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.1       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.9       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        7.0       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.8       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.9       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.8       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.7       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.8       120.0&lt;BR /&gt;Page In             0          188         0.0        0.6        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.7       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.7       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.5       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.7       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.4       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.6       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.3       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.6       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.2       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.5       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.1       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.5       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.1       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;                                                                 Page 1 of 1&lt;BR /&gt;Page Faults         0          872         0.0        2.5       120.0&lt;BR /&gt;Page In             0          188         0.0        0.5        12.6&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In       0kb        2.0mb         0.0        6.0       294.6&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;&lt;BR /&gt;I did follow Clay's advice and did tune the recommeded kernel parameters and i also increased the swap by 4Gb. there are no DB's running on the box.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Is there a way i can run any command and check if any memory module has gone corrupted.</description>
      <pubDate>Thu, 31 May 2007 03:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009919#M750999</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-31T03:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009920#M751000</link>
      <description>Hi Pattabhi,&lt;BR /&gt;  To check for memory errors, run the Memory Info tool in STM, and look at the output.  That should show if there are any memory modules failing.  Are there any entries in the PDT?  You should also get EMS events logged in /var/opt/resmon/log/event.log, and a warning in syslog, if memory is being deallocated.&lt;BR /&gt;&lt;BR /&gt;From what you've presented so far, I don't see any signs of memory failure.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 31 May 2007 03:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009920#M751000</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2007-05-31T03:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009921#M751001</link>
      <description>Andrew...&lt;BR /&gt;&lt;BR /&gt;The requested output is as follows&lt;BR /&gt;&lt;BR /&gt;-- Current Device Status Log for IPF_MEMORY on path memory --&lt;BR /&gt;&lt;BR /&gt;The following information was archived during the last hardware scan:&lt;BR /&gt;&lt;BR /&gt;Product               : IPF_MEMORY&lt;BR /&gt;Qualifier             : 1004&lt;BR /&gt;Hardware Path         : memory&lt;BR /&gt;Device Type           : Memory&lt;BR /&gt;Device Qualifier      : Memory&lt;BR /&gt;&lt;BR /&gt;Most Recent Tool Run  : Information&lt;BR /&gt;Tool Exit Status      : Success&lt;BR /&gt;Current Status        : Success&lt;BR /&gt;&lt;BR /&gt;Recommended Action    : None&lt;BR /&gt;&lt;BR /&gt;Installed tools:&lt;BR /&gt;   Diagnostic      : None&lt;BR /&gt;   Verifier        : None&lt;BR /&gt;   Exerciser       : memory&lt;BR /&gt;   Information     : memory_ia64&lt;BR /&gt;   Expert Tool     : None&lt;BR /&gt;   Firmware Update : None&lt;BR /&gt;&lt;BR /&gt;=================================================================================================&lt;BR /&gt;&lt;BR /&gt;-- Information Tool Log for IPF_MEMORY on path memory --&lt;BR /&gt;&lt;BR /&gt;Log creation time: Thu May 31 14:03:24 2007&lt;BR /&gt;&lt;BR /&gt;Hardware path: memory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basic Memory Description&lt;BR /&gt;&lt;BR /&gt;   Module Type: MEMORY&lt;BR /&gt;   Page Size: 4096 Bytes&lt;BR /&gt;   Total Physical Memory: N/A&lt;BR /&gt;   Total Configured Memory: 4096 MB&lt;BR /&gt;   Total Deconfigured Memory: N/A&lt;BR /&gt;&lt;BR /&gt;Memory Board Inventory&lt;BR /&gt;&lt;BR /&gt;   DIMM Location          Size(MB)     DIMM Location          Size(MB)&lt;BR /&gt;   --------------------   --------     --------------------   --------&lt;BR /&gt;   DIMM 0A                1024         DIMM 0B                1024&lt;BR /&gt;   DIMM 1A                1024         DIMM 1B                1024&lt;BR /&gt;   DIMM 2A                ----         DIMM 2B                ----&lt;BR /&gt;   DIMM 3A                ----         DIMM 3B                ----&lt;BR /&gt;   DIMM 4A                ----         DIMM 4B                ----&lt;BR /&gt;   DIMM 5A                ----         DIMM 5B                ----&lt;BR /&gt;&lt;BR /&gt;   ===========================================================================&lt;BR /&gt;&lt;BR /&gt;Memory Error Log Summary&lt;BR /&gt;&lt;BR /&gt;   The memory error log is empty.&lt;BR /&gt;&lt;BR /&gt;Page Deallocation Table (PDT)&lt;BR /&gt;&lt;BR /&gt;   The Page Deallocation Table is empty.&lt;BR /&gt;&lt;BR /&gt;   PDT Entries Used: 0&lt;BR /&gt;</description>
      <pubDate>Thu, 31 May 2007 03:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009921#M751001</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-31T03:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009922#M751002</link>
      <description>That's pretty self-explanatory, but I'd say there's no sign of any hardware memory problems there.  I suggest you follow up on Clay's suggestions, to try to characterize the nature of the performance problem and work from there.&lt;BR /&gt;&lt;BR /&gt;It's possible the overheating may have damaged something, I suppose, but it doesn't appear to have caused memory failures.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 31 May 2007 03:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009922#M751002</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2007-05-31T03:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009923#M751003</link>
      <description>Thanks Andrew,  I shall follow Clays advice and see if it helps.</description>
      <pubDate>Thu, 31 May 2007 03:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-information/m-p/4009923#M751003</guid>
      <dc:creator>Pattabhi</dc:creator>
      <dc:date>2007-05-31T03:48:06Z</dc:date>
    </item>
  </channel>
</rss>

