Operating System - HP-UX
1836768 Members
2309 Online
110109 Solutions
New Discussion

To Change Kernel parameters in Itanium HP-UX

 
walter crasto_1
Frequent Advisor

To Change Kernel parameters in Itanium HP-UX

Hi,

I want to change the kernel parameter of HP-UX server using command.
Note : On Itanium server we can change the parameters using kweb option but my https servers gives error & also X11 is not working.


Thanks in advance

Reagrds

Walter
2 REPLIES 2
Borislav Perkov
Respected Contributor

Re: To Change Kernel parameters in Itanium HP-UX

Hi Walter,
First you have to check the status of the kcweb server:

# kcweb -s status

and if it is not started:

# kcweb -s startssl

After that you have to open an browser on any machine and start the URL:

https://server_name or IP address:1188/casey/top.cgi?/casey/login.cgi

and than you should follow the instructions.

Regards,
Borislav
walter crasto_1
Frequent Advisor

Re: To Change Kernel parameters in Itanium HP-UX

Hi,

Thanks for the reply,

"kcweb -s status" shows me that the httpd server is not running.
But if I attempt to start the server using
"kcweb -s start" command then it gives me following error
"attempt to start /opt/hpws/apache/bin/httpd failed"

But if I run command "/opt/hpws/apache/bin/httpd" then it doesn't throw any error.

Regards

Walter Crasto