1851731 Members
2188 Online
104062 Solutions
New Discussion

kernel parameter

 
SOLVED
Go to solution
Fauziah Mahdan
Super Advisor

kernel parameter

Hi all from hpux11.23, how to add new kernel parameter e.g maxswapchuncks=16384 and
semmap=4098.
What is the command to add this parameter?

Thanks
Fauziah
14 REPLIES 14
RAC_1
Honored Contributor

Re: kernel parameter

I do not think those parmaters are there anymore.
There is no substitute to HARDWORK
Sivakumar TS
Honored Contributor

Re: kernel parameter

Hello Fauziah,

Use

#kctune =

Hope this helps,

Siva
Nothing is Impossible !
Ludovic Derlyn
Esteemed Contributor

Re: kernel parameter

hi,

Use kctune "variable"="valeur" or kcweb -F (launch a brower)

It's seems that maxswapchuncks didn't exist on itanium,

Regards

L-DERLYN
Ludovic Derlyn
Esteemed Contributor

Re: kernel parameter

hi,

It's seems that maxswapchunk is called swchunk on itanium
Anybody can confirm ?

regards

L-DERLYN
Sivakumar TS
Honored Contributor

Re: kernel parameter

Hi,

http://docs.hp.com/en/5187-0701/ch03s03.html

check the above doc to get the tunable parameters.

Regards,

Siva
Nothing is Impossible !
Fauziah Mahdan
Super Advisor

Re: kernel parameter

thanks
The right command for my server is kctune -u =


Thanks all
Fauziah Mahdan
Asif Sharif
Honored Contributor

Re: kernel parameter

Hi Fauzaih,

You can do it from sam.

SAM>Kernel Configuration>Configurable Parameters >find maxswapchuncks and semmap and select it and then come in Action TAB, After that Modify Configurable Parameter. and then Apply.

It will ask to reboot machine.

Regards,
Asif Sharif
Regards,
Asif Sharif
Ludovic Derlyn
Esteemed Contributor

Re: kernel parameter

hi,


"It's seems that maxswapchunk is called swchunk on itanium"

sorry it's a mistake

maxswapchunk is a obsolete value in Itanium
Torsten.
Acclaimed Contributor

Re: kernel parameter

Please see the release notes:

"System-V IPC Kernel Tunable Parameter (semmap)(Obsolete): The memory allocation of semaphore sets previously controlled by semmap is now done dynamically by the kernel. The semmap kernel parameter is no longer tunable."

http://docs.hp.com/en/5991-5320/ch03s08.html


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
inventsekar_1
Respected Contributor

Re: kernel parameter

HI fauziah,

r u sure, its a 11.23 box?

use the command "kctune" if it is not 11.23, it will tell command not found.
if its 11.23 it will give u the list of all kernel parameters and its value, dynamic or static also.

attached the kernel parameters list in 11.23

and from the above results u knew how to change the kernel parameter.
Be Tomorrow, Today.
Srikanth Arunachalam
Trusted Contributor

Re: kernel parameter

Hi Fauziah,

Have a look at the thread I raised 2 weeks before.

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

If a parameter already doesnt exist, you need to perform kctune -u -s (-u option is important).

Thanks,
Srikanth
inventsekar_1
Respected Contributor

Re: kernel parameter

HI all,
maxsawpchunks and semmap is not available with 11.23. isnt?
in my previous reply, i posted the list of all kernel parameters.(u can do a "kctune" or kctune -v in ur system).

now, those two parameters available or not(in 11.23)?
Be Tomorrow, Today.
Fauziah Mahdan
Super Advisor

Re: kernel parameter

Hi all yes it was Hp itanum 11.23 version
and the command that i use is kctune -u =

and save it..thanks all........
inventsekar_1
Respected Contributor
Solution

Re: kernel parameter

HI Fauziah,
---------------------
"it was Hp itanum 11.23 version
and the command that i use is kctune -u ="
---------------------
The semmap kernel parameter is no longer tunable in 11.23 and maxswapchuncks not available(i think).

can u update what parameter u changed?
can u update points to those who spent time for you.
Be Tomorrow, Today.