- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error port 50020
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
12-01-2008 11:22 AM
12-01-2008 11:22 AM
error port 50020
I need help!
When execute in host1:
# netstat -an | grep 50020
Don´t display from console, but in another host, example host2 it´s OK!
File Attach: port_ok.txt
Thanks
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 11:30 AM
12-01-2008 11:30 AM
Re: error port 50020
Whatever process you expect to be using port # 50020 isn't running. Compare your startup ('/sbin/rc.d') scripts on the two machines and your '/etc/inittab' entries.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:04 PM
12-01-2008 12:04 PM
Re: error port 50020
But before worked!
Host1 is rp5470 (9000/800/L3000-7x) with hpux 11.23
Host2 is SuperDome (ia64 hp superdome server SD32B)
any idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:09 PM
12-01-2008 12:09 PM
Re: error port 50020
Check with "lsof" on the working server what it is.
http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.80/
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:23 PM
12-01-2008 12:23 PM
Re: error port 50020
I don´t understand output.
please see.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:33 PM
12-01-2008 12:33 PM
Re: error port 50020
Try this to list the specific items that for port 50020:
lsof -i tcp:50020
(This assume it is tcp port 50020 and not UDP port 50020).
If it is a UDP port, then do:
lsof -i udp:50020
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:45 PM
12-01-2008 12:45 PM
Re: error port 50020
After executed command:
[host1]/> /usr/local/bin/lsof -i tcp:50020
[host1]/>
None!
But in host2
host2:/> /usr/local/bin/lsof -i tcp:50020
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
jlaunch 18625 bw1adm 64u IPv4 0xe000000182095ac0 0t313559 TCP localhost:55540->localhost:50020 (ESTABLISHED)
jlaunch 18626 bw1adm 57u IPv4 0xe0000001820af200 0t0 TCP *:50020 (LISTEN)
jlaunch 18626 bw1adm 60u IPv4 0xe000000182095900 0t61146 TCP localhost:50020->localhost:55540 (ESTABLISHED)
I don´t idea about application can are stoped...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 01:46 PM
12-01-2008 01:46 PM
Re: error port 50020
This application is NOT running on HOST1. If it is supposed to be, then you need to figure out 2 things:
1) Why did it stop.
2) How to restart it.
I would guess you need to figure out who wrote this application or who the support person is for the application.
I don't recognize jlaunch as any HP application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:37 PM
12-02-2008 12:37 PM