<?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: Fedora DL380G3 not seeing all memory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304249#M72544</link>
    <description>John, you will need to turn on the /PAE option for systems with over 4 gigs of memory.  Here is a link for more information.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx" target="_blank"&gt;http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;David</description>
    <pubDate>Wed, 14 Jul 2004 10:12:50 GMT</pubDate>
    <dc:creator>David Gatz</dc:creator>
    <dc:date>2004-07-14T10:12:50Z</dc:date>
    <item>
      <title>Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304243#M72538</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We have bought two DL380 G3 servers which have 5GB of physical memory - 4x1GB and 2x512MB. The BIOS sees all the memory, but Fedora core 2 using 'top' only shows 4GB. I have also tried 'cat /proc/meminfo' and again only 4GB is seen. Fedora runs the SMP kernel on these servers, and as such there should be a 64GB memory limit. They are running the latest 2.6.6 kernel from fedora updates.&lt;BR /&gt;&lt;BR /&gt;Anyone know why they are only seeing 4GB of memory, and how we can get them to see the full 5GB?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Mon, 14 Jun 2004 09:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304243#M72538</guid>
      <dc:creator>John Horne_1</dc:creator>
      <dc:date>2004-06-14T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304244#M72539</link>
      <description>The system comes with a diagnostic CD. You can boot off of it.&lt;BR /&gt;&lt;BR /&gt;Do so and run the memory tests.&lt;BR /&gt;&lt;BR /&gt;If all memory passes you may have to adjust a kernel parameter or run into some kind of bug.&lt;BR /&gt;&lt;BR /&gt;Its unclear to me if you have any otehr Fedora Core 2 servers with this much memory. If so, that would help with further recommended action.&lt;BR /&gt;&lt;BR /&gt;I doubt bad memory because usually that causes a kernel panic.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Jun 2004 12:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304244#M72539</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-14T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304245#M72540</link>
      <description>I know you are saying that the SMP kernel is supposed to have support for 64GB or RAM and maybe it does, I don't have much recent experience of Red Hat SMP kernels.&lt;BR /&gt; &lt;BR /&gt;However, 4GB is the default Linux maximum and therefore it looks a lot like this might be how your kernel s set.&lt;BR /&gt; &lt;BR /&gt;If you have your kernel sources to hand do a "grep CONFIG_HIGHMEM64G .config" in the source directory and confirm that this is set. If not, you'll need to configure support for this and rebuild the kernel. &lt;BR /&gt; &lt;BR /&gt;One other possibility is that with the 64GB set, the kernel is supposed to auto-detect how much RAM you actually have.  However, it might not be doing that properly and perhaps you need to pass a kernel parameter "mem=6144M" from lilo or grub</description>
      <pubDate>Mon, 14 Jun 2004 13:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304245#M72540</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-14T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304246#M72541</link>
      <description>Yes I have run the diagnostics CD memory check, and it passes that fine (seeing all 5GB). There is also a mmeory tester available when the system starts up (pressing F10 I think) and it passes that too.&lt;BR /&gt;&lt;BR /&gt;No, we don't have any other HP systems with this much memory. We have bought in total 4 such systems (with 5GB) though, but I have only just started on two of them.&lt;BR /&gt;&lt;BR /&gt;Yes the SMP kernel supports 64GB, the CONFIG_HIGHMEM64G is set ('y'). You can see that it is not set for the 'up' kernel (some other 4GB option is set instead).&lt;BR /&gt;&lt;BR /&gt;Booting the system with 'mem=5120' (5GB) does nothing - it still only sees 4GB; no messages or errors logged. It sees the command line option but the kernel still only sees 4GB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 15 Jun 2004 05:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304246#M72541</guid>
      <dc:creator>John Horne_1</dc:creator>
      <dc:date>2004-06-15T05:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304247#M72542</link>
      <description>Okay, I think you can forget about this. Looking closely at the numbers I can see what I have been doing now.&lt;BR /&gt;&lt;BR /&gt;Fedora *is* seeing the 5GB of memory but running 'top' shows what *looked* like 4GB. In fact it was 4934884KB - which is 5GB minus about 300MB. I was just seeing the leading '4' and thinking it was only 4GB, in fact it's nearer 5GB. Looking at the bios memory map and picking out the useable areas gives 4979747KB (44MB more than what top shows).&lt;BR /&gt;&lt;BR /&gt;So, allowing for some system resources, etc, 'top' is showing the correct amount of memory available.&lt;BR /&gt;&lt;BR /&gt;Sorry about that - user error I'm afraid :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 15 Jun 2004 10:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304247#M72542</guid>
      <dc:creator>John Horne_1</dc:creator>
      <dc:date>2004-06-15T10:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304248#M72543</link>
      <description>If the posts made to this question were useful, please assign points. Even if there was no solution. Its how itrc works.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Jun 2004 13:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304248#M72543</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-15T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora DL380G3 not seeing all memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304249#M72544</link>
      <description>John, you will need to turn on the /PAE option for systems with over 4 gigs of memory.  Here is a link for more information.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx" target="_blank"&gt;http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Wed, 14 Jul 2004 10:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-dl380g3-not-seeing-all-memory/m-p/3304249#M72544</guid>
      <dc:creator>David Gatz</dc:creator>
      <dc:date>2004-07-14T10:12:50Z</dc:date>
    </item>
  </channel>
</rss>

