USER MANUALS

Launching the Denodo Monitor

After changing the configuration file as explained in the previous section, execute the script denodo_monitor_startup. The syntax is the following:

Syntax of the script denodo_monitor_startup
denodo_monitor_startup
    [ --directory <path> ]
    [ --heapdump <Denodo server> ]
    [ --singlepass ]

<Denodo server> ::=
      vdp
    | browserpool
    | arn
    | arnindex
    | verification
    | scheduler
  • --directory <path>. Directory where the log files will be stored. The default is denodo-monitor/logs.

  • --heapdump <Denodo server>. It requests a memory dump of one of the Denodo servers. The result is stored in the temporary directory of the host where the Server is running.

  • --singlepass. The monitor does a single execution of all the “monitors”, prints the results in the logs and exits. If this parameter is not present, the monitor runs indefinitely.

    Note

    In this mode, the Virtual DataPort monitors are not launched.

Add feedback