Versions Compared

Key

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

...

Code Block
languagetext
titleUsage for Unix
Usage: agent.sh command [options]
  command:
    start           [options]
    start-container [options]
    stop            [options]
    abort           [options]
    restart         [options]
    status          [options]
    cancel | kill   [options]
    cert            [cert-options]                    | see https://kb.sos-berlin.com/x/jLbAAw
  options:
    --http-port=<[interface:]port>                    | http network interface and port, default: 4445
    --https-port=<[interface:]port>                   | https network interface and port, default:
    --data-directory=<directory>                      | default: /var/sos-berlin.com/js7/agent/var_4445
    --config-directory=<directory>                    | default: /var/sos-berlin.com/js7/agent/var_4445/config
    --sigkill-delay=<seconds>                         | send SIGTERM and delayed SIGKILL signal, default: 3
    --timeout=<seconds>                               | timeout for terminating jobs on Agent stop
    --kill-script=<path>                              | user kill script on Agent start (deprecated)
    --java-options=<java options>                     | default: -Xms100m -Dfile.encoding=UTF-8; see https://kb.sos-berlin.com/x/aIC9
   switches: 
    -c | --curl                                       | use curl instead of Java http client
    -f | --force | --sigkill                          | force termination of jobs on Agent stop and restart

see https://kb.sos-berlin.com/x/fAmGAw for more information.

...

Code Block
languagetext
titleUsage for Windows
Usage: agent.cmd command [options]
  command:
    start           [options]
    start-container [options]
    stop            [options]
    abort           [options]
    restart         [options]
    status          [options]
    cancel | kill   [options]
    cert            [cert-options]                    | see https://kb.sos-berlin.com/x/jLbAAw
  options:
    --http-port=<[interface:]port>                    | http network interface and port, default: 4445
    --https-port=<[interface:]port>                   | https network interface and port, default:
    --data-directory=<directory>                      | default: /var/sos-berlin.com/js7/agent/var_4445
    --config-directory=<directory>                    | default: /var/sos-berlin.com/js7/agent/var_4445/config
    --timeout=<seconds>                               | timeout for terminating jobs on Agent stop
    --kill-script=<path>                              | user kill script on Agent start (deprecated)
    --java-options=<java options>                     | default: -Xms100m -Dfile.encoding=UTF-8; see https://kb.sos-berlin.com/x/aIC9
  switches:
    -f | --force                                      | force termination of jobs on Agent stop and restart

see https://kb.sos-berlin.com/x/fAmGAw for more information.

...