1833016 Members
2620 Online
110048 Solutions
New Discussion

Re: Kernel Parameters

 
SOLVED
Go to solution
logaraman
Regular Advisor

Kernel Parameters

Hi,

how do we set kernel parameters in HP other than SAM. Coz i do not get the "Kernel Configuration" option in SAM.

Any suggestions pls
5 REPLIES 5
Enrico P.
Honored Contributor

Re: Kernel Parameters

Hi,
what version of hp-ux do you have?

Enrico
logaraman
Regular Advisor

Re: Kernel Parameters

hi

The version is HP-UX B.11.22 U ia64.

Its an itanium server.
m saravanan
Valued Contributor
Solution

Re: Kernel Parameters

Loga..

To change the kernel parameters through command line, u can use "kmtune" command.
Pls see the man page of kmtune for further details.

otherwise,
- extract current system file
# /usr/lbin/sysadm/system_prep -s /stand/build/system

- Modify the system file to reflect ur change

- Create a new kernel with reference to modified system file
# cd /stand/build
# mk_kernel -s /stand/build/system

- it'll create a new kernel with the name "vmunix_test" in the current direc.

- Then run the "kmupdate" command to move the kernel & system file in place while reboot
# kmupdate


Regards,
Saravanan
Arunvijai_4
Honored Contributor

Re: Kernel Parameters

Hello,

Check "kcweb" for kernal tuning.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
m saravanan
Valued Contributor

Re: Kernel Parameters

sorry.. kmtune is for 11.11

u can use "kctune" command for changing the parameters.

Also, u can change it through web (http). From any one of the windows PC, which has a connectivity to the server, open internet explorer & type the ipaddress of the server. In that page, u'll get a option to change the kernel param.

Regds,
Saravanan