Source:How to Start and Stop SEP sesam: Difference between revisions

From SEPsesam
No edit summary
m (Jus moved page How to Start and Stop SEP sesam to Source:How to Start and Stop SEP sesam without leaving a redirect: Part of translatable page "How to Start and Stop SEP sesam")
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__FORCETOC__
<noinclude><div class="noprint"><languages />
<noinclude>{{Copyright SEP AG|en}}
<br />
{{draft}}
{{Navigation_latest|release=4.4.3|link=[[SEP_sesam_Documentation#previous|documentation archive]]}}<br /></noinclude>
===Overview===
<noinclude><div class="boilerplate metadata" id="Additional resources" style="background-color:#ecedf1; color:#8695a7; border: 1px ridge #cdd3db; margin: 0.5em; padding: 0.5em; float: right; width: 35%; "><center><b>Additional resources</b></center>
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | [[File:SEP_next.png|45px|link=Special:MyLanguage/SEP Sesam CLI|]]
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | See also: [[SEP_Sesam_CLI|SEP sesam CLI]] – [[SBC CLI]] – [[Special:MyLanguage/SEP sesam GUI|SEP sesam GUI]]
|}
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | [[File:SEP Troubleshooting.png|45px|link=Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]]
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | Problems? See: [[Special:MyLanguage/Troubleshooting_Guide|Troubleshooting Guide]] – [[SBC Messages]]
|}</div></noinclude>
After the installation, the SEP sesam software will start automatically. You can use the command <code>sm_main status</code> to see if all processes are running. You can start and stop the SEP sesam services manually by using the commands below. <div class="hidden">For details on SEP sesam commands, see [[SEP Sesam CLI]].</div>


===Start/stop SEP sesam on Windows===
<translate>==Overview== <!--T:3--></translate>
One central SEP sesam service is running on Windows systems. It is called ''SEP sesam'' and is running under the ''system account'' of the Windows operating system. This service starts all other required services.
;Start
*using the system control services <!--Windows Task Manager?-->
*on CMD or Powershell: {{path|<SESAM_BIN>\bin\sesam\sm_main start}}
*on CMD or Powershell: {{path|<SESAM_BIN>\bin\sesam\sm_startup -f}}
;Stop
*using the system control services <!--Windows Task Manager?-->
*on CMD or Powershell: {{path|<SESAM_BIN>\bin\sesam\sm_main stop}}
*on CMD or Powershell: {{path|<SESAM_BIN>\bin\sesam\sm_shutdown -f}}


===Start/stop SEP sesam on Linux===
{{Additional_Resources_Box|seeAlsoLinks=<nowiki />
*<translate><!--T:114-->
[[Special:MyLanguage/SEP_sesam_CLI|SEP sesam CLI]]
*[[Special:MyLanguage/SBC_CLI|SBC CLI]]
*[[Special:MyLanguage/SEP_sesam_GUI|SEP sesam GUI]]</translate>}}
 
</div></noinclude><translate><!--T:10-->
After the installation, the SEP sesam software will start automatically. You can use the command <code>sm_main status</code> to see if all processes are running. You can start and stop the SEP sesam services manually by using the commands below.</translate> <div class="hidden"><translate><!--T:11-->
For details on SEP sesam commands, see [[Special:MyLanguage/SEP_sesam_CLI|SEP sesam CLI]].</translate></div>
 
<translate>===Start/stop SEP sesam on Windows=== <!--T:12-->
 
<!--T:13-->
One central SEP sesam service is running on Windows systems. It is called ''SEP Sesam'' and is running under the ''system account'' of the Windows operating system. This service starts all other required services.
;Start</translate>
*<translate><!--T:14-->
using the Windows ''services'' control panel</translate>
*<translate><!--T:38--> in Windows Task Manager using the ''Services'' tab</translate>
* <translate><!--T:39--> on CMD or Powershell: <code>net start sm_main</code></translate>
*<translate><!--T:15-->
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main start}} <translate><!--T:42--> (for RDS and Client components)</translate>
;<translate><!--T:17-->
Stop</translate>
*<translate><!--T:18-->
using the Windows ''services'' control panel</translate>
* <translate><!--T:40--> in Windows Task Manager using the ''Services'' tab</translate>
* <translate><!--T:41--> on CMD or Powershell: <code>net stop sm_main</code></translate>
*<translate><!--T:19-->
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main stop}} <translate><!--T:43--> (for RDS and Client components)</translate>
*<translate><!--T:20-->
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_shutdown -f}} <translate><!--T:44--> (available on SEP sesam Server only, cleanly stops all processes and can be used for debugging or error checking purposes)</translate>
 
<translate>===Start/stop SEP sesam on Linux=== <!--T:21-->
 
<!--T:22-->
One central SEP sesam service is running on Linux systems that controls all other SEP sesam services. SEP sesam services are always running under the Linux ''root'' user account. Depending on the Linux distribution, the following commands can be used:  
One central SEP sesam service is running on Linux systems that controls all other SEP sesam services. SEP sesam services are always running under the Linux ''root'' user account. Depending on the Linux distribution, the following commands can be used:  
;Start
;Start</translate>
*In the Linux shell: {{path|/etc/init.d/sesam start}} (distrib. with INIT start system)
*<translate><!--T:23-->
*In the Linux shell: {{path|systemctl start sesam.service}} (distrib. with SYSTEMD start system)
in the Linux shell:</translate> {{path|/etc/init.d/sesam start}} (<translate><!--T:24-->
*In the Linux shell:{{path|<SESAM_BIN>/bin/sesam/sm_main start}}
distrib. with INIT start system</translate>)
 
