Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To perform the rollback of the JS7 Controller instance run the uninstaller from the command line.
    • The default location of the uninstall.cmd file is:
      • C:\Program Files\sos-berlin.com\js7\controller\<controller-id>\Uninstaller
  • Restore from a previous backup, e.g. by extracting the .tar.gz/.zip archive to the installation directory and configuration directory.
  • Re-install the Windows Service from the command line:
    • Switch to the .\bin directory for the Controller from the command line
      • The default location of the .\bin directory is:
        • C:\Program Files\sos-berlin.com\js7\controller\<controller-id>\bin

    • Run the below command that will install the Controller's Windows Service. 

      controller.cmd install-service

Automated

...

Startup and Shutdown

For Unix systems , the start-up startup and shutdown configurations apply that are executed by root, the root account e.g. in from /etc/init.d or corresponding locations scripts and by use of systemd.

  • Consider use of the JS7_CONTROLLER_USER environment variable from the ./bin/environment_variables.sh script to run a Controller that is started by root for a different user account.
  • For use with systemd find a sample service file from ./bin/controller.service-example file.

For Windows systems operation of the Controller by a Windows Service is recommended as such services can be configured to start/stop automatically on server start-up and shutdownstartup and shutdown.

  • Consider to assign a service account to the JS7 Controller service with the Windows Service Panel.
  • Consider to allow the JS7 Controller service to be automatically started on server startup.

Initial Operation

...