Operating System - HP-UX
1834419 Members
1773 Online
110067 Solutions
New Discussion

kcweb not working how to edit kernel parameters with out web interface.

 
walter crasto_1
Frequent Advisor

kcweb not working how to edit kernel parameters with out web interface.

Hi All,

I have HP-UX 11i IA64 (Itanium Servers) while changing kernel paramets using web interface (kcweb) I am getting error "https://LNIT-1:1188/casey/top.cgi" . Please let me know how to edit the kernel paramters thru sam or console command line.

Thanks & Regards

Walter Crasto
5 REPLIES 5
Sanjay Kumar Suri
Honored Contributor

Re: kcweb not working how to edit kernel parameters with out web interface.

SAM, select -> Kernel Configuration -> Configurable Parameters

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Hoang Minh Tuan
Regular Advisor

Re: kcweb not working how to edit kernel parameters with out web interface.

HP-UX 11i v.2 for Itanium requires chaning kernel parameter must via web console not direct from console command. I think it will work after you do following:

1. in console do #sam -> kernel config: it will show absolute path that you have to copy this to your web browser.
2. In web browser, check connection if you have choosen proxy server (not choose if it has)
3. Changing hostname server to IP address of server

HMT
Bus wait at bus station, Work wait at my work station
walter crasto_1
Frequent Advisor

Re: kcweb not working how to edit kernel parameters with out web interface.

Hi,

I am getting same error while I am acceessing url from my windows base desktop.

https://lnit-1:1188/casey/top.cgi
The error is "ERROR: Unable to read title of configuration 'current': KRS error code 2"

Please help, Thanks in Advance.

Regards

Walter Crasto
Hiran Arias_1
Occasional Advisor

Re: kcweb not working how to edit kernel parameters with out web interface.

You can use the kmtune command.

exm: kmtune namevar=value

It'll tell you if the new value is applied or if you need to reboot.
Raj D.
Honored Contributor

Re: kcweb not working how to edit kernel parameters with out web interface.

Hi Walter ,

You can also change kernel parameters using kmtune from command line. For static parameter , it needs a reboot.
[ kmtune -s name=value ]
Ex:
# kmtune -s nfile=12000 [ example ]
# cp /stand/vmunix vmunix.old [ Just a backup copy , in case new kernel doesnot boot , you can still boot the system from old kernel.]
# cp /stand/system system.old [ Just a backup copy ]

# /usr/sbin/mk_kernel
# ./kmupdate [ will move the current kernel to vmunix.prev ]
# shutdown -r -y 0

Cheers ,

RajD.
----
" If u think u can , If u think u cannot , - You are always Right . "