Operating System - HP-UX
1833758 Members
3042 Online
110063 Solutions
New Discussion

sam kcweb option for hpux 11i v2

 
SOLVED
Go to solution
jhingoor
Frequent Advisor

sam kcweb option for hpux 11i v2

Hi guys,
We have rx4640 with hpux 11i v2...we were supposed to configure kernel ...but our sam window showed only kcweb option and no other way to configure my kernel.......
Whatis the other option of sam to configure kernel and how do i get it????...please help its going to be a prodcn server.........
3 REPLIES 3
inventsekar_1
Respected Contributor

Re: sam kcweb option for hpux 11i v2

Hi Jhingoor,
Lot of things are changed with the 11iV2 kernel.

To change a kernel parameter,use the command "kctune"

kernel can be configured thru web interface.
[kcweb]

This will give you all the details:
Reconfiguring the Kernel (HP-UX 11i Version 2)
http://docs.hp.com/en/B2355-90950/ch03s11.html

Be Tomorrow, Today.
inventsekar_1
Respected Contributor
Solution

Re: sam kcweb option for hpux 11i v2

kctune options:
#kctune ---> to list the current values
#kctune -v ---> verbose(detailed) output
# kcutne -v nproc ---> to see the nproc value

Changing Tunable Values:
For example, to set nproc to 4300:

# kctune nproc=4300

To set a tunable to Default, either of these assignments will work. (Setting a user-defined tunable to Default causes it to be removed.)

# kctune nproc=# kctune nproc=default

Assignments can be to expressions, as noted above. Note that the assignment may need to be quoted to avoid interpretation by the shell.

# kctune 'nkthread=nproc*2+100'


kctune man page:
http://docs.hp.com/en/B2355-60105/kctune.1M.html
Be Tomorrow, Today.
jhingoor
Frequent Advisor

Re: sam kcweb option for hpux 11i v2

Hi sekar,
Thanks for your suggestion...But is there any other option in sam other than kcweb .