- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Port is assigned and unavailable for use by ap...
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
08-03-2003 10:10 PM
08-03-2003 10:10 PM
The port required to start the listener is locked by another process..
and the output of the netstat -an command looks like this
tcp 0 0 xxx.xxx.xxx.xxx:4111 yyy.yyy.yyy.yyy:5000 ESTABLISHED
The xxx is the IP for the CLuster alias and the yyy is the ip address for the 2nd node.
The application is trying to start a server that listen's on the port 4111 and comes back with thte response that the port is unavailable.
What we are looking for is a range of port that we are guaranteed will be free when the apllication tries to use them to start the server. This has occured the second time. The first time we found the process was an ftp process on killing the process , the port was released.
Have the temporary sdolution, we need a permanent solution in one of the two avenues.
1. Either a range of ports that the cluster aliases and the caad uses so that we can avoid them.
Or
2. A range that is reserved but can be used by the application without conflicts.
Thank you...
Orrin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 10:37 PM
08-03-2003 10:37 PM
SolutionThis is the only way to "reserve" the port for the application clusterwide.
There is no other way to "reserve" a port.
Have a look into the man - pages of clua_services explaining the keyword.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 12:55 PM
08-04-2003 12:55 PM
Re: Port is assigned and unavailable for use by application.
this might be the same reason as in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8cbf506d69a7d711abdc0090277a778c,00.html
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 02:17 PM
08-04-2003 02:17 PM
Re: Port is assigned and unavailable for use by application.
The static service in clua_services I have the oracle listeners as in single, in_nolocal and they seem to work fine...
But will try this option and check. The second option of changing the ipport_userreservered_min and ipport_reserved parameters I will check next.
The problem providing you both with feedback is that the problem is very infrequent, and I will have to arrange for a test box to replicate the problem and confirm that the problem does not return.
Thanks again.... I will assign points to both of you'll...
Cheers,
Orrin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 10:35 PM
08-04-2003 10:35 PM