- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- telnet client hangs on ES45
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
07-08-2005 12:10 AM
07-08-2005 12:10 AM
I have very strange problem and I can't figure it out:
On a ES45 server (server1) telnet client hangs when I do telnet to other 3 ES40/45 (server2,3,4) ?
On the other hand telnet goes ok to any other servers (GS80, SPARCs etc.).
Name resolution is ok, that is when I do
server1:root# telnet server2
Trying correct.I.P.address ...
Any suggestions/ideas ??
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:09 PM
07-10-2005 10:09 PM
Re: telnet client hangs on ES45
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:19 PM
07-10-2005 10:19 PM
Re: telnet client hangs on ES45
On the other hand, I can do telnet on server2, server3 and server4 from any server except from server1...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:08 PM
07-10-2005 11:08 PM
Re: telnet client hangs on ES45
is there a filrewall involved?
Do you get any error messages in the target host errorlogs?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:11 PM
07-10-2005 11:11 PM
Re: telnet client hangs on ES45
"Trying coneect" means that cannot reach the server.
2- Are you having the correct routes on server1?
check it with netstat -nr
3- When you run telnet from server1 to other ES40 server, run netstat -n on both servers and check the status of the connection that involves these two servers. Post the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:37 PM
07-10-2005 11:37 PM
Re: telnet client hangs on ES45
All servers are in the same subnet, so no router/gateways are needed.
Second, no firewall in between.
However,this is what I have found:
The reason for my problem is, I believe:
server1 is a single-member cluster, the hostname is server1 and cluster name is srv1clus (so we have 2 different IPs).
Scenario 1: server1 - GS80
telnet works ok, GS80 pings server1 and srv1clus.
Scenario 2: server1 - server2
telnet from server1 to server2 hangs.
server2 pings server1.
server2 can't ping srv1clus --> this is very strange.
server2 resolves srv1clus name to correct IP.
Most probably problem in scenario2 is because server2 tries to respond to srv1clus,but can't reach it.
So the question is, why can't server2 ping srv1clus, like other servers do ??? This is very strange, all other servers can do it without problems, and all servers are in the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:55 PM
07-10-2005 11:55 PM
Re: telnet client hangs on ES45
can you give us conrete ips so that we can what which host is pinging to?
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 12:40 AM
07-11-2005 12:40 AM
SolutionTry adding the server1 IP/MAC to the arp table on server 2 and ping the cluster ip of server1, this will allow you to verify that the network switch is not preventing the access. (something with the spanning tree protocol). Use the arp command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:26 PM
07-11-2005 05:26 PM
Re: telnet client hangs on ES45
yea, the arp thing solved the problem :).
When I issue 'arp -a' on server2 I receive:
...
srv1.clus.IP.addr at (incomplete)
...
When I add server1 cluster IP on server 2 with arp then I can ping cluster IP on server1, and also successfully telnet from server1 to server2.
Thanks a lot
Now the question is why some servers dont have server1 cluster IP in arp table "srv1.clus.IP.addr at (incomplete)" ?!? :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 05:33 PM
07-11-2005 05:33 PM
Re: telnet client hangs on ES45
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 06:05 PM
07-11-2005 06:05 PM
Re: telnet client hangs on ES45
Other servers (server2,3,4) have neither routed nor gated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 08:13 PM
07-11-2005 08:13 PM
Re: telnet client hangs on ES45
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 06:34 AM
07-12-2005 06:34 AM
Re: telnet client hangs on ES45
You have incomplete at the arp table because you cannot contact the server.
When running tcpdump you should see something like this when trying to contact the server:
arp who-has 128.3.254.6 tell 128.3.254.68
arp reply 128.3.254.6 is-at 02:07:01:00:01:c4
To use tcpdump, see man packetfilter and tcpdump.