<?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: How much memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877541#M937540</link>
    <description>Hi Jeremy,&lt;BR /&gt;  If your dmesg buffer overflows, then you cant get the Physical memory output. &lt;BR /&gt;&lt;BR /&gt;try this.&lt;BR /&gt;&lt;BR /&gt;for 10.x&lt;BR /&gt;&lt;BR /&gt;echo physmem/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 32bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 64bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb64 /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;multiply the result with 4096 to get the result in Kb. &lt;BR /&gt;&lt;BR /&gt;This way is the method if you have a very busy server, where syslog and kernel buffer overflows with messages.&lt;BR /&gt;&lt;BR /&gt;Srini.&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jan 2003 23:06:23 GMT</pubDate>
    <dc:creator>avsrini</dc:creator>
    <dc:date>2003-01-08T23:06:23Z</dc:date>
    <item>
      <title>How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877533#M937532</link>
      <description>How can I figure out how much memory an HPUX server has?&lt;BR /&gt;&lt;BR /&gt;jeremy&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 21:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877533#M937532</guid>
      <dc:creator>Jeremy Loukinas_1</dc:creator>
      <dc:date>2003-01-08T21:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877534#M937533</link>
      <description># dmesg | grep Physical&lt;BR /&gt;&lt;BR /&gt;# grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;# sam&lt;BR /&gt;&lt;BR /&gt;Go to "Performance Monitors" then go to "System Properties" and then go to the "Memory" tab in that display&lt;BR /&gt;&lt;BR /&gt;All of these will get you your total physical RAM on the box.</description>
      <pubDate>Wed, 08 Jan 2003 21:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877534#M937533</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-08T21:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877535#M937534</link>
      <description>/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;And it gives you a lot of other useful info!&lt;BR /&gt;&lt;BR /&gt;If you don't have it, install ignite immediately!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 08 Jan 2003 21:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877535#M937534</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-08T21:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877536#M937535</link>
      <description>do a dmesg or mem command</description>
      <pubDate>Wed, 08 Jan 2003 21:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877536#M937535</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-01-08T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877537#M937536</link>
      <description>sam&lt;BR /&gt;Performance Monitors&lt;BR /&gt;System Properties&lt;BR /&gt;Memory tab&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 21:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877537#M937536</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-01-08T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877538#M937537</link>
      <description>Hi Jeremy&lt;BR /&gt;&lt;BR /&gt;1. dmesg | grep Phy&lt;BR /&gt;&lt;BR /&gt;2. print_manifest&lt;BR /&gt;&lt;BR /&gt;3. sam--&amp;gt;performance monitors----&amp;gt; system properties -----&amp;gt; memory&lt;BR /&gt;&lt;BR /&gt;4. cstm or stm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 08 Jan 2003 21:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877538#M937537</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-01-08T21:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877539#M937538</link>
      <description>Jeremy,&lt;BR /&gt;in addition:&lt;BR /&gt;- you can see it in PDC if you'll reboot server and stop it booting;&lt;BR /&gt;- if you have Online Diags installed (STM) you can see it in stm (cstm, mstm, xstm) information for memory. In addition, you can see page deallocation table here - memory errors, memory configuration/mapping etc&lt;BR /&gt;Eugeny</description>
      <pubDate>Wed, 08 Jan 2003 21:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877539#M937538</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2003-01-08T21:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877540#M937539</link>
      <description>Hi Jeremy,&lt;BR /&gt;  If your dmesg buffer overflows, then you cant get the Physical memory output. &lt;BR /&gt;&lt;BR /&gt;try this.&lt;BR /&gt;&lt;BR /&gt;for 10.x&lt;BR /&gt;&lt;BR /&gt;echo physmem/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 32bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 64bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb64 /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;multiply the result with 4096 to get the result in Kb. &lt;BR /&gt;&lt;BR /&gt;This way is the only method if you have a very busy server, where syslog and kernel buffer overflows with messages.&lt;BR /&gt;&lt;BR /&gt;Srini.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 23:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877540#M937539</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-01-08T23:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How much memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877541#M937540</link>
      <description>Hi Jeremy,&lt;BR /&gt;  If your dmesg buffer overflows, then you cant get the Physical memory output. &lt;BR /&gt;&lt;BR /&gt;try this.&lt;BR /&gt;&lt;BR /&gt;for 10.x&lt;BR /&gt;&lt;BR /&gt;echo physmem/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 32bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;for 11.x 64bit&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb64 /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;multiply the result with 4096 to get the result in Kb. &lt;BR /&gt;&lt;BR /&gt;This way is the method if you have a very busy server, where syslog and kernel buffer overflows with messages.&lt;BR /&gt;&lt;BR /&gt;Srini.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 23:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-much-memory/m-p/2877541#M937540</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-01-08T23:06:23Z</dc:date>
    </item>
  </channel>
</rss>

