Operating System - HP-UX
1753696 Members
5560 Online
108799 Solutions
New Discussion юеВ

Re: cannot ping localhost after reset kernel parameters

 
Teck Sim
Frequent Advisor

Re: cannot ping localhost after reset kernel parameters

maxuprc=597,
msgmap=6642,
msgmax=32768,
msgmnb=65535,
ncallout=680,
semmap=3322,
semmni=3320,
semmns=6640,
semmnu=660
Teck Sim
Frequent Advisor

Re: cannot ping localhost after reset kernel parameters

Earlier version was HP-UX 10.20
PIYUSH D. PATEL
Honored Contributor

Re: cannot ping localhost after reset kernel parameters

Hi,

You shouldnt change the paramters of 10.20 for 11 OS. You should revert back with the old parameters of HPUX 11 OS.

You can even boot with the old kernel....since it might have got saved in the /stand directory with vmunix.prev. The current kernel will be vmunix.

Boot with the old kernel and if everything is owrking fine then you could use the old kernel only.

Piyush
Teck Sim
Frequent Advisor

Re: cannot ping localhost after reset kernel parameters

How can I unlock the keyboard?

On the left hand side bottom of the monitor,
"KB LOCKD" appears. How can I get rid of this this?
Thanks.
PIYUSH D. PATEL
Honored Contributor

Re: cannot ping localhost after reset kernel parameters

Hi,

For the console problem, try:

1) Ctrl+shift+reset
2) Powercycle the console
3) Ctrl+D or Ctrl+C
4) Press the F4 key.

Piyush

Arockia Jegan
Trusted Contributor

Re: cannot ping localhost after reset kernel parameters

Can you post the content of netconf file? What did you get when you run /sbin/init.d/net start? Can you run "ifconfig lan0 up"?

Teck Sim
Frequent Advisor

Re: cannot ping localhost after reset kernel parameters

Somehow NIS do not work well after re-setting the kernel parameters.
I went to /etc/rc.config.d/, and changed NIS_CLIENT="0" from 1 in namesvrs.
Now I am able to ping from localhost, and from other servers.

Thanks for all the helps.