- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet problem on a package
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
09-02-2002 05:51 PM
09-02-2002 05:51 PM
telnet problem on a package
I have one rp8400/HP-UX 11.11 and one L3000/HP-UX 11.11 configured as two node cluster.
There are two seperate package blue and red running on rp8400(name:yellow) and L3000(name:green) individually.
I an able to telnet to yellow,green and red from itself or any other server.
I am not able to telnet to blue from another server. It gives the message.
"telnet: Unable to connect to remote host: Connection refused"
OR
Connected to blue.abc.com.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host.
But I am able to telnet blue from rp8400 server on which this package is running.
What could be the cause?
Thanks,
Raje.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 08:20 PM
09-02-2002 08:20 PM
Re: telnet problem on a package
I'm definitely NOT a specialist on this (so I'm probably stating the obvious) but did you check the subnet in the package configuration file and the IP/subnet in the package run/halt script ?
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 10:07 PM
09-02-2002 10:07 PM
Re: telnet problem on a package
I have checked the subnet in the package configuration file and the IP/subnet in the package run/halt script. They are same and I didn't find any problem with it.
Thanks,
Raje.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 10:36 PM
09-02-2002 10:36 PM
Re: telnet problem on a package
Is anything special configured for telnet in /var/adm/inetd.sec?
You may try to enable inetd's logging (inetd -l) and watch what it logs to syslog.log while you are trying your telnet.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 04:15 PM
09-04-2002 04:15 PM
Re: telnet problem on a package
or
>Connection closed by foreign host.
These error messages indicate that the network connection could not be completed and it may be due to following reasons :
1. inted process on your machine has died or not responding and need a restart or hangup(-HUP)
2. The firewall setting have been changed to disable the telnet port.
3. telnet is commnted in inted.conf file - by somebody .
Thanks,
Hemant
http://www.adminschoice.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 06:19 PM
09-05-2002 06:19 PM
Re: telnet problem on a package
Thanks for all your help.
It was due to the IP conflict.
Thanks,
Raje.