1. 최근에 active된 노드에서 바인딩 되어있는 서버 소켓에 대해서 

알고 싶은경우 사용하면 보기에 편하다.


# netstat -nlptu 

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   

tcp        0      0 0.0.0.0:34434               0.0.0.0:*                   LISTEN      7228/rsql_server    

tcp        0      0 0.0.0.0:35330               0.0.0.0:*                   LISTEN      18869/ha_hblr       

tcp        0      0 0.0.0.0:34435               0.0.0.0:*                   LISTEN      15860/rsql_server   

tcp        0      0 0.0.0.0:34437               0.0.0.0:*                   LISTEN      29753/rsql_server   

tcp        0      0 0.0.0.0:34438               0.0.0.0:*                   LISTEN      5422/rsql_server    

tcp        0      0 0.0.0.0:873                 0.0.0.0:*                   LISTEN      4870/xinetd         

tcp        0      0 10.10.3.187:3306            0.0.0.0:*                   LISTEN      5123/mysqld         

tcp        0      0 0.0.0.0:35438               0.0.0.0:*                   LISTEN      18619/rsql_server   

tcp        0      0 0.0.0.0:64431               0.0.0.0:*                   LISTEN      7223/mdb_log        

tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      4702/portmap        

tcp        0      0 0.0.0.0:33105               0.0.0.0:*                   LISTEN      4247/rsql_server    

tcp        0      0 0.0.0.0:721                 0.0.0.0:*                   LISTEN      4779/rpc.statd      

tcp        0      0 :::22                       :::*                        LISTEN      4860/sshd           

udp        0      0 10.10.3.187:2944            0.0.0.0:*                               4424/mh248_1        

udp        0      0 10.10.3.187:2945            0.0.0.0:*                               4449/mh248_2        

udp        0      0 10.10.3.187:2946            0.0.0.0:*                               4486/mh248_3        

udp        0      0 0.0.0.0:35331               0.0.0.0:*                               18879/ha_ui         

udp        0      0 fe80::1aa9:5ff:fe66:123     :::*                                    4882/ntpd           

udp        0      0 fe80::1aa9:5ff:fe66:123     :::*                                    4882/ntpd           

udp        0      0 fe80::226:55ff:fed4:123     :::*                                    4882/ntpd           

udp        0      0 fe80::226:55ff:fed4:123     :::*                                    4882/ntpd   


... 후략 ...   

반응형

+ Recent posts