Operating System - HP-UX
1826419 Members
3280 Online
109692 Solutions
New Discussion

Re: problem with connection to Hpux itanium 11.23

 
SOLVED
Go to solution
ANDRE David
Occasional Advisor

problem with connection to Hpux itanium 11.23

Hi,

i have a problem when i'm connecting to system, the connection is idle ( with ssh, or su - user )
i have an active connection, and this connection work correctly, but i can create a new connection.

With ssh, i receive the message : connection ok, password ok. But i don't receive the prompt.
i don't have any error message.

can you help me?
13 REPLIES 13
ANDRE David
Occasional Advisor

Re: problem with connection to Hpux itanium 11.23

i see this message on syslog :
Jan 10 10:49:25 rouches inetd[1083]: Going down on signal 15
Jan 10 10:49:25 rouches cmclconfd[2186]: ERROR: The identd authenticated user name () did not match with the sender user name (root) while querying for node rouches. Exiting.
Jan 10 10:49:25 rouches cmclconfd[1863]: ERROR: The identd authenticated user name () did not match with the sender user name (root) while querying for node rouches. Exiting.

thanks
Arunvijai_4
Honored Contributor
Solution

Re: problem with connection to Hpux itanium 11.23

Can you run ssh in verbose mode and post the output ? It will defintely be helpful to analysis further,

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

Re: problem with connection to Hpux itanium 11.23

inetd daemon is got signal TERM (15) from Jan 10 10:49:25 rouches inetd[1083]: Going down on signal 15 message.

Is sshd configured with /etc/inetd.conf file? Try to restart inetd as,

/sbin/init.d/inetd start

--
Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

I think it is a problem with cmclconfd configuration error.

Check this.

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

--
Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

Is identd daemon is running. The problem is identd is not giving username to validate.

see man identd and start it.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=4791

Jan 10 10:49:25 rouches cmclconfd[1863]: ERROR: The identd authenticated user name () did not match with the sender user name (root) while querying for node rouches. Exiting.

user name () has to changed to user name (root) and get verified.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

Just check your /etc/inetd.conf for any lines that contain identd. It should be same as,

auth stream tcp6 wait bin /usr/lbin/identd identd

Make sure it is uncommented, if it is commented out, uncomment it and restart Inted by, #inetd -c or # /sbin/init.d/inetd stop and start.

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

Re: problem with connection to Hpux itanium 11.23

Check this for more information,

http://docs.hp.com/en/B2355-90778/ch02s09.html

Enabling the Identification Protocol (RFC 1413)

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

Re: problem with connection to Hpux itanium 11.23

The problem is inetd daemon down. It got signal 15 (SIGTERM). So identd was not running and authentication was failed. Try to check /etc/inetd.conf file for identd deamon enablement and restart inetd as,

/sbin/init.d/inetd stop;/sbin/init.d/inetd start

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

# man inetd for more information on how to restart it and how to enable logging.

http://docs.hp.com/en/B2355-90685/ch02s05.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
ANDRE David
Occasional Advisor

Re: problem with connection to Hpux itanium 11.23

i don't understand,

i see that a lot of process cmclconfd with parent process inetd.
before, i restart 3 times the process inetd but there is no change.

i want execute command ps -ef |grep inetd to see information, but i execute a mistake command :
ps -ed &grep inetd

at this time, all processes cmclconfd has been down, and the problem seems resolved.
???
Thanks.
David.



Arunvijai_4
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

Hello,

cmclconfd is related with Service guard, you can find more information at,

http://docs.hp.com/en/B3936-90079/ch03s01.html

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

Re: problem with connection to Hpux itanium 11.23

I don't think execution of ps -ed &grep inetd is related with this issue.

If you do ps -ed &grep inetd then,

ps -ef will run in babkground and expects user interruption and grep inetd will be stopped after that.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: problem with connection to Hpux itanium 11.23

Hello,

/usr/lbin/cmclconfdâ Serviceguard Configuration Daemon and it may be started from Inted in your server. But, ps -ed &grep inetd may not be an issue .

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