<?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 MEMORY CONFIG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882272#M400744</link>
    <description>Hi all, I need a command to display my memory config. e.g. number of SIMMS and their capacity. Thanks in advance</description>
    <pubDate>Wed, 26 Jan 2005 10:48:36 GMT</pubDate>
    <dc:creator>Rich Rossini_1</dc:creator>
    <dc:date>2005-01-26T10:48:36Z</dc:date>
    <item>
      <title>MEMORY CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882272#M400744</link>
      <description>Hi all, I need a command to display my memory config. e.g. number of SIMMS and their capacity. Thanks in advance</description>
      <pubDate>Wed, 26 Jan 2005 10:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882272#M400744</guid>
      <dc:creator>Rich Rossini_1</dc:creator>
      <dc:date>2005-01-26T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882273#M400745</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;For the total, you can use this little script:&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;MAJORREV=$(uname -r | cut -f2 -d .)&lt;BR /&gt;if [ $MAJORREV -ge "11.0" ]&lt;BR /&gt;then&lt;BR /&gt;  MYSYMBOL="phys_mem_pages"&lt;BR /&gt;else&lt;BR /&gt;  MYSYMBOL="physmem"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;MYMEM=$(echo "${MYSYMBOL}/D" \&lt;BR /&gt;        | adb $HPUX /dev/kmem \&lt;BR /&gt;        | grep "${MYSYMBOL}: *." \&lt;BR /&gt;        | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For the individual SIMMS, you'll need to delve into STM - cstm or xstm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 26 Jan 2005 10:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882273#M400745</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-26T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882274#M400746</link>
      <description>xstm will show everything on your system.&lt;BR /&gt;&lt;BR /&gt;Select memory and select information to see a breakdown of DIMMs.&lt;BR /&gt;&lt;BR /&gt;xstm is a GUI command - if you are not on the console you will have to direct display to your screen:&lt;BR /&gt;&lt;BR /&gt;DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;export DISPLAY&lt;BR /&gt;&lt;BR /&gt;where xx.xx.xx.xx is the IP address of your PC or workstation.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 26 Jan 2005 10:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882274#M400746</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-01-26T10:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882275#M400747</link>
      <description>echo 'selclass qualifier memory;info;wait;infolog' |cstm</description>
      <pubDate>Wed, 26 Jan 2005 10:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882275#M400747</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY CONFIG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882276#M400748</link>
      <description>THANKS ALL</description>
      <pubDate>Wed, 26 Jan 2005 11:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-config/m-p/4882276#M400748</guid>
      <dc:creator>Rich Rossini_1</dc:creator>
      <dc:date>2005-01-26T11:00:44Z</dc:date>
    </item>
  </channel>
</rss>

