<?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: RAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431425#M3200</link>
    <description>Hi,&lt;BR /&gt;Try any of the following.&lt;BR /&gt;&lt;BR /&gt;1. #dmesg  |grep -i phy (may not work if the message buffer is filled up with some other messages)&lt;BR /&gt;&lt;BR /&gt;2. # echo "mem_ptr/D"| adb /stand/vmunix  &lt;BR /&gt;     /dev/mem  (gives in number of bytes)&lt;BR /&gt;3. SAM --&amp;gt; Performance Monitors --&amp;gt; System Properties ---&amp;gt; Memory&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Aug 2000 03:36:31 GMT</pubDate>
    <dc:creator>Ramesh Donti</dc:creator>
    <dc:date>2000-08-01T03:36:31Z</dc:date>
    <item>
      <title>RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431417#M3192</link>
      <description>How can I find the total RAM on my machine,&lt;BR /&gt;HP9000 T600 OS10.20? TIA&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2000 17:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431417#M3192</guid>
      <dc:creator>bhoang</dc:creator>
      <dc:date>2000-07-18T17:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431418#M3193</link>
      <description>Use SAM -&amp;gt; Performance Monitors -&amp;gt; System Properties &lt;BR /&gt;Tab to memory and view values.&lt;BR /&gt;&lt;BR /&gt;Can also use swapinfo -tma</description>
      <pubDate>Tue, 18 Jul 2000 17:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431418#M3193</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-07-18T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431419#M3194</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The title area of a top screen also shown he amount of physical memory.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Tue, 18 Jul 2000 17:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431419#M3194</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-07-18T17:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431420#M3195</link>
      <description>dmesg | grep Phy will give the amount of Phtsical Memory on the system as well.</description>
      <pubDate>Tue, 18 Jul 2000 17:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431420#M3195</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-18T17:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431421#M3196</link>
      <description>Checking dmesg is good as long as the message buffer hasn't wrapped.&lt;BR /&gt;&lt;BR /&gt;Another way, is via a small program which I've attached. Just compile and run&lt;BR /&gt;&lt;BR /&gt;make phys_mem.c&lt;BR /&gt;./phys_mem&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2000 18:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431421#M3196</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-18T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431422#M3197</link>
      <description>This is just a clarification on some of the other messages. dmesg is probably the best way to see your total physical memory. It will also show you lockable memory. However, info in dmesg is just coming from the startup sequence and can get overwritten by other errors. If this occurs than you can grab it out of the kernel with adb debuggers. See Knowledge Base Document KBRC00001146.&lt;BR /&gt;&lt;BR /&gt;Finally, someone mentioned that swapinfo     -tma will show you this. This is FALSE. The MEMORY line in swapinfo is the amount of memory that is being used for pseudo swap. This can be as much as 75% of your total physical memory. This is not hard to comfirm. Just compare the output of swapinfo with dmesg.</description>
      <pubDate>Tue, 18 Jul 2000 18:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431422#M3197</guid>
      <dc:creator>Jason Luginbuhl</dc:creator>
      <dc:date>2000-07-18T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431423#M3198</link>
      <description>Yet one more way is to use the Support Tools Manager.  There are character and GUI versions.  I prefer the GUI.&lt;BR /&gt;Run xstm for GUI or mstm for character.  Highlight the Memory icon or cursor to the Memory line.  Then go to Tools &amp;gt; Information &amp;gt; Run to get a report.  It gives you more information on the physical memory in your system.  Shows what size memory module is in what slot.  It helps to know if you have any slots available before you buy additional memory.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2000 18:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431423#M3198</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-07-18T18:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431424#M3199</link>
      <description>One further way:&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/syslog.log, the same message that dmesg can contain&lt;BR /&gt;is 'permanently' written to syslog on boot.  Plus, by default non-root users can&lt;BR /&gt;read syslog too.</description>
      <pubDate>Tue, 18 Jul 2000 18:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431424#M3199</guid>
      <dc:creator>tech1214</dc:creator>
      <dc:date>2000-07-18T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431425#M3200</link>
      <description>Hi,&lt;BR /&gt;Try any of the following.&lt;BR /&gt;&lt;BR /&gt;1. #dmesg  |grep -i phy (may not work if the message buffer is filled up with some other messages)&lt;BR /&gt;&lt;BR /&gt;2. # echo "mem_ptr/D"| adb /stand/vmunix  &lt;BR /&gt;     /dev/mem  (gives in number of bytes)&lt;BR /&gt;3. SAM --&amp;gt; Performance Monitors --&amp;gt; System Properties ---&amp;gt; Memory&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2000 03:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431425#M3200</guid>
      <dc:creator>Ramesh Donti</dc:creator>
      <dc:date>2000-08-01T03:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431426#M3201</link>
      <description>You can also use /usr/sam/lbin/getmem&lt;BR /&gt;which gives you the RAM im Megabyte.  As this is a commandline tool you can use it very easy in your own scripts.&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Thu, 03 Aug 2000 07:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431426#M3201</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2000-08-03T07:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431427#M3202</link>
      <description>&lt;BR /&gt;Just one command;     /usr/sam/lbin/getmem   (results are in Megabytes)</description>
      <pubDate>Thu, 03 Aug 2000 09:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2431427#M3202</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-03T09:00:30Z</dc:date>
    </item>
  </channel>
</rss>

