NoPaste

systemctl_start_mathlm

von Colttt

SNIPPET_TEXT:
  1. root@vlicense:~# systemctl start aei-mathlm.service
  2. root@vlicense:~# systemctl status aei-mathlm.service
  3. ● aei-mathlm.service - Mathematica License Manager v11.3
  4.    Loaded: loaded (/etc/systemd/system/aei-mathlm.service; enabled; vendor preset: enabled)
  5.    Active: inactive (dead) since Mon 2018-08-06 15:32:01 CEST; 3s ago
  6.   Process: 1101 ExecStart=/opt/aei/apps/licenses/Mathematica/v11.3/mathlm -timeout 24 -loglevel 4 -logfile /var/log/licenses/mathematica_11.3.log (code=exited, status=0/SUCCESS)
  7.  Main PID: 1102 (code=exited, status=0/SUCCESS)
  8.  
  9. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Changed start -> running
  10. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Job aei-mathlm.service/start finished, result=done
  11. Aug 06 15:32:01 vlicense systemd[1]: Started Mathematica License Manager v11.3.
  12. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Failed to send unit change signal for aei-mathlm.service: Connection reset by peer
  13. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Child 1102 belongs to aei-mathlm.service
  14. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Main process exited, code=exited, status=0/SUCCESS
  15. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Changed running -> stop-sigterm
  16. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Child 1103 belongs to aei-mathlm.service
  17. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: cgroup is empty
  18. Aug 06 15:32:01 vlicense systemd[1]: aei-mathlm.service: Changed stop-sigterm -> dead
  19. root@vlicense:~#
  20. root@vlicense:~#
  21. root@vlicense:~# systemctl enable aei-mathlm.service
  22. root@vlicense:~# date
  23. Mon Aug  6 15:32:18 CEST 2018
  24. root@vlicense:~# systemctl start aei-mathlm.service
  25. root@vlicense:~# systemctl status aei-mathlm.service
  26. ● aei-mathlm.service - Mathematica License Manager v11.3
  27.    Loaded: loaded (/etc/systemd/system/aei-mathlm.service; enabled; vendor preset: enabled)
  28.    Active: active (running) since Mon 2018-08-06 15:32:35 CEST; 3s ago
  29.   Process: 1123 ExecStart=/opt/aei/apps/licenses/Mathematica/v11.3/mathlm -timeout 24 -loglevel 4 -logfile /var/log/licenses/mathematica_11.3.log (code=exited, status=0/SUCCESS)
  30.  Main PID: 1125 (mathlm)
  31.     Tasks: 1 (limit: 4915)
  32.    CGroup: /system.slice/aei-mathlm.service
  33.            └─1125 /opt/aei/apps/licenses/Mathematica/v11.3/mathlm -timeout 24 -loglevel 4 -logfile /var/log/licenses/mathematica_11.3.log
  34.  
  35. Aug 06 15:32:35 vlicense mathlm[1123]: Online help is available at
  36. Aug 06 15:32:35 vlicense mathlm[1123]: http://reference.wolfram.com/network
  37. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: User lookup succeeded: uid=0 gid=0
  38. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Child 1123 belongs to aei-mathlm.service
  39. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Control process exited, code=exited status=0
  40. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Got final SIGCHLD for state start.
  41. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Main PID guessed: 1125
  42. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Changed start -> running
  43. Aug 06 15:32:35 vlicense systemd[1]: aei-mathlm.service: Job aei-mathlm.service/start finished, result=done
  44. Aug 06 15:32:35 vlicense systemd[1]: Started Mathematica License Manager v11.3.
  45. root@vlicense:~# systemctl stop aei-mathlm.service
  46. root@vlicense:~# systemctl start aei-mathlm.service
  47. root@vlicense:~# systemctl status aei-mathlm.service
  48. ● aei-mathlm.service - Mathematica License Manager v11.3
  49.    Loaded: loaded (/etc/systemd/system/aei-mathlm.service; enabled; vendor preset: enabled)
  50.    Active: inactive (dead) since Mon 2018-08-06 15:33:30 CEST; 3s ago
  51.   Process: 1135 ExecStart=/opt/aei/apps/licenses/Mathematica/v11.3/mathlm -timeout 24 -loglevel 4 -logfile /var/log/licenses/mathematica_11.3.log (code=exited, status=0/SUCCESS)
  52.  Main PID: 1136 (code=exited, status=0/SUCCESS)
  53.  
  54. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Changed start -> running
  55. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Job aei-mathlm.service/start finished, result=done
  56. Aug 06 15:33:30 vlicense systemd[1]: Started Mathematica License Manager v11.3.
  57. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Failed to send unit change signal for aei-mathlm.service: Connection reset by peer
  58. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Child 1136 belongs to aei-mathlm.service
  59. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Main process exited, code=exited, status=0/SUCCESS
  60. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Changed running -> stop-sigterm
  61. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Child 1137 belongs to aei-mathlm.service
  62. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: cgroup is empty
  63. Aug 06 15:33:30 vlicense systemd[1]: aei-mathlm.service: Changed stop-sigterm -> dead

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN