<?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 on 11x boxes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148763#M157199</link>
    <description>There are several:&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i phys &lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog" | cstm&lt;BR /&gt;# grep -i phys /var/adm/syslog/syslog.log</description>
    <pubDate>Thu, 18 Dec 2003 15:28:02 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-12-18T15:28:02Z</dc:date>
    <item>
      <title>Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148761#M157197</link>
      <description>What is the command to check the memory on a 11.x box?</description>
      <pubDate>Thu, 18 Dec 2003 15:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148761#M157197</guid>
      <dc:creator>Prasad Karpur</dc:creator>
      <dc:date>2003-12-18T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148762#M157198</link>
      <description>grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;echo "memory_installed_in_machine/D"|adb -k /stand/vmunix /dev/kmem</description>
      <pubDate>Thu, 18 Dec 2003 15:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148762#M157198</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-18T15:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148763#M157199</link>
      <description>There are several:&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i phys &lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog" | cstm&lt;BR /&gt;# grep -i phys /var/adm/syslog/syslog.log</description>
      <pubDate>Thu, 18 Dec 2003 15:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148763#M157199</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-12-18T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148764#M157200</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check as in test or how much ?&lt;BR /&gt;&lt;BR /&gt;How much&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'&lt;BR /&gt;&lt;BR /&gt;Test fire up stm&lt;BR /&gt;# xstm&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 18 Dec 2003 15:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148764#M157200</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-12-18T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148765#M157201</link>
      <description>There are several:&lt;BR /&gt;&lt;BR /&gt;1.  adb:&lt;BR /&gt;&lt;BR /&gt; echo "phys_mem_pages/D" | adb64 -k /stand/vmunix /dev/kmem  \&lt;BR /&gt;                        | tail -1 | awk '{print $2/256000 " GB"}'&lt;BR /&gt;&lt;BR /&gt;2.  # dmesg | grep -i phys&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;    Physical: 12386304 Kbytes, lockable: 9504664 Kbytes, available: 10918860 Kbytes&lt;BR /&gt;&lt;BR /&gt;3.  Glance&lt;BR /&gt;     hit "m" for memory&lt;BR /&gt;&lt;BR /&gt;4.  # /usr/contrib/Q4/bin/kmeminfo &lt;BR /&gt;&lt;BR /&gt;shows memory in pages (4096 bytes).&lt;BR /&gt;&lt;BR /&gt;there are probably more ways!&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Dec 2003 15:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148765#M157201</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-12-18T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148766#M157202</link>
      <description>You can also find the memory information from SAM -&amp;gt; performance monitors -&amp;gt; system properties. Also, look at cstm, stm and mstm options for more detailed memory slot information.</description>
      <pubDate>Thu, 18 Dec 2003 15:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148766#M157202</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-18T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on 11x boxes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148767#M157203</link>
      <description>All good suggestions given above.  However, be careful with the easiest solutions of examining "dmesg" or "syslog".  "dmesg" buffer may have rolled off so the memory info is not available, and "syslog.log" may have been truncated and also not have the info.  So I would trust the other methods more even though they're slightly more "complicated".&lt;BR /&gt;&lt;BR /&gt;=:-) Alex</description>
      <pubDate>Fri, 19 Dec 2003 06:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-11x-boxes/m-p/3148767#M157203</guid>
      <dc:creator>Alex Ostapenko</dc:creator>
      <dc:date>2003-12-19T06:45:07Z</dc:date>
    </item>
  </channel>
</rss>

