Operating System - HP-UX
1855303 Members
2530 Online
104109 Solutions
New Discussion

I want to check the open ports and open the PORT 3399

 
jason-dr
Occasional Contributor

I want to check the open ports and open the PORT 3399

Hi Team,

I am facing the issue with netwoking in one off my HP-Unix server.

And i need to check all OPEN_ports  CLOSE_ports in my hpux server

Kindly suggest any solutions.


Thanks

Jason Dr

1 REPLY 1
Steven Schweda
Honored Contributor

Re: I want to check the open ports and open the PORT 3399

> I am facing the issue with netwoking in one off my HP-Unix server.

   "the issue with netwoking" is not a useful problem description.  It
does not say what your did.  It does not say what happened when you did
it.  As usual, showing actual commands with their actual output can be
more helpful than vague descriptions or interpretations.

   What is the actual problem which you would like to solve?

> Kindly suggest any solutions.

   What is the actual problem which you would like to solve?

   What is your "my HP-Unix server"?

      uname -a

> And i need to check all OPEN_ports CLOSE_ports in my hpux server

   What, exactly, leads you to say that?  Many people who talk about
"closed ports" or "open ports" don't really understand the problem.  You
could be talking about some kind of network firewall, or you could
simply not be running the software which is supposed to be listening at
the port in question.  A quick Web search suggests that port 3399 is
associated with some SAP software (about which I know nothing).  But, at
most, only one of us has any idea what you're doing.

   A command like the following might provide some information about
ports where some program is listening:

      netstat -an | grep LISTEN