- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- port already used
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
07-12-2002 01:19 AM
07-12-2002 01:19 AM
port already used
i am installing one appplication which requires a particular port to be installed on but it says port is already occupied..but i dont see that port occupied in netstat -an or lsof o/p.Any ideas how can i find out why this is happening.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 01:23 AM
07-12-2002 01:23 AM
Re: port already used
Check /etc/services to see if the port is already in use. Most application-installs just add lines in there.
If your application checked this ... it is a very nice application indeed :-)
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 01:25 AM
07-12-2002 01:25 AM
Re: port already used
You should be able to see the port used in your lsof output.
# lsof -i
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 01:34 AM
07-12-2002 01:34 AM
Re: port already used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 01:45 AM
07-12-2002 01:45 AM
Re: port already used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 02:04 AM
07-12-2002 02:04 AM
Re: port already used
So when your application is trying to configure that port
"port already in use"
You can supress and make use the port for your application by making an entry in the /etc/services file,but it is quite neccessary to find the application that is currently using that port.
What is the port number that the application is trying to use.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 02:17 AM
07-12-2002 02:17 AM
Re: port already used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 02:22 AM
07-12-2002 02:22 AM
Re: port already used
use lsof -i:
if doesn't give any output, then check that port is listed in /etc/services, it not, try adding that in /etc/services.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 02:22 AM
07-12-2002 02:22 AM
Re: port already used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 03:06 AM
07-12-2002 03:06 AM
Re: port already used
Those ports mentioned are used by ADP payroll
application , do you use that ?.
IF not please tell us about the applications you are running in the server ?. Also Is this
server a DNS client ?.
regards,
U.SivaKumar