DLT-LOGSTORAGE-CTRL(1) ====================== :doctype: manpage NAME ---- dlt-logstorage-ctrl - Trigger DLT Daemon to start/stop using an offline logstorage device SYNOPSIS -------- *dlt-logstorage-ctrl* [-h] [-c ctype] [-d dev] [-e ecu] [-t timeout] DESCRIPTION ----------- Send a trigger to DLT Daemon to connect/disconnect a certain offline logstorage device OPTIONS ------- *-h*:: Display a short help text. *-c*:: Specify connection type: connect = 1, disconnect = 0. *-d*:: Specify device [1 .. DLT_OFFLINE_LOGSTORAGE_MAX_DEVICES]. *-e*:: Specify the ECU ID. Default is: ECU1. *-t*:: Specify connection timeout. Default is: 10s. EXAMPLES -------- Activate the offline logstorage device mounted on /tmp/dltlogs/dltlogsdev1 ---- dlt-logstorage-ctrl -c 1 -d 1 ---- Deactivate the offline logstorage device mounted on /tmp/dltlogs/dltlogsdev2 ---- dlt-logstorage-ctrl -c 0 -d 2 ---- EXIT STATUS ----------- Non zero is returned in case of failure. AUTHOR ------ Christoph Lipka (clipka (at) jp.adit-jv.com) + Syed Hameed (shameed (at) jp.adit-jv.com) RESOURCES --------- Main web site: + Mailinglist: SEE ALSO -------- dlt-daemon(1)