- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: PAE / Highmen
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 01:31 AM
11-23-2007 01:31 AM
PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 01:52 AM
11-23-2007 01:52 AM
Re: PAE / Highmen
I think that in these versions, you need to install the kernel-bigmem package or something similar. Check the kernel* packages available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 01:59 AM
11-23-2007 01:59 AM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2007 04:54 AM
11-23-2007 04:54 AM
Re: PAE / Highmen
Check "cat /proc/cpuinfo", do you see pae as one of the flags?
There is a parameter in kernel called CONFIG_HIGHMEM. How much recommended it is, I am not sure. Since you do not want to mess around, I would not suggest this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 08:00 PM
11-25-2007 08:00 PM
Re: PAE / Highmen
Then look in the /boot directory: most Linux distributions, including RedHat, create a file like /boot/config-
The configuration file contains only ASCII text, so you can view it. Look for settings like CONFIG_HIGHMEM. CONFIG_HIGHMEM64G certainly enables PAE support: other CONFIG_HIGHMEM options (CONFIG_NOHIGHMEM or CONFIG_HIGHMEM4G) change the memory arrangement within the 4GiB limit of the 32-bit architecture.
To find the meaning of the various options, it's usually easiest to get the kernel source package and read the option description in the kernel configurator's Help menus.
See also:
http://www.spack.org/wiki/LinuxRamLimits
The memory difference might also be caused by some PCI add-on cards: if a card has some I/O memory that must be accessible to the applications (e.g. some sort of transfer buffers in case of a SCSI/RAID card or a video digitizer), this I/O memory will overlap some of the real memory within 4 GiB limit.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 11:49 PM
11-25-2007 11:49 PM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 11:50 PM
11-25-2007 11:50 PM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:13 AM
11-26-2007 05:13 AM
Re: PAE / Highmen
The /proc/cpuinfo simply indicates that the processor is PAE capable if pae is present in the flags, nothing more.
What you actually need is a kernel with PAE support, that's all. If kernel doesn't support PAE, your system will not see more than 4 GB RAM.
Since you also plan to upgrade the RAM to 8 GB, I would recommend that you either try compiling the kernel or upgrade the version of RHEL to a version that has a PAE enabled kernel by default.
Compiling should be easy, just make sure you have a separate kernel for this purpose. The parameters can be tweaked. You need to start either "make config" or "make menuconfig". This link has more description & some screenshots.
http://en.linuxreviews.org/Kernel_Rebuild_Guide#The_Configuration_Process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:14 AM
11-26-2007 05:14 AM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:40 AM
11-26-2007 05:40 AM
Re: PAE / Highmen
I do not think 2.1 has a "hugemem" kernel, I think hugemem kernels are only for RHEL 3 and 4 and are only required for systems with more than 16GB of memory.
Not surprisingly, "2.4.9-e.3smp" is the SMP kernel. The enterprise kernel has "enterprise" instead of "smp" in the version string. Off the top of my head I don't remember what the official supported memory limit is on 2.1 ES, you might want to check with your RH support to make sure you don't go out of compliance (it's a contract thing, not a technology thing).
By the way, that's a very old kernel, I think the current release for 2.1 is 2.4.9-e.72. Since you have to boot a different kernel anyway to increase the memory you may want to consider an update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 11:35 PM
11-26-2007 11:35 PM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 12:58 AM
11-27-2007 12:58 AM
Re: PAE / Highmen
Check the stable version history on wikipedia:
http://en.wikipedia.org/wiki/Linux_kernel
The kernel you have is 2.4.9-e.3smp, which doesn't support PAE by default.
Hope this clarifies the situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 01:15 AM
11-27-2007 01:15 AM
Re: PAE / Highmen
If I user a W2003 machine (DL360G4) and enable/disable the PAE option I get 4GB memory with PAE enabled and 3,5GB with PAE disabled.
If my kernel doesn't support PAE why does one machine show 4GB and the other 3,5GB? They both have the same kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 04:26 AM
11-27-2007 04:26 AM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:56 AM
11-27-2007 07:56 AM
Re: PAE / Highmen
Take a look at the following advisory:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=1842750&prodTypeId=15351&prodSeriesId=1842750&objectID=c00883105
It explains things quite nicely...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:54 PM
11-27-2007 07:54 PM
Re: PAE / Highmen
Now I know why most of my servers with 4GB only see 3,5GB or 3,75GB. But I wonder if it will be useful to enable PAE. Enabling PAE will surly cost some resources and I don't stand to gain a lot of memory. But that's something for a different topic.
Although I have not found a way to see if the kernel support PAE. I can now assume that it doesnâ t because the O.S. only sees 3,5GB Still it is strange that the other system with the same O.S. and kernel does see 4GB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 01:49 AM
11-28-2007 01:49 AM
Re: PAE / Highmen
cat /var/log/dmesg |more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 01:50 AM
11-28-2007 01:50 AM
Re: PAE / Highmen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 04:15 AM
11-28-2007 04:15 AM
Re: PAE / Highmen
The normally addressable kernel memory region (below 896 MB) is called low memory. The kernel memory allocator, kmalloc(), returns memory from this region. Memory beyond 896 MB (called high memory) can be accessed only using special mappings.
During boot, the kernel calculates and displays the total pages present in each of these memory zones. After boot, this information is available via /proc/meminfo.
I don't think we can do something to manipulate & get this into the HIGHMEM "zone".