*<translate><!--T:25-->
*In the Linux shell:{{path|<SESAM_BIN>/bin/sesam/sm_startup}}
in the Linux shell:</translate> {{path|systemctl start sepsesam.service}} (<translate><!--T:26-->
distrib. with SYSTEMD start system</translate>)
*<translate><!--T:27-->
in the Linux shell:</translate> {{path|<SESAM_BIN>/bin/sesam/sm_main start}} <translate><!--T:45--> (for RDS and Client components)</translate>
*<translate><!--T:28-->
in the Linux shell:</translate> {{path|<SESAM_BIN>/bin/sesam/sm_startup}} <translate><!--T:48--> (available on SEP sesam Server only)</translate>


;Stop
<translate><!--T:29-->
*In the Linux shell: {{path|/etc/init.d/sesam stop}} (distrib. mit INIT start system)
;Stop</translate>
*In the Linux shell: {{path|systemctl stop sesam.service}} (distrib. mit SYSTEMD start system)
*<translate><!--T:30-->
*In the Linux shell:{{path|<SESAM_BIN>/bin/sesam/sm_main stop}}
in the Linux shell:</translate> {{path|/etc/init.d/sesam stop}} (<translate><!--T:31-->
distrib. with INIT start system</translate>)
*<translate><!--T:32-->
in the Linux shell:</translate> {{path|systemctl stop sepsesam.service}} (<translate><!--T:33-->
distrib. with SYSTEMD start system</translate>)
*<translate><!--T:34-->
in the Linux shell:</translate> {{path|<SESAM_BIN>/bin/sesam/sm_main stop}} <translate><!--T:46--> (for RDS and Client components)</translate>
*<translate><!--T:35-->
in the Linux shell:</translate> {{path|<SESAM_BIN>/bin/sesam/sm_shutdown}} <translate><!--T:47--> (available on SEP sesam Server only, cleanly stops all processes and can be used for debugging or error checking purposes)</translate>


*In the Linux shell:{{path|<SESAM_BIN>/bin/sesam/sm_shutdown}}
<noinclude><div class="noprint">
==<translate><!--T:37-->
See also==
[[Special:MyLanguage/SEP_sesam_CLI|SEP sesam CLI]] – [[Special:MyLanguage/SBC_CLI|SBC CLI]] – [[Special:MyLanguage/SEP sesam GUI|SEP sesam GUI]]</translate>


<!--You can also use <tt>sm_main reload</tt> to start the missing SEP sesam process.-->
{{Copyright}}</div></noinclude>
<div class="noprint"><noinclude>
===See also===
[[SEP_Sesam_CLI|SEP sesam CLI]] – [[SBC CLI]] – [[Special:MyLanguage/SEP sesam GUI|SEP sesam GUI]]</noinclude></div>

Latest revision as of 10:00, 18 September 2023


Overview


After the installation, the SEP sesam software will start automatically. You can use the command sm_main status to see if all processes are running. You can start and stop the SEP sesam services manually by using the commands below.

Start/stop SEP sesam on Windows

One central SEP sesam service is running on Windows systems. It is called SEP Sesam and is running under the system account of the Windows operating system. This service starts all other required services.

Start
  • using the Windows services control panel
  • in Windows Task Manager using the Services tab
  • on CMD or Powershell: net start sm_main
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_main start (for RDS and Client components)
Stop
  • using the Windows services control panel
  • in Windows Task Manager using the Services tab
  • on CMD or Powershell: net stop sm_main
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_main stop (for RDS and Client components)
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_shutdown -f (available on SEP sesam Server only, cleanly stops all processes and can be used for debugging or error checking purposes)

Start/stop SEP sesam on Linux

One central SEP sesam service is running on Linux systems that controls all other SEP sesam services. SEP sesam services are always running under the Linux root user account. Depending on the Linux distribution, the following commands can be used:

Start
  • in the Linux shell: /etc/init.d/sesam start (distrib. with INIT start system)
  • in the Linux shell: systemctl start sepsesam.service (distrib. with SYSTEMD start system)
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_main start (for RDS and Client components)
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_startup (available on SEP sesam Server only)
Stop
  • in the Linux shell: /etc/init.d/sesam stop (distrib. with INIT start system)
  • in the Linux shell: systemctl stop sepsesam.service (distrib. with SYSTEMD start system)
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_main stop (for RDS and Client components)
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_shutdown (available on SEP sesam Server only, cleanly stops all processes and can be used for debugging or error checking purposes)

See also

SEP sesam CLISBC CLISEP sesam GUI

Copyright © SEP GmbH (formerly SEP AG) 1999-2025. All rights reserved.
Any form of reproduction of the contents or parts of this manual is allowed only with the express written permission from SEP GmbH. When compiling and designing user documentation SEP GmbH uses great diligence and attempts to deliver accurate and correct information. However, SEP GmbH cannot issue a guarantee for the contents of this manual.