1836611 Members
1970 Online
110102 Solutions
New Discussion

Re: services

 
SOLVED
Go to solution
navin
Super Advisor

services

Hello,
Not sure why, but inetd on one of the HP server went down with he below message.

Feb 12 13:10:10 hostname inetd[1272]: Going down on signal 15

after restrating the inetd telnet logins working fine , but the ssh gats port 22 connection refused.
thanks in advance.
Learning ...
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: services

SSH, at least by default does not use inetd, so it shouldn't have been affected.

You might need to stop and restart ssh.

If you are using HP's SSH bundle:
# /sbin/init.d/secsh stop
# /sbin/init.d/secsh start

James George_1
Trusted Contributor
Solution

Re: services

Hi Navin

See this link below from a previuos posting ..

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049993


Rgds / james
forum is for techies .....heaven is for those who are born again !!
navin
Super Advisor

Re: services

OK. Thanks.
What could be the known reasons ....for inetd going down...
Atleast in my experience i have never seen an inetd itself going down when the system is up and running.
Thanks
Learning ...
Sunny Jaisinghani
Trusted Contributor

Re: services

hi,

restarting inetd doesn't affect ssh since ssh is a third party utility. u need to restart the ssh daemon as suggested .

sunny
Bill Hassell
Honored Contributor

Re: services

Signal 15 is the default for the kill command. The OS would not send a kill 15 to inetd so someone with root capability probably mistyped the PID number and killed inetd by mistake.


Bill Hassell, sysadmin
Reshma Malusare
Trusted Contributor

Re: services

Hi navin,
inetd is going down here. so please refer follwoing links.
http://h10025.www1.hp.com/ewfrf/wc/genericDocument?docname=c00813281&cc=in&dlc=en&lc=en&jumpid=reg_R1002_INEN

SSH is third party tool, so will not have any effect on it.please restart SSH.