- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to connect windows machine from HP UX mach...
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
10-07-2008 06:19 AM
10-07-2008 06:19 AM
how to connect windows machine from HP UX machine
how to connect windows machine from HP-UX V3 machine.
Thanks in Advance,
Regards,
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 06:20 AM
10-07-2008 06:20 AM
Re: how to connect windows machine from HP UX machine
telnet, rdp, ssh, ftp, sftp, file share ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 07:48 AM
10-07-2008 07:48 AM
Re: how to connect windows machine from HP UX machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 07:54 AM
10-07-2008 07:54 AM
Re: how to connect windows machine from HP UX machine
There are no configurations that say "oops it is a windows server, do not connect to it"
Windows by default offers little if any external connection services to non-windows clients.
You can install a service like ftp or maybe some other weird 3rd party apps. But what would you do if it could be a telnet or ssh server ? Connect to a dos prompt ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 09:50 AM
10-07-2008 09:50 AM
Re: how to connect windows machine from HP UX machine
First i would to thanks u for the interest
To complete my task, I have to run an application in HP-UX, which connects to my local machine(Windows)to port 14500.
Right now I am getting an error message that "connection refused". can you please check it once.
I have stopped firewall in my local machine and tried, but error is same.
**************
# telnet 9.77.122.132 14500
Trying...
telnet: Unable to connect to remote host: Connection refused
this was the message which I got it from the team.
Thanks,
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 09:55 AM
10-07-2008 09:55 AM
Re: how to connect windows machine from HP UX machine
The issue exists on 9.77.122.132. Most likely the program listening to port 14500 is looking for some handshaking to occur or has some source restictions, and/or it could very well be a firewall issue.
Unfortunatly the destination is not HPUX and is running some unknown software, so the help here is going to be limited if non-existant.
What I can tell you, because the error message says "refused" instead of just "trying" then a timeout it means that it reached something on that end and was denied the service.
Cannot add much more, sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 10:21 AM
10-07-2008 10:21 AM
Re: how to connect windows machine from HP UX machine
It looks like you are trying to connect to a machine which has no telnet service available.
Has your windows machine already installed an running the telnet service?
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 11:37 AM
10-07-2008 11:37 AM
Re: how to connect windows machine from HP UX machine
> 14500 [...]
"Connection refused" normally means that
there is _no_ program listening at that port.
Can you do an equivalent Telnet command from
the Windows system to its own port 14500? If
that doesn't do any better, it should tell
you where the problem is.
If it's not too much to ask, what is supposed
to be listening at port 14500?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 12:08 PM
10-07-2008 12:08 PM
Re: how to connect windows machine from HP UX machine
download:
http://www.microsoft.com/downloads/details.aspx?familyid=896c9688-601b-44f1-81a4-02878ff11778&displaylang=en
Info:
http://technet.microsoft.com/en-us/library/bb463212.aspx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 07:06 PM
10-07-2008 07:06 PM
Re: how to connect windows machine from HP UX machine
User FTP...
To Activate ftp use SAM.
Or You have to install SAMBHA server in your HP-UX Machine.
Regards.
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 09:09 PM
10-07-2008 09:09 PM
Re: how to connect windows machine from HP UX machine
And this will do what for port 14500?
> User FTP...
And this will do what for port 14500?
This is all great fun, but perhaps it would
be wise to wait for a clear explanation of
what the questioner is actually trying to do
before suggesting ways to do whatever it may
actually be. The probability of guessing a
correct answer to a question which is still a
mystery seems (to me) to be vanishingly
small.
Or maybe that "port 14500" stuff was thrown
in just to confuse us. What do you think?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 09:58 AM
10-08-2008 09:58 AM
Re: how to connect windows machine from HP UX machine
that's nice....so what's it supposed to connect to on port 14500?
Given that 14500 is not a port typically associated with standard components, is there a specific client software component that the software on the HP-UX server is supposed to connect?
If so, did you install it?