- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- port 102 busy - which process is responsible?
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
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
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-04-2004 02:11 AM
тАО05-04-2004 02:11 AM
port 102 busy - which process is responsible?
we have to maintain a HP9000 server system with installed HP-UX 10.22.
An application stops starting because port 102 is busy after boot up. We want to kill that process blocking port 102. But there seem to be not a tool at all to push the requested output to screen. We tried out ps -ef and netstat -aA. HP support says, lfos should work.
Has everyone yet another idea how to resolve the relation between process an use port number?
Thanx
Ulrich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:15 AM
тАО05-04-2004 02:15 AM
Re: port 102 busy - which process is responsible?
We once got an "unsupported" program from HP-support to list all processes, their open files and sockets.
I will try to attach it to this entry.
gunzip it first before using of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:18 AM
тАО05-04-2004 02:18 AM
Re: port 102 busy - which process is responsible?
I try again. If it fails again, maybe I can FTP or mail it to you ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:21 AM
тАО05-04-2004 02:21 AM
Re: port 102 busy - which process is responsible?
http://the-other.wiretapped.net/security/host-security/
lsof -p tcp:102
or netstat -a|grep -i 102
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:25 AM
тАО05-04-2004 02:25 AM
Re: port 102 busy - which process is responsible?
Port 102/tcp is used by ISO - specifically the TSAP portion os ISODE. This is part of the OSI Transport Services - OTS/9000 which can by used by X.400, FTAM, FDDI or even X.25 custom apps.
Here's a doc on OTS/9000:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/32070-90026/32070-90026_top.html&con=/hpux/onlinedocs/32070-90026/00/00/59-con.html&toc=/hpux/onlinedocs/32070-90026/00/00/59-toc.html&searchterms=tsap&queryid=20040504-082131
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:28 AM
тАО05-04-2004 02:28 AM
Re: port 102 busy - which process is responsible?
You might want to check if it's installed
swlist | grep -i ots
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 02:33 AM
тАО05-04-2004 02:33 AM
Re: port 102 busy - which process is responsible?
You could use lsof.
http://www.physiol.ox.ac.uk/Computing/Online_Documentation/lsof-quickstart.txt
You can download it:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/
HTH,
Gideon