- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet port 5555
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-19-2010 09:18 AM
тАО04-19-2010 09:18 AM
Telnet port 5555
telnet to port 5555 is getting hang in server.
checked with netstat and displaying CLOSE_WAIT.
issue: Backup server (DP) not able to import the client on hpux server B.11.23 and telnet to hpux-server not getting succcessfull.
checked with N/W admin too , port is opened and not blocked.
Kindly advice..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 10:13 AM
тАО04-19-2010 10:13 AM
Re: Telnet port 5555
netstat -an | grep 5555
See if there is a process listening on port 5555.
More than likely it is not a telnet server process. The only thing telnet is good for in this case is to determine if a process is listening, which apparently is the case. That is done, as far as what the process is and why its not working, start with lsof and find out what kind of a listener we are talking about here.
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
тАО04-19-2010 10:59 AM
тАО04-19-2010 10:59 AM
Re: Telnet port 5555
Has the client been a member of any other cell in the past ?
What o/s is the client ?
Try adding the client manually by editting the cell_info file ?
Same subnet ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 12:43 PM
тАО04-19-2010 12:43 PM
Re: Telnet port 5555
Verify that port 5555 is not used by any other service than Datprotector.
You can check the service bind to the port using lsof command.
Regards,
AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 12:45 PM
тАО04-19-2010 12:45 PM
Re: Telnet port 5555
If you are sure about only Dataprotector service is enabled with port 5555 then you may need to restart inetd daemon.
Regards,
AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 08:37 PM
тАО04-19-2010 08:37 PM
Re: Telnet port 5555
Telnet to port 5555 is listening in client (hpux-11iv2).
we have disabled telnet service in /etc/inetd.conf file as per security team long back. backup was going fine all these days. since two days backup is failing with inactivity time out error and when trying telnet from other servers or cmd the telnet session is hanging for port 5555 (checked with netstat -an|grep 5555) showing CLOSE_WAIT. But the port 5555 is listening in client side.
Kindly advice
Thanks to confirm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2010 08:48 PM
тАО04-19-2010 08:48 PM
Re: Telnet port 5555
>What happens if you use the ip-address as opposed to hostname in the above telnet command ?
Same issue.
>Has the client been a member of any other cell in the past ?
No
What o/s is the client ?
hp-ux11iv2
>Try adding the client manually by editting the cell_info file ?
Checked but didnt work
Same subnet ?
yes
Pls advice any more area to check...
Thanks to confirm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:19 AM
тАО04-20-2010 12:19 AM
Re: Telnet port 5555
is the backup client server cpu,mem, usage is Ok ..? or do you have any bottle neck ..?
if you find (cpu & mem) high usage also may cause client go (inactivity time out error)
schedule a downtime & try to reboot the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 12:28 AM
тАО04-20-2010 12:28 AM
Re: Telnet port 5555
that is Dataprotector
[root@orasrv1:]/root<>>> grep 555 /etc/services
omni 5555/tcp # DATA-PROTECTOR
[root@orasrv1:]/root<>>>
Yes that is typical that it hangs.
If you have no backups running stop Omniback DP /sbin/init.d/omni.sh stop
and then on the client host see if all processes have gone, if not help them (ie kill).
Check your omni logs. You may have had an ipc error. If they are persistent best log a call with HP and get the latest patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 08:19 PM
тАО04-20-2010 08:19 PM
Re: Telnet port 5555
Being a production server we dont want to reboot. but where is issue?
logged a call with HP and as per them there is no issue found in server side and has to open the case with DP.. Since all backups are running fine for other servers with telnet disabled.
As per security team we have disabled telnet in /etc/inet.conf. when we enable and checked , client is imported successfully and backup is happening.
when we disable telnet in /etc/inetd.conf and try to telnet on port 5555 is getting hang.
Kindly advice, if any one can help in this ..
Thanks & regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2010 09:19 PM
тАО04-20-2010 09:19 PM
Re: Telnet port 5555
> telnet in /etc/inet.conf.
How, exactly?
> when we enable and checked , client is
> imported successfully and backup is
> happening.
When you enabled _what_, exactly, how,
exactly?
> when we disable telnet in /etc/inetd.conf
> [...]
How, exactly?
> [...] and try to telnet on port 5555 is
> getting hang.
Enabling or disabling the normal Telnet
service in /etc/inetd.conf should have no
effect of what happens when you use a Telnet
client to try to talk to some non-Telnet
port, like, say, port 5555.
Why are you trying to use Telnet to talk to
port 5555 on some server? What, exactly, are
you trying to do, and why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2010 01:12 AM
тАО04-21-2010 01:12 AM
Re: Telnet port 5555
I have fixed the issue, killed the process for (port 5555) and restarted the inetd service by inetd -l
Know the telnet is not hanging for port 5555 and able to import the client from backup servers.
Thanks all of you for you inputs & advices.
Hence closing thread.
regards
Ali