Advertisement
AshrafHassan

Troubleshooting

Feb 15th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.33 KB | None | 0 0
  1. (keystone_admin)]# ss -nltp |grep 35357
  2. LISTEN     0      128         :::35357                   :::*                   users:(("httpd",pid=25635,fd=4),("httpd",pid=25634,fd=4),("httpd",pid=25633,fd=4),("httpd",pid=25632,fd=4),("httpd",pid=25631,fd=4),("httpd",pid=25630,fd=4),("httpd",pid=25629,fd=4),("httpd",pid=25628,fd=4),("httpd",pid=25618,fd=4))
  3. (keystone_admin)#
  4. (keystone_admin)#
  5. (keystone_admin)# netstat -lntp |grep 80
  6. tcp        0      0 10.254.102.124:873      0.0.0.0:*               LISTEN      26680/xinetd        
  7. tcp        0      0 10.254.102.124:8080     0.0.0.0:*               LISTEN      28083/python        
  8. tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN      29941/python        
  9. tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN      22076/python        
  10. tcp        0      0 0.0.0.0:8004            0.0.0.0:*               LISTEN      29371/python        
  11. tcp        0      0 0.0.0.0:9191            0.0.0.0:*               LISTEN      18804/python2      
  12. tcp6       0      0 :::80                   :::*                    LISTEN      25618/httpd        
  13. (keystone_admin)# ps -ef|grep 25635
  14. root      3598  2736  0 22:58 pts/0    00:00:00 grep --color=auto 25635
  15. apache   25635 25618  0 22:24 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
  16. (keystone_admin)#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement