Operating System - HP-UX
1752749 Members
5000 Online
108789 Solutions
New Discussion юеВ

Monitor connection to my server

 
SOLVED
Go to solution
richard_kouadio
Advisor

Monitor connection to my server

Hi expert,
I have a rx6600 server running hpux 11iv3 based operating systems.
I want to know who is connecting to my system and whith what ip adress.
Are they any command that hep me to do this.
Thx for your help.
Best regards.
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: Monitor connection to my server

What type of connection? If you mean a login conenction (telnet, ssh, remsh), then a 'who -R' will show who is logged in and from what IP address. If you are looking for those types of connections, but from the past, you can do a 'last -R'.

If you are talking about other types of network connections, perhaps ODBC, then you may have to use a tool like 'lsof' to look for those connections.

For example, if you want to look at connections via the Oracle listener running on port 1521, you can do this:

lsof -Pi tcp:1521
richard_kouadio
Advisor

Re: Monitor connection to my server

thx for your answer I got soltuion whith it .
Thx again