- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Could not open connection to the host, on port 500...
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
08-13-2009 03:45 AM
08-13-2009 03:45 AM
Could not open connection to the host, on port 50060
I am facing one problem in HP-UX. I have edit /etc/services files with following entry
GMD_RRS1 50060/tcp
and refresh inetd services.
Now im trying to telnet and getting following error:-
C:\Documents and Settings\vineykumar3>telnet 10.0.4.10 50060
Connecting To 10.0.4.10...Could not open connection to the host, on port 50060
: Connect failed
kindly suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 03:47 AM
08-13-2009 03:47 AM
Re: Could not open connection to the host, on port 50060
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 03:57 AM
08-13-2009 03:57 AM
Re: Could not open connection to the host, on port 50060
Trying...
telnet: Unable to connect to remote host: Connection refused
same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 04:13 AM
08-13-2009 04:13 AM
Re: Could not open connection to the host, on port 50060
do the nslookup from hpunix box.
Regards
prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 04:15 AM
08-13-2009 04:15 AM
Re: Could not open connection to the host, on port 50060
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 05:13 AM
08-13-2009 05:13 AM
Re: Could not open connection to the host, on port 50060
Application is midation
and as per application no need to configured inetd.conf files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 05:17 AM
08-13-2009 05:17 AM
Re: Could not open connection to the host, on port 50060
You should use "lsof" and check.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:04 AM
08-13-2009 06:04 AM
Re: Could not open connection to the host, on port 50060
> and refresh inetd services.
"/etc/services" is not magical. Assuming
that I can guess what "refresh inetd
services" means, these actions don't run any
new software which might be listening on port
50060 (or anywhere else).
What, exactly, are you trying to do?
> You should use "lsof" and check.
Or "netstat -a".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:29 AM
08-13-2009 06:29 AM
Re: Could not open connection to the host, on port 50060
# telnet 10.0.4.10
to see whether port 23 is open.
No matter what, talk to your network guys about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:42 AM
08-13-2009 06:42 AM
Re: Could not open connection to the host, on port 50060
Or a no-program problem.
> Application is midation
What's that? Where's that?
> and as per application no need to
> configured inetd.conf files
I can't see what you're reading, but if you
don't use inetd.conf, then I'd guess that you
need to run some program ("midation"?) in
some other way. Even the best operating
systems can't read your mind, so they may not
run your application unless you tell them to
do it. inetd.conf is one way, and there are
others, but you need to do something, and,
from what you've told us (which is not much),
you haven't done it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 08:01 AM
08-13-2009 08:01 AM
Re: Could not open connection to the host, on port 50060
We are using HP-UX 11.11i and losf command not working.Getting following error
bash1-2.04# lsof -i -n -P | grep 50060
bash1: lsof: command not found
bash1-2.04#
and In netstat,
No status for 50060/tcp
Steven, I knew, may be we have to edit inetd.conf files but application didn't suggest.........
there some other way to check whether is port listing or not?????
if its not then how we can enable it
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 08:26 AM
08-13-2009 08:26 AM
Re: Could not open connection to the host, on port 50060
>> there some other way to check whether is port listing or not?????
There sure is:
netstat -an | grep 50060
If that returns nothing then no process is listening on port 50060
You have *started* you "midation" application haven't you???
HTH
Duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 08:27 AM
08-13-2009 08:27 AM
Re: Could not open connection to the host, on port 50060
lsof does not come with HP-UX. A Web search
should find it. The source seems to be
available from:
http://freshmeat.net/projects/lsof/
I suspect that a depot is available, too.
> [...] but application didn't suggest [...]
If I knew what the application was, then I
might be able to suggest something specific.
But I know nothing about the application,
and you don't seem to be saying much about
it.
> there some other way to check whether is
> port listing or not?????
If netstat doesn't show it, then no one is
listening.
If you didn't add anything to inetd.conf, and
you didn't run any program, then whom do you
_expect_ to be listening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 12:38 AM
08-14-2009 12:38 AM
Re: Could not open connection to the host, on port 50060
if it possioble we can use my GMD_RRS1 with two diffrent port like in /etc/services
GMD_RRS1 9057/tcp
GMD_RRS1 50060/tcp
it is work or conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 12:48 AM
08-14-2009 12:48 AM
Re: Could not open connection to the host, on port 50060
I think It will conflict. the request will confuse regarding which port I have to select.
Reagrds,
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 12:57 AM
08-14-2009 12:57 AM
Re: Could not open connection to the host, on port 50060
Thanks 4 reply.............
I had already disabled the prot
#GMD_RRS1 9057/tcp
And I have compare /etc/hosts, services and inetd.conf files with working server...........
no gap found............
kindly suggest/////////////
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 01:14 AM
08-14-2009 01:14 AM
Re: Could not open connection to the host, on port 50060
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 06:05 AM
08-14-2009 06:05 AM
Re: Could not open connection to the host, on port 50060
> #GMD_RRS1 9057/tcp
Editing /etc/services is not the same thing
as "enabling" or "disabling" a port. Many
IP applications never look at /etc/services.
> And I have compare [...]
What about all the "rc" files?
> kindly suggest/////////////
Provide some information. Answer questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 06:14 AM
08-14-2009 06:14 AM
Re: Could not open connection to the host, on port 50060
Both are for looking up, the first for application and port, the second for host and IP. The main idea is almost the same - looking up (what service is using which port // which host has which IP and vice versa).
So adding an entry in /etc/services does really not "open" a port or something ... you just add an entry to the "dictionary".
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 11:07 PM
09-27-2009 11:07 PM
Re: Could not open connection to the host, on port 50060
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 11:07 PM
09-27-2009 11:07 PM