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] [web services]
  command:
    start           [options]
    start_docker    [options]
    stop            [options]
    abort           [options]
    restart         [options]
    status          [options] [web services]
    kill            [options]
 options:
    -http-port=<[hostname or ip address:]number>     | to listen to a specific host name or ip address if it is specified; default port: 4445, 
    -https-port=<[hostname or ip address:]number>    | 
    -data-directory=<location of data directory>     | default: ./var_4445
    -config-directory=<location of dataconfig directory> | default: ./var_4445/config
    -kill-script=<location of kill script>           | default: "./bin/agent_kill_task.sh"; only for start
    -java-options=<java options>                     | default: -Xms100m; see https://kb.sos-berlin.com/x/aIC9
    -job-java-options=<java options>                 | 
 web services:
    overwiew                                         | default
    task                                             | running JobScheduler Agent tasks
    tunnel                                           | tunnels summary
    tunnel/                                          | list of tunnels
    command                                          | running command summary
    command/                                         | list of running commands (watching file_order_source)
Code Block
languagetext
titleUsage for Windows
Usage: agent.cmd command [options] [web services]
  command:
    start           [options]
    stop            [options]
    abort           [options]
    restart         [options]
    status          [options] [web services]
    kill            [options]
    install-service [options]
    remove-service  [options]
    start-service   [options]
 options:
    -http-port=<[hostname or ip address:]number>     | to listen to a specific host name or ip address if it is specified; default port: 4445, 
    -https-port=<[hostname or ip address:]number>    | 
    -data-directory=<location of data directory>     | default: ./\var_4445
    -config-directory=<location of dataconfig directory> | default: ./\var_4445/\config
    -kill-script=<location of kill script> | default: ".\bin\agent_kill_task.cmd"; only for start, debug
    -java-options=<java options>           | default: -Xms100m; see https://kb.sos-berlin.com/x/aIC9
    -job-java-options=<java options>       | 
 web services:
    overwiew                               | default
    task                                   | running JobScheduler Agent tasks
    tunnel                                 | tunnels summary
    tunnel/                                | list of tunnels
    command                                | running command summary
    command/                               | list of running commands (watching file_order_source)

...