Source:How to Start and Stop SEP sesam

From SEPsesam
Revision as of 13:32, 30 January 2017 by Sta (talk | contribs)

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.

Draft.png WORK IN PROGRESS
This article is in the initial stage and may be updated, replaced or deleted at any time. It is inappropriate to use this document as reference material as it is a work in progress and should be treated as such.
Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3. For previous documentation version(s), check documentation archive.


Overview

After the installation, the SEP sesam software will start automatically. You can use the 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 system control services
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_main start
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_startup
Stop
  • using the system control services
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_main stop
  • on CMD or Powershell: <SESAM_BIN>\bin\sesam\sm_shutdowntartup

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 sesam.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. mit INIT start system)
  • In the Linux shell: systemctl stop sesam.service (distrib. mit SYSTEMD start system)
  • In the Linux shell:<SESAM_BIN>/bin/sesam/sm_main stop
  • In the Linux shell:<SESAM_BIN>/bin/sesam/sm_shutdown