<?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: What mean in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361261#M668093</link>
    <description>I'd like add that now i have situation&lt;BR /&gt;&lt;BR /&gt;bash-3.2# machinfo | grep '^Memory'&lt;BR /&gt;Memory: 1018 MB (0.99 GB)&lt;BR /&gt;&lt;BR /&gt;bash-3.2# echo phys_mem_pages/D | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 0&lt;BR /&gt;&lt;BR /&gt;bash-3.2# echo phys_mem_pages/2U | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 0               260752&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why phys_mem_pages return value 0?&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;&lt;BR /&gt;Slawek&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Feb 2009 13:16:58 GMT</pubDate>
    <dc:creator>Slawek Ksiazek</dc:creator>
    <dc:date>2009-02-18T13:16:58Z</dc:date>
    <item>
      <title>What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361256#M668088</link>
      <description>What mean switch 2D or 2U, 3U ... in command "echo phys_mem_pages/2D | adb -o /stand/vmunix /dev/kmem" and if is correct, my addition question is if exist universal script to check phisical memory on HPUX 11.23, HPUX 11.31 /ia/parisc ?Thanks for help&lt;BR /&gt;&lt;BR /&gt;Slawek</description>
      <pubDate>Wed, 18 Feb 2009 12:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361256#M668088</guid>
      <dc:creator>Slawek Ksiazek</dc:creator>
      <dc:date>2009-02-18T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361257#M668089</link>
      <description>&amp;gt;What mean switch 2D or 2U, 3U?&lt;BR /&gt;&lt;BR /&gt;I doubt you really want to know the arcane syntax for the old adb. :-(&lt;BR /&gt;&lt;BR /&gt;2D means format 2 32 bit words as signed decimal.  U for unsigned.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/adb.1.html#d0e4152" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/adb.1.html#d0e4152&lt;/A&gt;</description>
      <pubDate>Wed, 18 Feb 2009 13:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361257#M668089</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-18T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361258#M668090</link>
      <description>Hi Slawek:&lt;BR /&gt;&lt;BR /&gt;The 'adb' manpages will help you decipher things a bit.  The "2D" specifies two (2) occurances of a D(ecimal) number.&lt;BR /&gt;&lt;BR /&gt;There are better (at more universal) ways of obtaining kernel information, among the various releases, especially as you move to the current releases.  Use 'kctune' or 'kmtune'.  For physical memory:&lt;BR /&gt;&lt;BR /&gt;On Itanium servers:&lt;BR /&gt;&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;On PA-RISC servers:&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 18 Feb 2009 13:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361258#M668090</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-18T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361259#M668091</link>
      <description>Hi,&lt;BR /&gt;Some command are very good like &lt;BR /&gt;glance -m, or you can use cstm too.&lt;BR /&gt;there is a utility in perl, ok first write for solaris named memconf &lt;BR /&gt;&lt;A href="http://www.4schmidts.com/memconf.html" target="_blank"&gt;http://www.4schmidts.com/memconf.html&lt;/A&gt;</description>
      <pubDate>Wed, 18 Feb 2009 13:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361259#M668091</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-02-18T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361260#M668092</link>
      <description>How can I check memory on Itanium&lt;BR /&gt;I want use command adb,if is it possible?&lt;BR /&gt;&lt;BR /&gt;Slawek</description>
      <pubDate>Wed, 18 Feb 2009 13:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361260#M668092</guid>
      <dc:creator>Slawek Ksiazek</dc:creator>
      <dc:date>2009-02-18T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361261#M668093</link>
      <description>I'd like add that now i have situation&lt;BR /&gt;&lt;BR /&gt;bash-3.2# machinfo | grep '^Memory'&lt;BR /&gt;Memory: 1018 MB (0.99 GB)&lt;BR /&gt;&lt;BR /&gt;bash-3.2# echo phys_mem_pages/D | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 0&lt;BR /&gt;&lt;BR /&gt;bash-3.2# echo phys_mem_pages/2U | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 0               260752&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why phys_mem_pages return value 0?&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;&lt;BR /&gt;Slawek&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2009 13:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361261#M668093</guid>
      <dc:creator>Slawek Ksiazek</dc:creator>
      <dc:date>2009-02-18T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361262#M668094</link>
      <description>&amp;gt;How can I check memory on Integrity?  I want use command adb, if is it possible?&lt;BR /&gt;&lt;BR /&gt;adb is the last command you want to use.  machinfo(1) works on Integrity.</description>
      <pubDate>Wed, 18 Feb 2009 13:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361262#M668094</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-18T13:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361263#M668095</link>
      <description>Hi (again) Slawek:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How can I check memory on Itanium. I want use command adb,if is it possible?&lt;BR /&gt;&lt;BR /&gt;Why?  If you build scripts to use 'adb' you are at the mercy of the kernel architecture and the internals of 'adb' as releases change and/or you try to run on older versus newer operating systems and/or hardware architectures.&lt;BR /&gt;&lt;BR /&gt;Use a supported, standard interface like 'machinfo' on Itanium and parse out the memory information:&lt;BR /&gt;&lt;BR /&gt;# machinfo|grep ^Memory&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 18 Feb 2009 13:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361263#M668095</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-18T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: What mean</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361264#M668096</link>
      <description>yes i want use adb in script</description>
      <pubDate>Wed, 18 Feb 2009 13:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-mean/m-p/4361264#M668096</guid>
      <dc:creator>Slawek Ksiazek</dc:creator>
      <dc:date>2009-02-18T13:38:51Z</dc:date>
    </item>
  </channel>
</rss>

