- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet,ssh hangs
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
02-19-2003 12:45 AM
02-19-2003 12:45 AM
telnet,ssh hangs
we are able to ping the server but not able to telnet,rsh,ssh,etc.when we do that we see a blank screeen and doesnt ask for userid/password.
but we can type letter.
and we cant see any errors.
Can somebody tell us how to get in by any means ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 12:47 AM
02-19-2003 12:47 AM
Re: telnet,ssh hangs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 01:00 AM
02-19-2003 01:00 AM
Re: telnet,ssh hangs
Can root user login by any means-telnet,remsh,rlogin or through console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 01:17 AM
02-19-2003 01:17 AM
Re: telnet,ssh hangs
If this is the case and you have problems with name resolution this can leed to timeouts in connection establishment (inetd tries to do a reverse lookup on the connecting ip address).
But first you need access to the system. Check if a console login is possible.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 01:20 AM
02-19-2003 01:20 AM
Re: telnet,ssh hangs
it is rack mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 01:27 AM
02-19-2003 01:27 AM
Re: telnet,ssh hangs
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 03:36 AM
02-19-2003 03:36 AM
Re: telnet,ssh hangs
tell me what to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 03:44 AM
02-19-2003 03:44 AM
Re: telnet,ssh hangs
$ ps -ef | grep inetd
If not, start it:
$ /sbin/init.d/inetd start
Check syslog for error messages when trying to telnet to the system. Enable inetd logging:
$ inetd -l
Watch for messages like these in syslog.log:
inetd[pid]: Connection logging enabled
inetd[pid]: telnet/tcp: Connection from ....
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:39 AM
02-19-2003 04:39 AM
Re: telnet,ssh hangs
/var/adm/nettl.LOG*
has a current date. If this is the case you might have another system which has the same IP address ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 01:19 AM
02-20-2003 01:19 AM
Re: telnet,ssh hangs
i had checked the /var/adm/nettl.LOG*
and it says that "trying to be our address 'IPaddress' cable disconnected going offline"
where 'IPaddress' is the ipaddress of another hpunix server.
it is strange.could you commnent on this or help me find out whats going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 01:29 AM
02-20-2003 01:29 AM
Re: telnet,ssh hangs
$ netfmt -N -n -l -f /var/adm/nettl.LOG00 | more
There you should be able to see which MAC address tries to use the same IP address ...
Then you have to find the other system. You can try to disconnect this system from the network and ping / telnet / whatever the originial ip address. Maybe the system responds ...
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 01:38 AM
02-20-2003 01:38 AM
Re: telnet,ssh hangs
now how to get to the machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 02:02 AM
02-20-2003 02:02 AM
Re: telnet,ssh hangs
http://www.normos.org/en/lists/ieee/all-ethernet.html
Maybe you can guess which system it is by the network card that is used. Otherwise you have to search for it ....
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 02:32 AM
02-20-2003 02:32 AM
Re: telnet,ssh hangs
i checked the complete log but doesnt tell whether there was a network related prob.
anyother investigation methods please.?
regards.