- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Kernel compiling in red hat Linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-21-2009 03:00 PM
тАО03-21-2009 03:00 PM
Kernel compiling in red hat Linux
Detailed steps are highly appreciated and I will give 10 points for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2009 04:45 PM
тАО03-21-2009 04:45 PM
Re: Kernel compiling in red hat Linux
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2009 07:57 PM
тАО03-21-2009 07:57 PM
Re: Kernel compiling in red hat Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2009 08:49 PM
тАО03-21-2009 08:49 PM
Re: Kernel compiling in red hat Linux
Kernel parameters are changed on the fly by using the /proc subsystem.
You can check all kernel parameters with:
sysctl -a
You then can change them with:
sysctl -w
You can make the changes permanent editing /etc/sysctl.conf.
You can apply the changes to /etc/sysctl.conf using:
sysctl -p
And to compile the kernel, use the above links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2009 02:26 AM
тАО03-22-2009 02:26 AM
Re: Kernel compiling in red hat Linux
There is "sysctl" interface for tuning kernel params on-the-fly, see for example this article
http://www.linux.com/feature/146599
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2009 09:46 AM
тАО03-22-2009 09:46 AM
Re: Kernel compiling in red hat Linux
http://www.linux-faqs.com/Forum/viewtopic.php?t=24
http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-2.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 01:24 AM
тАО03-23-2009 01:24 AM
Re: Kernel compiling in red hat Linux
recompiling the kernel on linux is only needed if you are changing the source code.
also note that RH will only support their supplied pre-compiled kernels. so when you go round using your own you are out of support.
second note, if a new kernel is available containing bug fixes & security fixes you will need to compile your kernel again from the new source and apply your patches yourself.