<?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: vpars in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990025#M781352</link>
    <description>this gives me total physical memory.&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" |/usr/sbin/cstm</description>
    <pubDate>Tue, 11 Jul 2006 14:32:06 GMT</pubDate>
    <dc:creator>Jacques Carriere</dc:creator>
    <dc:date>2006-07-11T14:32:06Z</dc:date>
    <item>
      <title>vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990022#M781349</link>
      <description>Can someone tell me what command to use to display all the memory on a server setup with virtual partitions. The command "vparstatus" gives me a good breakdown per virtual partition, but it doesn't give me the total amount of memory in the box.</description>
      <pubDate>Tue, 11 Jul 2006 08:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990022#M781349</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2006-07-11T08:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990023#M781350</link>
      <description>I think this command will give you the value, even in a vpars environment:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm&lt;BR /&gt;&lt;BR /&gt;But you can also run&lt;BR /&gt;&lt;BR /&gt;vparstatus &lt;BR /&gt;&lt;BR /&gt;to see all the bound memory&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;vparstatus -A&lt;BR /&gt;&lt;BR /&gt;to see the unbound memory.</description>
      <pubDate>Tue, 11 Jul 2006 08:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990023#M781350</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-11T08:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990024#M781351</link>
      <description>My favorite way to see the total memory is:&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;However, in a VPars situation, this will only report what is available to the partition it is run in.  As far as I know, none of the usual techniques will show the total memory available to all partitions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Jul 2006 08:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990024#M781351</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-07-11T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990025#M781352</link>
      <description>this gives me total physical memory.&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" |/usr/sbin/cstm</description>
      <pubDate>Tue, 11 Jul 2006 14:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990025#M781352</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2006-07-11T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990026#M781353</link>
      <description>vparstatus -A&lt;BR /&gt;&lt;BR /&gt;and look at the ending for available resource information.  if you need to expand memory, read the required increments and if you use SuperDome be find the requirements for "interleaving" memory banks/sizing.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990026#M781353</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2006-07-11T21:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990027#M781354</link>
      <description>Hi Jacques ,&lt;BR /&gt;&lt;BR /&gt;You can use this command :&lt;BR /&gt;&lt;BR /&gt;# vparstatus -v | grep -e Name -e  "Total Memory"&lt;BR /&gt;&lt;BR /&gt;Output will be like this :&lt;BR /&gt;-------------------------------&lt;BR /&gt;Name:         vpar01&lt;BR /&gt;Total Memory (MB):  10240&lt;BR /&gt;Name:         vpar02&lt;BR /&gt;Total Memory (MB):  4096&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj</description>
      <pubDate>Tue, 11 Jul 2006 23:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990027#M781354</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-07-11T23:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990028#M781355</link>
      <description>echo "selclass qualifier memory;info;wait;infolog" |/usr/sbin/cstm&lt;BR /&gt;&lt;BR /&gt;Basic Memory Description&lt;BR /&gt;&lt;BR /&gt;    Module Type: MEMORY&lt;BR /&gt;    Total Configured Memory   : 2048 MB&lt;BR /&gt;    Page Size: 4096 Bytes&lt;BR /&gt;&lt;BR /&gt;    Memory interleaving is supported on this machine and is ON.&lt;BR /&gt;&lt;BR /&gt;Memory Board Inventory&lt;BR /&gt;&lt;BR /&gt;   DIMM Slot      Size (MB)&lt;BR /&gt;   ---------      ---------&lt;BR /&gt;          00            512&lt;BR /&gt;          01            512&lt;BR /&gt;          02            512&lt;BR /&gt;          03            512&lt;BR /&gt;   ---------      ---------&lt;BR /&gt;   System Total (MB):  2048&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jul 2006 23:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990028#M781355</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-07-11T23:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990029#M781356</link>
      <description>Torsten - selclass ... gives me the info&lt;BR /&gt;Pete - the echo adb portion of your script doesn't work&lt;BR /&gt;&lt;BR /&gt;Tom - vparstatus -A  doens't give me total memory&lt;BR /&gt;&lt;BR /&gt;Raj - vparstatus -v | grep -e Name -e "Total Memory" doesn't doesn't give me anything. I have an ia64 hp server rx7620(8-way).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Asif - you are right - this works.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks guys . Jacques&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks to all who participated. Jacques</description>
      <pubDate>Wed, 12 Jul 2006 06:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990029#M781356</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2006-07-12T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990030#M781357</link>
      <description>Hi Jacques,&lt;BR /&gt;&lt;BR /&gt;Please assign points.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 17 Jul 2006 03:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpars/m-p/4990030#M781357</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-07-17T03:16:52Z</dc:date>
    </item>
  </channel>
</rss>

