<?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: Checking installed memory on N Class in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543548#M26972</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use STM and do this:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm &amp;gt; /tmp/meminfo &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 21 Jun 2001 18:20:41 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-06-21T18:20:41Z</dc:date>
    <item>
      <title>Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543546#M26970</link>
      <description>Hello-&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to check # of carriers/amount of memory on an N-Class&lt;BR /&gt;&lt;BR /&gt;besides rebooting, going into the boot console interface?&lt;BR /&gt;&lt;BR /&gt;Preferably a method besides a reboot...&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Thu, 21 Jun 2001 18:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543546#M26970</guid>
      <dc:creator>Michael Elleby III</dc:creator>
      <dc:date>2001-06-21T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543547#M26971</link>
      <description>If you have diagnostics installed on your system then you can use stm to do it.  Check this thread for a couple of examples on how.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7ed1f841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7ed1f841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2001 18:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543547#M26971</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-21T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543548#M26972</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use STM and do this:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm &amp;gt; /tmp/meminfo &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Jun 2001 18:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543548#M26972</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-21T18:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543549#M26973</link>
      <description>If you are running ignite-ux, you can use the print_manifest command that will tell you the total amount of memeory. And sysinfo will also give you lots of detailed info about the memory even the layout.</description>
      <pubDate>Thu, 21 Jun 2001 18:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543549#M26973</guid>
      <dc:creator>Brian Caudill</dc:creator>
      <dc:date>2001-06-21T18:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543550#M26974</link>
      <description>Please issue a command:&lt;BR /&gt;#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 1024}'&lt;BR /&gt;This will give you memory size in MB.</description>
      <pubDate>Thu, 21 Jun 2001 19:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543550#M26974</guid>
      <dc:creator>Agam Upadhyay_1</dc:creator>
      <dc:date>2001-06-21T19:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543551#M26975</link>
      <description>Please issue a command:&lt;BR /&gt;#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 256}'&lt;BR /&gt;This will give you memory size in MB.&lt;BR /&gt;Also GLANCE will give you memory size.</description>
      <pubDate>Thu, 21 Jun 2001 19:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543551#M26975</guid>
      <dc:creator>Agam Upadhyay_1</dc:creator>
      <dc:date>2001-06-21T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Checking installed memory on N Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543552#M26976</link>
      <description>The GUI version of STM is 'xstm'. Select the memory and run information. you can also get lot other useful information on all other components.</description>
      <pubDate>Fri, 22 Jun 2001 02:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-installed-memory-on-n-class/m-p/2543552#M26976</guid>
      <dc:creator>R Madhavan</dc:creator>
      <dc:date>2001-06-22T02:51:23Z</dc:date>
    </item>
  </channel>
</rss>

