scheduler
dqo scheduler start
Starts a background job scheduler
Description
This operation should be called only from the shell mode. When the DQO is started as 'dqo scheduler start' from the operating system, it will stop immediately.
Command-line synopsis
$ dqo [dqo options...] scheduler start [-h] [-fw] [-hl] [-crm=<checkRunMode>] [-of=<outputFormat>]
[-sm=<synchronizationMode>]
dqo> scheduler start [-h] [-fw] [-hl] [-crm=<checkRunMode>] [-of=<outputFormat>]
[-sm=<synchronizationMode>]
Options
Command argument | Description | Required | Accepted values |
---|---|---|---|
-crm --check-run-mode |
Check execution reporting mode (silent, summary, info, debug) | silent summary info debug |
|
-fw --file-write |
Write command response to a file | ||
-hl --headless |
Run the command in an headless (no user input allowed) mode | ||
-h --help |
Show the help for the command and parameters | ||
-of --output-format |
Output format for tabular responses | TABLE CSV JSON |
|
-sm --synchronization-mode |
Reporting mode for the DQO cloud synchronization (silent, summary, debug) | silent summary debug |
dqo scheduler stop
Stops a background job scheduler
Description
This operation should be called only from the shell mode after the scheduler was started.
Command-line synopsis
DQO Shell synopsisOptions
Command argument | Description | Required | Accepted values |
---|---|---|---|
-fw --file-write |
Write command response to a file | ||
-hl --headless |
Run the command in an headless (no user input allowed) mode | ||
-h --help |
Show the help for the command and parameters | ||
-of --output-format |
Output format for tabular responses | TABLE CSV JSON |