- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error binding stream socket error
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
тАО10-22-2003 04:13 AM
тАО10-22-2003 04:13 AM
pro5srv 1100/tcp
I get this error
server: error binding stream socket: Address already in use
The only suggestion my database knowledge base. says is to use port 1101. Can I make changes to /etc/services without rebooting on 11i? I would rather clear port 1100. Is there any command that will blow away what ever seems stuck on this port?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 04:19 AM
тАО10-22-2003 04:19 AM
SolutionYou need to determine the process that's binding that port & halt it.
You can use lsof to determine the process - available at:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:08 AM
тАО10-22-2003 05:08 AM
Re: error binding stream socket error
the swinstall passed the Analisis phase but fail when doing the install
OTE: tlinstall is searching filesystem - please be patient
NOTE: Successfully completed * Beginning the Configure Execution Phase. * Summary of Execution Phase: ERROR: Corrupt lsof.lsof-RUN,r=4.67
ERROR: 1 of 1 filesets had Errors. ERROR: The Execution Phase had errors. See the above output for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:14 AM
тАО10-22-2003 05:14 AM
Re: error binding stream socket error
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:18 AM
тАО10-22-2003 05:18 AM
Re: error binding stream socket error
gunzip
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:21 AM
тАО10-22-2003 05:21 AM
Re: error binding stream socket error
Or you can get it here
ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/binaries/hpux/B.11.00/vxfs/64/9000_800/
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:32 AM
тАО10-22-2003 05:32 AM
Re: error binding stream socket error
I have never ran lsof, does any one know what syntax to use to determine what process is using this port? If not I will go thgrough the man pages.
Thanks again for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:37 AM
тАО10-22-2003 05:37 AM
Re: error binding stream socket error
Check the -i option of lsof. I have used it long back. Consult the man pages for exact details.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:37 AM
тАО10-22-2003 05:37 AM
Re: error binding stream socket error
lsof -i tcp:1100
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:41 AM
тАО10-22-2003 05:41 AM
Re: error binding stream socket error
RP7410:root /tmp => #lsof -i tcp:1100
lsof: FATAL: lsof was built for a 32 bit kernel, but this is a 64 bit kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 06:00 AM
тАО10-22-2003 06:00 AM
Re: error binding stream socket error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 06:09 AM
тАО10-22-2003 06:09 AM
Re: error binding stream socket error
Try the ftp site. I dont have a ftp access. I got this 64bit lsof saved in my machine when somebody posted to this to one of the threads.
try this (courtesy Pete, from my bookmarks)
http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.00/vxfs/64/9000_800/
or check it here
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xf58885079106d71190050090279cd0f9%2C00.html&admit=716493758+1066845958804+28353475
you can use at is. It is not a depot file.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 06:38 AM
тАО10-22-2003 06:38 AM
Re: error binding stream socket error
RP7410:root /usr/bin => #lsof -i tcp:1100
lsof: WARNING: compiled for HP-UX release B.11.00; this is B.11.11.
lsof: can't read proc table info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 04:20 PM
тАО10-22-2003 04:20 PM
Re: error binding stream socket error
Try this link:
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/
I don't have HP-UX 11i, so I'm afraid I can't test it.
HTH
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 03:15 AM
тАО10-23-2003 03:15 AM
Re: error binding stream socket error
Have a look at this thread. Check out Brian's attachment. It works.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=238432
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 03:19 AM
тАО10-23-2003 03:19 AM
Re: error binding stream socket error
Yesterday at about 4 PM the operating system released port 1100, but next time I will have the lsof to find out what it going on. Thanks a lot for everyones help
John