<?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 on server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246849#M174682</link>
    <description>Here's another script called hpmem:&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX pc0004 B.11.11 U 9000/800 2504392628 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 806 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 16384&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 8&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Apr 2004 13:10:10 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-04-13T13:10:10Z</dc:date>
    <item>
      <title>Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246841#M174674</link>
      <description>Hi gurus,&lt;BR /&gt;Please I would like to know how much memory I have on my HP-UX 11i box.&lt;BR /&gt;Your asistance will be very much appreciated &lt;BR /&gt;BR&lt;BR /&gt;&lt;BR /&gt;Sam</description>
      <pubDate>Tue, 13 Apr 2004 12:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246841#M174674</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-13T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246842#M174675</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;I 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;Pete</description>
      <pubDate>Tue, 13 Apr 2004 12:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246842#M174675</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-04-13T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246843#M174676</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; # typset -i PAGES=0 MEM=0&lt;BR /&gt; # PAGES=$(echo "phys_mem_pages/D" | adb -k /stsnd/vmunix /dev/kmem | tail -1 | awk '{print $2}')&lt;BR /&gt; &lt;BR /&gt; # (( MEM=PAGES*4/1024 ))&lt;BR /&gt; # echo $MEM&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 12:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246843#M174676</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-04-13T12:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246844#M174677</link>
      <description>If you have diagnostics installed you can also use this:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory ; il" | cstm | grep "Total Physical"</description>
      <pubDate>Tue, 13 Apr 2004 12:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246844#M174677</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-04-13T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246845#M174678</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;&lt;BR /&gt;grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;or if you have STM/cstm on the system,&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 12:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246845#M174678</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-13T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246846#M174679</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;If you have perl installed and in your path, you can also use,&lt;BR /&gt;&lt;BR /&gt;echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | perl -nle'/(\d+)/&amp;amp;&amp;amp;print$1*4,"k"'&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 12:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246846#M174679</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-13T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246847#M174680</link>
      <description>Sam,&lt;BR /&gt;dmesg | grep Physical&lt;BR /&gt;this should get you what you need&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 13 Apr 2004 12:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246847#M174680</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2004-04-13T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246848#M174681</link>
      <description>glance -m &lt;BR /&gt;&lt;BR /&gt;if you have glance installed.</description>
      <pubDate>Tue, 13 Apr 2004 13:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246848#M174681</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-13T13:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246849#M174682</link>
      <description>Here's another script called hpmem:&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX pc0004 B.11.11 U 9000/800 2504392628 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 806 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 16384&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 8&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 13:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246849#M174682</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-04-13T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246850#M174683</link>
      <description>Hi,&lt;BR /&gt;Please I don't have Perl installed nor other utilities. &lt;BR /&gt;The /var/adm/syslog/syslog.log give me 2097152 kbytes.&lt;BR /&gt;&lt;BR /&gt;Could you please interprete this figure for me as it is more than what I expect&lt;BR /&gt;&lt;BR /&gt;Sam</description>
      <pubDate>Tue, 13 Apr 2004 14:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246850#M174683</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-13T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246851#M174684</link>
      <description>Hi,&lt;BR /&gt;Please I don't have Perl installed nor other utilities. &lt;BR /&gt;The /var/adm/syslog/syslog.log give me Physical:2097152 kbytes.&lt;BR /&gt;&lt;BR /&gt;Could you please interprete this figure for me as it is more than what I expect&lt;BR /&gt;&lt;BR /&gt;Sam</description>
      <pubDate>Tue, 13 Apr 2004 14:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246851#M174684</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-13T14:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246852#M174685</link>
      <description>Hi sam,&lt;BR /&gt;&lt;BR /&gt;if you got the ignite ux installed&lt;BR /&gt;&lt;BR /&gt;execute the print_manifest command to get the full system information. You also get to see how much memory is installed in the system.&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 13 Apr 2004 14:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246852#M174685</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-04-13T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246853#M174686</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I used Naveej's ignite solution. It worked much faster.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Sam</description>
      <pubDate>Tue, 13 Apr 2004 14:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246853#M174686</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-13T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246854#M174687</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;If i read that right, wouldn't Physical:2097152 kbytes be about&lt;BR /&gt;2 gig of physical memory?&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 13 Apr 2004 14:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-on-server/m-p/3246854#M174687</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2004-04-13T14:58:20Z</dc:date>
    </item>
  </channel>
</rss>

