HPE 9000 and HPE e3000 Servers
1753620 Members
6470 Online
108797 Solutions
New Discussion юеВ

Re: Analysing port usage for HPUX connections

 
Chris Scholefield
New Member

Analysing port usage for HPUX connections

Hi,

I have a user who connects to our HPUX system from a linux box. He has recently locked down all his ports except those he beleives should be open. However, he cannot connect any more. Is there are way, if he re-opens his ports that I can analyse which ports are being used from the HPUX end, if he reestablished a sucessful mount? Thanks
3 REPLIES 3
Scot Bean
Honored Contributor

Re: Analysing port usage for HPUX connections

try "netstat -a" to see all sockets / ports active on the HPUX side
Sanjay_6
Honored Contributor

Re: Analysing port usage for HPUX connections

Hi,

netstat -a |grep "ip_address"
where ip_address is the ip address of the remote server will tell you what ports are being used in the connection between your hp server and the remote linux server. You can also use the hostname of the linux server in place of ip_address if the linux server can be resolved using dns / files on the hpux server.

Hope this helps.

Regds
Shaikh Imran
Honored Contributor

Re: Analysing port usage for HPUX connections

Hi,

Try this also

http://www.faqs.org/faqs/hp/hpux-faq/section-145.html

Regards,

I'll sleep when i am dead.