Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
Usage: controller.sh command [options] [switches]
command:
start [options]
start-container [options]
stop [options]
restart [options]
status [options]
cancel [options]
switch-over [options]
revert [options]
cert [cert-options] | see https://kb.sos-berlin.com/x/jLbAAw
options:
--id=<identifier> | Controller ID, default: controller
--http-port=<[interface:]port> | http network interface and port, default: 4444
--https-port=<[interface:]port> | https network interface and port, default:
--data-directory=<directory> | default: /var/sos-berlin.com/js7/controller/var
--config-directory=<directory> | default: /var/sos-berlin.com/js7/controller/var/config
--timeout=<seconds> | timeout for terminating Controller instance
--java-options=<java options> | default: -Xmx500m -Dfile.encoding=UTF-8; see https://kb.sos-berlin.com/x/uYo7B
switches:
-f | --fail-over | fail-over active role on stop and restart
-c | --curl | use curl instead of Java http client
--watchdog-log-stdout | use stdout channel instead of watchdog.log file
see https://kb.sos-berlin.com/x/CKrAAw for more information. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
Usage: controller.cmd command [options] [switches]
command:
start [options]
stop [options]
restart [options]
status [options]
cancel [options]
switch-over [options]
revert [options]
start-service [options]
install-service [options]
remove-service [options]
cert [cert-options] | see https://kb.sos-berlin.com/x/jLbAAw
options:
--id=<identifier> | Controller ID, default: controller
--http-port=<[interface:]port> | http network interface and port, default: 4444
--https-port=<[interface:]port> | https network interface and port, default:
--data-directory=<directory> | default: C:\ProgramData\sos-berlin.com\js7\controller\controller
--config-directory=<directory> | default: C:\ProgramData\sos-berlin.com\js7\controller\controller\config
--timeout=<seconds> | timeout for terminating Controller instance
--java-options=<java options> | default: -Xmx500m -Dfile.encoding=UTF-8; see https://kb.sos-berlin.com/x/uYo7B
switches:
-f | --fail-over | fail-over active role on stop and restart
-c | --curl | use curl instead of Java http client
--watchdog-log-stdout | use stdout channel instead of watchdog.log file
see https://kb.sos-berlin.com/x/CKrAAw for more information. |
...
-c , --curl
- Specifies that the
curl
utility should be used instead of the built-in HTTP client when sending commands to the Controller.
- Specifies that the
-f, --fail-over
With the
stop
andrestart
commands this option will fail-over the active role to the Standby Controller instance.- The switch is available starting from release 2.7.2.
--watchdog-log-stdout
- Specifies that log output to stdout and stderr channels will not be redirected to a file. By default log output to stdout and stderr channels is redirected to the
watchdog.log
file. - The switch is available starting from release 2.7.2.
- Specifies that log output to stdout and stderr channels will not be redirected to a file. By default log output to stdout and stderr channels is redirected to the
Watchdog Script: controller_watchdog.sh, controller_watchdog.cmd
...
Overview
Content Tools