1834130 Members
3160 Online
110064 Solutions
New Discussion

Re: make kernel

 
UniRock
Regular Advisor

make kernel

Hi all,
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.
6 REPLIES 6
Mustafa Gulercan
Respected Contributor

Re: make kernel

hi;
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
UniRock
Regular Advisor

Re: make kernel

thanks..but i will prefer using CLI.
Mustafa Gulercan
Respected Contributor

Re: make kernel

hmm..
here is the procedure than.
i've attached.
Kenan Erdey
Honored Contributor

Re: make kernel

hi,

hope it helps:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1038287

Kenan.
Computers have lots of memory but no imagination
Tim Nelson
Honored Contributor

Re: make kernel

kctune nfile=value



Don Morris_1
Honored Contributor

Re: make kernel

You don't need to build a new kernel in 11.23.

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].