<?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 installed? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421501#M147</link>
    <description>Yet another way is to run the Support Tool Manager.  You can run the character version (mstm) or the X version (xstm).&lt;BR /&gt;Navigating through the X version is easier to me.&lt;BR /&gt;Start either one.  In mstm cursor to the MEMORY line or highlight the Memory icon on the xstm version.&lt;BR /&gt;On the menu bar go into Tools and then Information, then Run.&lt;BR /&gt;It will give you a report on the memory and tell you how many of what size DIMM's you have and the total.&lt;BR /&gt;It also tells you how your slots are populated so you can plan upgrades.  I've seen people buy memory only to find out they do not have any available slots or the wrong size DIMM's to correctly interleave.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 May 2000 13:59:49 GMT</pubDate>
    <dc:creator>Dave Wherry</dc:creator>
    <dc:date>2000-05-17T13:59:49Z</dc:date>
    <item>
      <title>Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421495#M141</link>
      <description>I have a newbie question. How do I determine the amount of memory installed in &lt;BR /&gt;a HP-UX box that is operational (short of rebooting it)?</description>
      <pubDate>Thu, 13 Apr 2000 13:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421495#M141</guid>
      <dc:creator>Brantley Hudson_1</dc:creator>
      <dc:date>2000-04-13T13:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421496#M142</link>
      <description>Login as root. Type dmesg&lt;BR /&gt;Look under Memory Information.</description>
      <pubDate>Thu, 13 Apr 2000 13:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421496#M142</guid>
      <dc:creator>John Mai_2</dc:creator>
      <dc:date>2000-04-13T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421497#M143</link>
      <description>Every time the system reboots, it logs the memory information into the &lt;BR /&gt;/var/adm/syslog/syslog.log file.&lt;BR /&gt;So an easy way to check for the memory is:&lt;BR /&gt;&lt;BR /&gt;grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Here is a sample output:&lt;BR /&gt;&lt;BR /&gt;$ grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;Mar  6 16:16:00 hpwin025 vmunix:     Physical: 1048576 Kbytes, lockable: 808624&lt;BR /&gt;Kbytes, available: 930084 Kbytes&lt;BR /&gt;$</description>
      <pubDate>Thu, 13 Apr 2000 23:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421497#M143</guid>
      <dc:creator>Melvyn Burnard_1</dc:creator>
      <dc:date>2000-04-13T23:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421498#M144</link>
      <description>you can login as root and type dmesg, you can look in SAM--&amp;gt;performance &lt;BR /&gt;monitors--&amp;gt;system properties under the memory tab, or, if you have online &lt;BR /&gt;diagnostics installed, you can do an information query on the memory.</description>
      <pubDate>Mon, 17 Apr 2000 05:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421498#M144</guid>
      <dc:creator>Justen Layne_1</dc:creator>
      <dc:date>2000-04-17T05:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421499#M145</link>
      <description>Run /usr/lbin/sam/getmem</description>
      <pubDate>Mon, 08 May 2000 16:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421499#M145</guid>
      <dc:creator>Brett Smith</dc:creator>
      <dc:date>2000-05-08T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421500#M146</link>
      <description>Anyone way is via a small C program. It save's using grep etc to find the info:-&lt;BR /&gt;&lt;BR /&gt;phys_mem.c&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;        struct pst_static pst;&lt;BR /&gt;&lt;BR /&gt;        if (pstat_getstatic(&amp;amp;pst, sizeof(pst), (size_t)1, 0) != -1)&lt;BR /&gt;                (void)printf("Physical Memory is %d bytesn", &lt;BR /&gt;                pst.page_size * pst.physical_memory);&lt;BR /&gt;        else&lt;BR /&gt;                perror("pstat_getstatic");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;To compile do :-&lt;BR /&gt;&lt;BR /&gt;make phys_mem&lt;/SYS&gt;&lt;/SYS&gt;&lt;/SYS&gt;</description>
      <pubDate>Wed, 17 May 2000 12:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421500#M146</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-05-17T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory installed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421501#M147</link>
      <description>Yet another way is to run the Support Tool Manager.  You can run the character version (mstm) or the X version (xstm).&lt;BR /&gt;Navigating through the X version is easier to me.&lt;BR /&gt;Start either one.  In mstm cursor to the MEMORY line or highlight the Memory icon on the xstm version.&lt;BR /&gt;On the menu bar go into Tools and then Information, then Run.&lt;BR /&gt;It will give you a report on the memory and tell you how many of what size DIMM's you have and the total.&lt;BR /&gt;It also tells you how your slots are populated so you can plan upgrades.  I've seen people buy memory only to find out they do not have any available slots or the wrong size DIMM's to correctly interleave.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2000 13:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-installed/m-p/2421501#M147</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-05-17T13:59:49Z</dc:date>
    </item>
  </channel>
</rss>

