Versions Compared

Key

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

...

This command will safely terminate the Controller (recommended).

  • If a Controller Cluster is being operated then fail-over will not occur.
  • Using the --timeout command line option will terminate the Controller when the number of seconds specified for the timeout is exceeded.


Code Block
languagebash
controller_instance.sh|.cmd abort [options]

...

Code Block
ERROR: java.nio.file.NoSuchFileException: C:\ProgramData\sos-berlin.com\js7\controller\controller\state\session-token
...JS7 Controller(controller) not started!

Switching over to the

...

Standby Controller Instance in a Cluster

Code Block
languagebash
controller_instance.sh|.cmd switch-over [options]

...

Code Block
languagebash
controller_instance.sh|.cmd switch-overrevert [options]

If a Controller Cluster is operated then this command will switch-over the active role in the Controller Cluster, more precisely the currently Active Controller Instance takes the standby role and the previous Standby Controller Instance takes the active rolecan be executed after the Controller is stopped. The command will revert the Controller Cluster to a Standalone Controller instance.

For details see JS7 - How to revert a Controller Cluster to a Standalone Controller.

...