- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make 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
06-18-2008 05:59 AM
06-18-2008 05:59 AM
make kernel
Kindly tell me the procedure of building a new kernel (while changing nfile value) and then set it as a permanent.
My server is 11.23/rx2600.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:07 AM
06-18-2008 06:07 AM
Re: make kernel
if you are a new user, you may use sam.
At menu ;
Kernel Configuration>View or modify kernel parameters>mark the nfile parameter and modify it.
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:12 AM
06-18-2008 06:12 AM
Re: make kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:18 AM
06-18-2008 06:18 AM
Re: make kernel
here is the procedure than.
i've attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:26 AM
06-18-2008 06:26 AM
Re: make kernel
hope it helps:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1038287
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:36 AM
06-18-2008 06:36 AM
Re: make kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2008 06:37 AM
06-18-2008 06:37 AM
Re: make kernel
Just kctune nfile=
It will hold across reboots by default, and since it is a dynamic tunable (man 5 nfile or see http://docs.hp.com/en/B3921-60631/nfile.5.html ) your change will take place immediately.
Note that (as stated in the man page) if you're actually lowering it from the computed default in the kernel such that it is lower than the actual number of open files, the operation can be failed. It must also be equal to or greater than two times the value of maxfiles_lim. [Anyway -- see the man page for all this].