- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ctmagent/tcp: bind: Address already in use
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-12-2004 08:50 PM
10-12-2004 08:50 PM
ctmagent/tcp: bind: Address already in use
I have this messages in one server syslog.
Does anyone knows what are they??
They are repeating every 10 minuts!!
inetd[719]: ctmagent/tcp: bind: Address already in use
inetd [719]: ctmagent/tcp: Service enabled
Thanks very much!,
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 09:53 PM
10-12-2004 09:53 PM
Re: ctmagent/tcp: bind: Address already in use
It means that the port is busy (already in use). Check it with:
netstat -a | grep
Check the following thread - specially Armin Feller solution - that may work for you:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51467
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 11:46 PM
10-12-2004 11:46 PM
Re: ctmagent/tcp: bind: Address already in use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 11:56 PM
10-12-2004 11:56 PM
Re: ctmagent/tcp: bind: Address already in use
And inetd.conf entry for that service there.
Check network status as,
netstat -na | grep 'service port'
Recongiure inetd as inetd -c and post the log informations too.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 01:42 AM
10-13-2004 01:42 AM
Re: ctmagent/tcp: bind: Address already in use
Appears someone/something tried to restart the Control-M SW. It "normally" uses port 7008/tcp I believe. BUT Control-M is an on-demand utility called out of the inetd.conf, so in this case it may be that the Control-M server is trying to start/restart the same job before it's finished it's previous incarnation.
I'd check with whomever support Control-M or is responsible for it's server as it's the server that controls what happens on the clients.
You also should check that:
1) You don't have dupe entries in inetd.conf for Control-M - ctmagent
2) You don't have dupe entries in the services for it as well.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 01:52 AM
10-13-2004 01:52 AM
Re: ctmagent/tcp: bind: Address already in use
ctmagent talks to controlM server. Check for duplicate entries in /etc/services of port numbers and also if anything is wrong in /etc/inetd.conf.
you can do following also to check ctmagent.
su - ctmagent
ag_menu
a menu will pop-up..just check the status, it has several options.
you can also do a ctmping to your server to check if communication is ok. Also there is a method to see if jobs are getting kicked ot not.
Hope this helps
Prashant