- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- The machine refuses the connection when called as ...
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
12-20-2001 06:00 AM
12-20-2001 06:00 AM
one node of my HP MC/SG cluster doesn't work properly anymore!
When I telnet on it by using the physical IP, it's OK!
When I ping it by using the physical IP, it's OK!
When I ping it by using the virtual IP it's OK!
When I telnet on it by using the virtual IP the answer is: telnet: Unable to connect to remote host: Connection refused.
What is the reason???
Thanks a lot!
Enrico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:12 AM
12-20-2001 06:12 AM
Re: The machine refuses the connection when called as virtual IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:17 AM
12-20-2001 06:17 AM
Re: The machine refuses the connection when called as virtual IP
the really strange topic is that this cluster properly worked since a long time (1 year) ....
the physical address is 139.54.19.17; the virtual IP is 139.54.19.34
I kindly remind that *the ping works fine*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:18 AM
12-20-2001 06:18 AM
Re: The machine refuses the connection when called as virtual IP
Your virtual ip may be sitting behind a firewall. If there is a firewall it may allow ping but will block telnet is not allowed.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:25 AM
12-20-2001 06:25 AM
Re: The machine refuses the connection when called as virtual IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:27 AM
12-20-2001 06:27 AM
Solution-Try removing the virtual IP (cmmodnet or ifconfig) and re-adding it.
-Look at the arp table on hosts on the same network (routers and servers) to verify that an arp entry maps to the virtual IP
router (cisco) > show arp
server (hp) > arp -a
Let us know your results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:33 AM
12-20-2001 06:33 AM
Re: The machine refuses the connection when called as virtual IP
What do the following report (you'll need to run these on a machine on the same subnet):
# arp
# arp
Are the physical addresses returned the same?
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:39 AM
12-20-2001 06:39 AM
Re: The machine refuses the connection when called as virtual IP
Did you create/change /var/adm/inetd.sec ?
Are you sure that inetd is running ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:39 AM
12-20-2001 06:39 AM
Re: The machine refuses the connection when called as virtual IP
If it is from an terminal emulation s/w, the problem could be that it has not closed an old telnet connection properly from the emulation s/w itself.
I've had this once or twice, just restart the t/e software usually does the trick.
Regs
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 06:51 AM
12-20-2001 06:51 AM
Re: The machine refuses the connection when called as virtual IP
#arp phy_IP --> OK (a result is provided)
#arp virt_IP --> -- no entry
concerning another MC/SG node on the same network:
#arp phy_IP_1 --> OK (a result is provided)
#arp virt_IP_1 --> -- no entry
but in this second case the telnet on the virt_IP_1 works fine!!
It seems to NOT be any relations between the arp and the capability to telnet on a virtual IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:01 AM
12-20-2001 07:01 AM
Re: The machine refuses the connection when called as virtual IP
A.you.com (1.2.3.4) at 0:10:83:ee:bb:f8 ether
virtB.you.com (1.2.3.5) at 0:10:83:ee:bb:f8 ether
2) arp entries expire, so before running an arp command, ping physical IP and/or virt IP to make sure the arp entry gets into the arp table.
If you're missing an arp entry after 1) and 2), IP should be somewhat broken.
You can get SeviceGuard or the kernel to re-arp by using cmmodnet or ifconfig down/up respectively.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:01 AM
12-20-2001 07:01 AM
Re: The machine refuses the connection when called as virtual IP
Are you able to trace route to the virtual ip.
do this from one of the nodes,
/usr/contrib/bin/traceroute virtual_ip_add
If you are using a winnt workstation i think the nt command "tracert" might help.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:13 AM
12-20-2001 07:13 AM
Re: The machine refuses the connection when called as virtual IP
Now,
#arp phys_IP
0:8:c7:69:3d:45 ether
#arp virt_IP
0:10:83:ff:7b:a1 ether
the MAC addresses are NOT the same!
if i check on another (properly working) MC/SG node I get the same values.
What's now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:38 AM
12-20-2001 07:38 AM
Re: The machine refuses the connection when called as virtual IP
If the arp entries aren't the same AND the IPs are supposed to be bound to the same LAN interface, then someone has usurped/misconfigured/stolen your virt IP and added it against a different ethernet card.
If that card is on the same host, things should work fine. If the card is on a different host, perhaps the configuration (inetd.conf or inetd.sec) doesn't allow telnet.
Either way, it sounds like something is amiss in the configuration.
Figure out which host/NIC card maps to the ethernet address of your virt IP.
BTW, it could that your virt IP moved with the SG package, so you may be looking at correct behavior in IP, but the primary host and the failover host may be configured differently as far as telnet is concerned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:42 AM
12-20-2001 07:42 AM
Re: The machine refuses the connection when called as virtual IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 07:51 AM
12-20-2001 07:51 AM
Re: The machine refuses the connection when called as virtual IP
0:10:83:ff:7b:a1
is in the neighborhood of L class boxen we've been buying lately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:09 AM
12-20-2001 08:09 AM
Re: The machine refuses the connection when called as virtual IP
But I did a little mistake on a previous message: the MAC address on which the virtual IP is mapped is:
00:08:C7:69:3D:45
We have to look for the device hosting this MAC address ... PC? HP? SUN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 10:24 AM
12-20-2001 10:24 AM
Re: The machine refuses the connection when called as virtual IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 12:29 AM
12-21-2001 12:29 AM
Re: The machine refuses the connection when called as virtual IP
Seems like somebody uses your IP.
Anyway, to detect who's using, don't go from workstation to workstation to look for it, just cut all the trafic for that machine in the firewall and the user will show up.
My first thought was that telnet was bound only on the physical IP, some servers will only answer on the IP you said them to and will not answer to requests on any other IP, even if they are coming on the same physical interface.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 02:10 AM
12-21-2001 02:10 AM
Re: The machine refuses the connection when called as virtual IP
My best thanksgiving to Christoper Caldwell who gave me the proper suggestions to find the solution.
Season's Greetings and Happy New Year.
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 04:59 AM
12-21-2001 04:59 AM