- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem with connection to Hpux itanium 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:36 PM
01-09-2006 09:36 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:38 PM
01-09-2006 09:38 PM
Re: problem with connection to Hpux itanium 11.23
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:46 PM
01-09-2006 09:46 PM
Re: problem with connection to Hpux itanium 11.23
Is sshd configured with /etc/inetd.conf file? Try to restart inetd as,
/sbin/init.d/inetd start
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:49 PM
01-09-2006 09:49 PM
Re: problem with connection to Hpux itanium 11.23
Check this.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=522990
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:53 PM
01-09-2006 09:53 PM
Re: problem with connection to Hpux itanium 11.23
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 09:58 PM
01-09-2006 09:58 PM
Re: problem with connection to Hpux itanium 11.23
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:02 PM
01-09-2006 10:02 PM
Re: problem with connection to Hpux itanium 11.23
http://docs.hp.com/en/B2355-90778/ch02s09.html
Enabling the Identification Protocol (RFC 1413)
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:04 PM
01-09-2006 10:04 PM
Re: problem with connection to Hpux itanium 11.23
/sbin/init.d/inetd stop;/sbin/init.d/inetd start
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:10 PM
01-09-2006 10:10 PM
Re: problem with connection to Hpux itanium 11.23
http://docs.hp.com/en/B2355-90685/ch02s05.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:38 PM
01-09-2006 10:38 PM
Re: problem with connection to Hpux itanium 11.23
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:42 PM
01-09-2006 10:42 PM
Re: problem with connection to Hpux itanium 11.23
cmclconfd is related with Service guard, you can find more information at,
http://docs.hp.com/en/B3936-90079/ch03s01.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:48 PM
01-09-2006 10:48 PM
Re: problem with connection to Hpux itanium 11.23
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 10:52 PM
01-09-2006 10:52 PM
Re: problem with connection to Hpux itanium 11.23
/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