Adding new kernel parameters

Hi,
I'm new to HP-UX. i'm working on HP-UX 11.31 ia64 for testing our product
i could able to change the kernel parameter values and i need to add the following parameters to the parameters list

semmap = 258
nfile = 2048
msgseg = 7168
msgssz = 32
maxusers = 60
msgmap = 258
msgmax = 32768
msgmnb = 65535

can any one help me in thisregard or any document related to this.

Thanks in Advance,
jo09

You mean you want to change the value of these parameters...
In your case I would recommend the use of SAM since you may fall on dependencies between values...
Just type sam and go to kernel configuration

Hi,

I didn't find these parameters kernel configuration when tried to change the values using the SAM so i want add these parameters.

regards,
jo09

Funny I can see them all except one:
semmap
But if you had read the release notes especially : (release notes 11iv2 oct 2003)
http://docs.hp.com/en/5992-1968/5992-1968.pdf
On page 82 you would have noticed:

So before continuing further I would recommend you to look at the man pages of
kctune(1M) kmtune(1M) kclog(1M) kconfig(1M)
And read carefully:
Chapter*10*Configuring the Kernel

Hi,

Thank you for your help, after setting the kernel parameters values using the kmtune -u -s param=val now i could able to see those parameter names in the kernel configuration list.

Regards,
jo09