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

From SEPsesam
m (italics)
(Marked Jaglion version)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
__FORCETOC__
__FORCETOC__
<translate><!--T:1-->
<noinclude><translate><!--T:1-->
<div class="noprint"><noinclude><languages />{{Copyright SEP AG|en}}
<div class="noprint"><languages />{{Copyright SEP AG|en}}


<!--T:2-->
<!--T:2-->
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3/4.4.3 ''Beefalo'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|documentation archive]]}}<br /></noinclude>
{{Navigation_latest|release=[[SEP_sesam_Release_Versions|4.4.3 ''Beefalo''/5.0.0 ''Jaglion'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation#previous|documentation archive]]}}<br /></noinclude>


===Overview=== <!--T:3--></translate>
===Overview=== <!--T:3--></translate>
Line 11: Line 11:
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
[[File:SEP_next.png|45px|link=Special:MyLanguage/SEP Sesam CLI|]]</translate>
[[File:SEP_next.png|45px|link=Special:MyLanguage/SEP sesam CLI|]]</translate>
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
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>
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>
|}
|}


Line 25: Line 25:
<translate><!--T:10-->
<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-->
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>
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-->
<translate>===Start/stop SEP sesam on Windows=== <!--T:12-->
Line 34: Line 34:
*<translate><!--T:14-->
*<translate><!--T:14-->
using the Windows ''services'' control panel</translate>
using the Windows ''services'' control panel</translate>
* in Windows Task Manager using the ''Services'' tab
*<translate><!--T:38--> in Windows Task Manager using the ''Services'' tab</translate>
* on CMD or Powershell: <code>net start sm_main</code>
* <translate><!--T:39--> on CMD or Powershell: <code>net start sm_main</code></translate>
*<translate><!--T:15-->
*<translate><!--T:15-->
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main start}}
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main start}}
Line 44: Line 44:
*<translate><!--T:18-->
*<translate><!--T:18-->
using the Windows ''services'' control panel</translate>
using the Windows ''services'' control panel</translate>
* in Windows Task Manager using the ''Services'' tab
* <translate><!--T:40--> in Windows Task Manager using the ''Services'' tab</translate>
* on CMD or Powershell: <code>net stop sm_main</code>
* <translate><!--T:41--> on CMD or Powershell: <code>net stop sm_main</code></translate>
*<translate><!--T:19-->
*<translate><!--T:19-->
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main stop}}
on CMD or Powershell:</translate> {{path|<SESAM_BIN>\bin\sesam\sm_main stop}}
Line 82: Line 82:
<translate><!--T:36-->
<translate><!--T:36-->
<!--You can also use <tt>sm_main reload</tt> to start the missing SEP sesam process.--></translate>
<!--You can also use <tt>sm_main reload</tt> to start the missing SEP sesam process.--></translate>
<translate><div class="noprint"><noinclude>
<noinclude><translate><div class="noprint">
===See also=== <!--T:37-->
===See also=== <!--T:37-->
[[Special:MyLanguage/SEP_Sesam_CLI|SEP sesam CLI]] – [[Special:MyLanguage/SBC_CLI|SBC CLI]] – [[Special:MyLanguage/SEP sesam GUI|SEP sesam GUI]]</noinclude></div></translate>
[[Special:MyLanguage/SEP_sesam_CLI|SEP sesam CLI]] – [[Special:MyLanguage/SBC_CLI|SBC CLI]] – [[Special:MyLanguage/SEP sesam GUI|SEP sesam GUI]]</div></translate></noinclude>

Revision as of 13:53, 19 January 2022

Other languages:
Copyright © SEP AG 1999-2024. 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 AG. When compiling and designing user documentation SEP AG uses great diligence and attempts to deliver accurate and correct information. However, SEP AG cannot issue a guarantee for the contents of this manual.

Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3 Beefalo/5.0.0 Jaglion. For previous documentation version(s), check documentation archive.


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
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_startup -f
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
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_shutdown -f

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
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_startup
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
  • in the Linux shell: <SESAM_BIN>/bin/sesam/sm_shutdown