Advertisement
Guest User

services status

a guest
Feb 24th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. [aqxea@graylog ~]$ sudo systemctl status graylog-server
  2. ● graylog-server.service - Graylog server
  3. Loaded: loaded (/usr/lib/systemd/system/graylog-server.service; enabled; vendor preset: disabled)
  4. Active: active (running) since Fri 2023-02-24 09:29:35 CST; 4min 36s ago
  5. Docs: http://docs.graylog.org/
  6. Main PID: 1256 (graylog-server)
  7. Tasks: 121 (limit: 48851)
  8. Memory: 630.9M
  9. CGroup: /system.slice/graylog-server.service
  10. ├─1256 /bin/sh /usr/share/graylog-server/bin/graylog-server
  11. └─1270 /usr/share/graylog-server/jvm/bin/java -Xms1g -Xmx1g -server -XX:+UseG1GC -XX:-OmitStackTraceInFa>
  12.  
  13. Feb 24 09:29:35 graylog systemd[1]: Started Graylog server.
  14. Feb 24 09:29:36 graylog graylog-server[1270]: WARNING: sun.reflect.Reflection.getCallerClass is not supported. This>
  15. [aqxea@graylog ~]$
  16. [aqxea@graylog ~]$
  17. [aqxea@graylog ~]$ sudo systemctl status elasticsearch
  18. Unit elasticsearch.service could not be found.
  19. [aqxea@graylog ~]$
  20. [aqxea@graylog ~]$
  21. [aqxea@graylog ~]$ sudo systemctl status mongod
  22. ● mongod.service - MongoDB Database Server
  23. Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
  24. Active: active (running) since Fri 2023-02-24 09:29:38 CST; 5min ago
  25. Docs: https://docs.mongodb.org/manual
  26. Process: 1303 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=0/SUCCESS)
  27. Process: 1293 ExecStartPre=/usr/bin/chmod 0755 /var/run/mongodb (code=exited, status=0/SUCCESS)
  28. Process: 1268 ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb (code=exited, status=0/SUCCESS)
  29. Process: 1260 ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb (code=exited, status=0/SUCCESS)
  30. Main PID: 1397 (mongod)
  31. Memory: 237.3M
  32. CGroup: /system.slice/mongod.service
  33. └─1397 /usr/bin/mongod -f /etc/mongod.conf
  34.  
  35. Feb 24 09:29:35 graylog systemd[1]: Starting MongoDB Database Server...
  36. Feb 24 09:29:36 graylog mongod[1303]: about to fork child process, waiting until server is ready for connections.
  37. Feb 24 09:29:36 graylog mongod[1397]: forked process: 1397
  38. Feb 24 09:29:38 graylog mongod[1303]: child process started successfully, parent exiting
  39. Feb 24 09:29:38 graylog systemd[1]: Started MongoDB Database Server.
  40. [aqxea@graylog ~]$
  41. [aqxea@graylog ~]$
  42. [aqxea@graylog ~]$
  43. [aqxea@graylog ~]$ sudo systemctl status opensearch
  44. ● opensearch.service - OpenSearch
  45. Loaded: loaded (/usr/lib/systemd/system/opensearch.service; enabled; vendor preset: disabled)
  46. Active: active (running) since Fri 2023-02-24 09:29:49 CST; 5min ago
  47. Docs: https://opensearch.org/
  48. Main PID: 842 (java)
  49. Tasks: 65 (limit: 48851)
  50. Memory: 1.4G
  51. CGroup: /system.slice/opensearch.service
  52. └─842 /usr/share/opensearch/jdk/bin/java -Xshare:auto -Dopensearch.networkaddress.cache.ttl=60 -Dopensea>
  53.  
  54. Feb 24 09:29:33 graylog systemd[1]: Starting OpenSearch...
  55. Feb 24 09:29:38 graylog systemd-entrypoint[842]: WARNING: A terminally deprecated method in java.lang.System has be>
  56. Feb 24 09:29:38 graylog systemd-entrypoint[842]: WARNING: System::setSecurityManager has been called by org.opensea>
  57. Feb 24 09:29:38 graylog systemd-entrypoint[842]: WARNING: Please consider reporting this to the maintainers of org.>
  58. Feb 24 09:29:38 graylog systemd-entrypoint[842]: WARNING: System::setSecurityManager will be removed in a future re>
  59. Feb 24 09:29:41 graylog systemd-entrypoint[842]: WARNING: A terminally deprecated method in java.lang.System has be>
  60. Feb 24 09:29:41 graylog systemd-entrypoint[842]: WARNING: System::setSecurityManager has been called by org.opensea>
  61. Feb 24 09:29:41 graylog systemd-entrypoint[842]: WARNING: Please consider reporting this to the maintainers of org.>
  62. Feb 24 09:29:41 graylog systemd-entrypoint[842]: WARNING: System::setSecurityManager will be removed in a future re>
  63. Feb 24 09:29:49 graylog systemd[1]: Started OpenSearch.
  64. [aqxea@graylog ~]$
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement