- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Port connection error
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
05-02-2006 03:57 AM
05-02-2006 03:57 AM
Port connection error
I have one port open (65534) for running some applicaion.
However when I m trying to connect it form the same server it self..
XXXXX@XXXXXXX$ telnet localhost 65534
Trying...
Connected to localhost.
Escape character is '^]'.
connecting fine
However when I m trying to connect
XXXXX@XXXXXXX$telnet servername 65534
root@bze2uo02# telnet bze2uo02 65534
Trying...
Connected to bze2uo02.
Escape character is '^]'.
’PuTTY
giving some junk charactor. This is from the same server.
This was working fine before can somebody help..please
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 04:08 AM
05-02-2006 04:08 AM
Re: Port connection error
/usr/bin/telnet servername 65534
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 04:19 AM
05-02-2006 04:19 AM
Re: Port connection error
What was the response before the junk characters?
What has changed?
Check and see if the application daemon is running.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 05:55 AM
05-02-2006 05:55 AM
Re: Port connection error
Full path name still doesn't help..
Hi SEP,
Apps daemon is running it is perl script being triggered by inet services. We tried restarting inet services. Still it does not help. Earlier it was coming like this
/usr/bin/telnet localhost 65534
Trying...
Connected to localhost.
Escape character is '^]'.
1st line must be RequestType:[reqeust type], however you supplied: ''.
ERROR-CM_INFO_BEGIN
FatalError
CM_INFO_END
CM_ERROR_BEGIN
1st line must be RequestType:[reqeust type], however you supplied: ''. at /home/ccadmin/cmserver/Wolf/CM/ResponseHandler.pm line 42,
CM_ERROR_END
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:55 AM
05-02-2006 07:55 AM
Re: Port connection error
stty sane
What if you do this directly from the console? Maybe is just your terminal emulator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:47 AM
05-02-2006 08:47 AM
Re: Port connection error
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 09:03 AM
05-02-2006 09:03 AM
Re: Port connection error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 01:45 AM
05-14-2006 01:45 AM
Re: Port connection error
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 01:46 AM
05-14-2006 01:46 AM
Re: Port connection error
Thanks to every body for there responce
Rajeev