<?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 dumb attack in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629962#M40876</link>
    <description>never mind i rememberd the print_manifest command. :-P~</description>
    <pubDate>Wed, 12 Dec 2001 05:21:32 GMT</pubDate>
    <dc:creator>maria paschali</dc:creator>
    <dc:date>2001-12-12T05:21:32Z</dc:date>
    <item>
      <title>memory dumb attack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629961#M40875</link>
      <description>How can i find out how much memory is on my HP A400 server.&lt;BR /&gt;&lt;BR /&gt;I forgot.&lt;BR /&gt;&lt;BR /&gt;maria</description>
      <pubDate>Wed, 12 Dec 2001 05:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629961#M40875</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2001-12-12T05:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: memory dumb attack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629962#M40876</link>
      <description>never mind i rememberd the print_manifest command. :-P~</description>
      <pubDate>Wed, 12 Dec 2001 05:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629962#M40876</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2001-12-12T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory dumb attack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629963#M40877</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;There are two ways to determine this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.  Use dmesg(1M) to read the memory information from the kernel message&lt;BR /&gt;&lt;BR /&gt;buffer:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Near the bottom of the output of dmesg should be something similar to&lt;BR /&gt;&lt;BR /&gt;the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Memory Information:&lt;BR /&gt;&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;&lt;BR /&gt;    Physical: 65536 Kbytes, lockable: 39496 Kbytes, available: 48264 Kbytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The Physical: section gives you the total number of kilobytes of&lt;BR /&gt;&lt;BR /&gt;physical ram.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do not be alarmed if the memory information is not in the dmesg output.&lt;BR /&gt;&lt;BR /&gt;The system error message buffer is of small, finite size.  If the memory&lt;BR /&gt;&lt;BR /&gt;information cannot be found there then go to step 2.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.  Use adb(1) to read the memory information from the running&lt;BR /&gt;&lt;BR /&gt;kernel/memory:&lt;BR /&gt;&lt;BR /&gt;[Remember the numbers returned must be multiplied by 4]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For 10.X execute:&lt;BR /&gt;&lt;BR /&gt;echo "physmem /D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should return:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;physmem:&lt;BR /&gt;&lt;BR /&gt;physmem:        16384&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For 11.X 32 bit execute:&lt;BR /&gt;&lt;BR /&gt;echo "phys_mem_pages /D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should return:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages: 106496&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For 11.X 64 bit execute:&lt;BR /&gt;&lt;BR /&gt;echo "phys_mem_pages/D" | adb64 -k  /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should return:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages: 523264</description>
      <pubDate>Wed, 12 Dec 2001 05:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629963#M40877</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-12-12T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory dumb attack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629964#M40878</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; glance -&amp;gt;  and "m"    will do it!&lt;BR /&gt;I don't forget this one and hence is my first source for checking memory on the system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Wed, 12 Dec 2001 05:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629964#M40878</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-12T05:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: memory dumb attack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629965#M40879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another way to find out the physical memory is to run mstm information tool on it.&lt;BR /&gt;&lt;BR /&gt;Within mstm, highlight "Memory", then from the menubar, select "Tools", "Information", followed by "Run".&lt;BR /&gt;&lt;BR /&gt;Detailed information on your physical memory will be shown including:&lt;BR /&gt;1) Configurable memory&lt;BR /&gt;2) Page size of memory&lt;BR /&gt;3) Memory interleaving status&lt;BR /&gt;4) Memory board inventory&lt;BR /&gt;5) Memory error log summary (eg. single-bit errors)&lt;BR /&gt;6) Page Deallocation Table (PDT)&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 12 Dec 2001 06:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-dumb-attack/m-p/2629965#M40879</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-12T06:08:37Z</dc:date>
    </item>
  </channel>
</rss>

