blob: e8950da08fd6d72fcacc81f5a8a2618a475f7731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
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: <http://projects.genivi.org/diagnostic-log-trace> +
Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace>
SEE ALSO
--------
dlt-daemon(1)
|