- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Use a HIGHMEM enabled kernel.
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
04-19-2004 09:38 PM
04-19-2004 09:38 PM
Use a HIGHMEM enabled kernel.
I´ve added 2GB of memory to the system.
Seeing the messages file appears the following alarms:
Warning only 896MB will be used.
Apr 19 17:50:27 mas-preprod kernel: Use a HIGHMEM enabled kernel.
Apr 19 17:50:27 mas-preprod kernel: 896MB LOWMEM available.
Could you please inform how can I enable the HIGHMEM option?'
Thanks
Harsta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 10:23 PM
04-19-2004 10:23 PM
Re: Use a HIGHMEM enabled kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 10:29 PM
04-19-2004 10:29 PM
Re: Use a HIGHMEM enabled kernel.
Actually,,the system has just 1GB,,
How can I see the default value for the HIGHMEM??
thanks
Harstad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 10:50 PM
04-19-2004 10:50 PM
Re: Use a HIGHMEM enabled kernel.
When you set the option, you have to say what to set it to and the default is 4GB. It is quite important that you don't specify 64GB here if your CPU(s) can't support the intel PAE as the machine won't boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 01:19 AM
04-20-2004 01:19 AM
Re: Use a HIGHMEM enabled kernel.
The actual kernel version is: 2.4.18-10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 01:52 AM
04-20-2004 01:52 AM
Re: Use a HIGHMEM enabled kernel.
1) which distro do you use?
2) did you build your kernel from scratch or it's a default one?
If you have a kernel taken from rpm (eg. use a Redhat linux) to check the bigmem flag you should only grep the file /usr/src/linux/configs/kernel*.config
which matche more with the output of
uname -sm
as suggested in one of the message above.
From the same distro you should only unpack the new kernel named kernel-......-bigmem...rpm ancd check lilo or grub to boot using it.
Else read the kernel HOWTO and compile it, even if compiling 'RH customized ' kernel gave me some problems.
Pax, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:46 AM
04-20-2004 06:46 AM
Re: Use a HIGHMEM enabled kernel.
and if you do have build your own kernel the config file should be /usr/src/linux/.config
If you want to build your own kernel follow the instructions in the README file of the source directory.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 06:26 PM
04-20-2004 06:26 PM
Re: Use a HIGHMEM enabled kernel.
in your case you need the 'bigmem' package, after installation it should be available from the boot menu, check if it works ok, and then you can put it as your default boot kernel.