- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Port Question.
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
06-06-2002 04:50 AM
06-06-2002 04:50 AM
Port Question.
I am not able to telnet to a port. The port number is 9393 and is used for tivoli. I do not have that listed in the /etc/services, but that is not an issue..It was working fine until yesterday. Any thoughts...
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:07 AM
06-06-2002 05:07 AM
Re: Port Question.
Do a
netstat -an | grep 9393
Check to see if you have a LISTEN line for 9393 - if not you need to start/restart the process the does listen on 9393
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:39 AM
06-06-2002 05:39 AM
Re: Port Question.
If you have a Linux Box you can also use nmap to scan the ports of your box and look if its allready occupied.
good luck
andi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:45 AM
06-06-2002 05:45 AM
Re: Port Question.
What acan be done is that you downlaod the lsof utility from :
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof
then do a lsof | grep 9393 and then kill the process which owns this.
Lsof is a good utility to resolve such issues.
And this site has compiled binary versions too.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 05:48 AM
06-06-2002 05:48 AM
Re: Port Question.
Could a firewall change have been made to block port 9393?
First test 9393 on the same box where it is listening (ie telnet localhost 9393).
Is there an entry in /var/adm/inetd.sec blocking access?
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:42 AM
06-06-2002 07:42 AM
Re: Port Question.
Thanks for your time. I have already done all the steps mentioned above.
netstat -a shows 9393 in the listen mode.
lsof shows the same but also throws one extra process called "keyserv" holding the port(wonder what it is)
there is no inetd.sec file at all.
Please advise.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:10 AM
06-06-2002 08:10 AM
Re: Port Question.
What's in the /etc/inetd.conf file for Tivoli?
Is it wait or nowait - i.e. single or multithreaded?
Typically UDP processes are wait & TCP are nowait.
9393 is not an officially assigned port - so I don't know whether it's UDP or TCP
If wait then I'd say that Tivoli is "hung" & you'll need to stop it via command line or kill it & then restart it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:32 PM
06-06-2002 08:32 PM
Re: Port Question.
Are you using NIS+ in the server ?. if not try
killing the keyserv daemon gracefully i.e kill pid .
Then
#inetd -c
Now try to telnet to that port.
regards,
U.SivaKumar