<?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: System RAM memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666455#M49720</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well, I think the print_manifest command actually parses the manifest file (also manifest.info)... so basically you could do this.. instead of running the print_manifest command (save some time :-))&lt;BR /&gt;&lt;BR /&gt;TOT_MEMORY_MB=`awk '/Memory/{print $3}' /opt/ignite/data/tutorial/manifest`&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
    <pubDate>Mon, 18 Feb 2002 20:47:17 GMT</pubDate>
    <dc:creator>SHABU KHAN</dc:creator>
    <dc:date>2002-02-18T20:47:17Z</dc:date>
    <item>
      <title>System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666446#M49711</link>
      <description>How do I find the total system ram memory installed. I need to parse the info to a script. SAM does not work for me, and swapinfo gives incorrect results.&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Mon, 18 Feb 2002 10:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666446#M49711</guid>
      <dc:creator>Paul Clayton</dc:creator>
      <dc:date>2002-02-18T10:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666447#M49712</link>
      <description>follow this thread,...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc75d50011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc75d50011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers, Ian Dennison</description>
      <pubDate>Mon, 18 Feb 2002 10:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666447#M49712</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-18T10:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666448#M49713</link>
      <description>Try the following.&lt;BR /&gt;&lt;BR /&gt;typeset -i mem=$(grep Physical /var/adm/syslog/syslog.log | awk '{print $7}') &lt;BR /&gt;echo $(hostname) has $mem bytes memory.+- $(( $mem /1024 )) mb &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Joe.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 10:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666448#M49713</guid>
      <dc:creator>Joseph Chakkery</dc:creator>
      <dc:date>2002-02-18T10:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666449#M49714</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;what is your needed information? &lt;BR /&gt;&lt;BR /&gt;--&amp;gt; systems total physical memory?&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; system memory + swapspace?&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; available swapspace only?&lt;BR /&gt;&lt;BR /&gt;which output do you want, KB or MB?&lt;BR /&gt;&lt;BR /&gt;please post what you want exactly.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 11:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666449#M49714</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-18T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666450#M49715</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If a view of physical memory is what you seek, including DIMM sizes and arrangements, use 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;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 12:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666450#M49715</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-18T12:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666451#M49716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;echo  phys_mem_pages/D |adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 13:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666451#M49716</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-18T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666452#M49717</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to find out the size of memory modules on your system, the slots being used, try this,&lt;BR /&gt;&lt;BR /&gt;echo 'selclass qualifier memory;info;wait;infolog'|cstm &amp;gt;/tmp/meminfo.txt&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2002 13:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666452#M49717</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-18T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666453#M49718</link>
      <description>P,&lt;BR /&gt;&lt;BR /&gt;If you would like to script this... The easiest and most efficient way to do is:&lt;BR /&gt;&lt;BR /&gt;To print on stdout:&lt;BR /&gt;&lt;BR /&gt;awk -F ": " '/Ph/{print $3}' /var/adm/syslog/syslog.log | awk '{print $1}'&lt;BR /&gt;&lt;BR /&gt;To capture it in a variable:&lt;BR /&gt;&lt;BR /&gt;TOT_MEMORY=`awk -F ": " '/Ph/{print $3}' /var/adm/syslog/syslog.log | awk '{print $1}'`&lt;BR /&gt;&lt;BR /&gt;Hope this helps !&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
      <pubDate>Mon, 18 Feb 2002 20:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666453#M49718</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-02-18T20:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666454#M49719</link>
      <description>If you have Ignite/UX installed here is another method.  Though it is a bit slow, it will give you the output in MB.&lt;BR /&gt;&lt;BR /&gt;RAM=`/opt/ignite/bin/print_manifest | grep "Main Memory" | awk '{ print $3 }'`</description>
      <pubDate>Mon, 18 Feb 2002 20:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666454#M49719</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-18T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: System RAM memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666455#M49720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well, I think the print_manifest command actually parses the manifest file (also manifest.info)... so basically you could do this.. instead of running the print_manifest command (save some time :-))&lt;BR /&gt;&lt;BR /&gt;TOT_MEMORY_MB=`awk '/Memory/{print $3}' /opt/ignite/data/tutorial/manifest`&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
      <pubDate>Mon, 18 Feb 2002 20:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-ram-memory/m-p/2666455#M49720</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-02-18T20:47:17Z</dc:date>
    </item>
  </channel>
</rss>

