Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. opensrf@evergreen:~$ osrf_control --localhost --start-all
  2. * starting router and services for localhost
  3. * starting services for localhost
  4. * starting service pid=32528 opensrf.settings
  5. * starting service pid=32540 opensrf.persist
  6. * starting service pid=32549 opensrf.validator
  7. * starting service pid=32563 opensrf.math
  8. opensrf@evergreen:~$ netstat -tlnp
  9. (Not all processes could be identified, non-owned process info
  10. will not be shown, you would have to be root to see it all.)
  11. Active Internet connections (only servers)
  12. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  13. tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN -
  14. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  15. tcp 0 0 0.0.0.0:39778 0.0.0.0:* LISTEN -
  16. tcp6 0 0 :::80 :::* LISTEN -
  17. tcp6 0 0 :::4369 :::* LISTEN -
  18. tcp6 0 0 :::5269 :::* LISTEN -
  19. tcp6 0 0 :::22 :::* LISTEN -
  20. tcp6 0 0 :::443 :::* LISTEN -
  21. tcp6 0 0 :::5280 :::* LISTEN -
  22. tcp6 0 0 :::5222 :::* LISTEN -
  23. opensrf@evergreen:~$ srfsh
  24. srfsh# request opensrf.math add 2,2
  25.  
  26. Received no data from server
  27.  
  28. ------------------------------------
  29. Request Time in seconds: 0.005986
  30. ------------------------------------
  31. srfsh#
  32. opensrf@evergreen:~$ logout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement