'\" t
.\" Title: dlt-logstorage-ctrl
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1
.\" Date: 02/23/2016
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "DLT\-LOGSTORAGE\-CTRL" "1" "02/23/2016" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
dlt-logstorage-ctrl \- Trigger DLT Daemon to start/stop using an offline logstorage device
.SH "SYNOPSIS"
.sp
\fBdlt\-logstorage\-ctrl\fR [\-h] [\-c ctype] [\-p path] [\-e ecu] [\-p] [\-t timeout] [\-v]
.SH "DESCRIPTION"
.sp
Send a trigger to DLT Daemon to connect/disconnect a certain offline logstorage device
.SH "OPTIONS"
.PP
\fB\-h\fR
.RS 4
Display a short help text\&.
.RE
.PP
\fB\-c\fR
.RS 4
Specify connection type: connect = 1, disconnect = 0\&.
.RE
.PP
\fB\-d\fR
.RS 4
Run as daemon: prop = use proprietary handler\&.
.RE
.PP
\fB\-p\fR
.RS 4
Mount point path\&.
.RE
.PP
\fB\-e\fR
.RS 4
Specify the ECU ID\&. Default is: ECU1\&.
.RE
.PP
\fB\-t\fR
.RS 4
Specify connection timeout\&. Default is: 10s\&.
.RE
.PP
\fB\-v\fR
.RS 4
Print verbose output\&.
.RE
.SH "EXAMPLES"
.sp
Activate the offline logstorage device mounted on /mnt/dltlog\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-logstorage\-ctrl \-c 1 \-p /mnt/dltlog\&.
.fi
.if n \{\
.RE
.\}
.sp
Deactivate the offline logstorage device mounted on /mnt/dltlog\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-logstorage\-ctrl \-c 0 \-p /mnt/dltlog\&.
.fi
.if n \{\
.RE
.\}
.sp
Run logstorage control application as daemon listen to udev events\&.
.sp
.if n \{\
.RS 4
.\}
.nf
dlt\-logstorage\-ctrl -d\&.
.fi
.if n \{\
.RE
.\}
.SH "EXIT STATUS"
.sp
Non zero is returned in case of failure\&.
.SH "AUTHOR"
.sp
Christoph Lipka (clipka (at) jp\&.adit\-jv\&.com) Syed Hameed (shameed (at) jp\&.adit\-jv\&.com)
.SH "RESOURCES"
.sp
Main web site: http://projects\&.genivi\&.org/diagnostic\-log\-trace Mailinglist: https://lists\&.genivi\&.org/mailman/listinfo/genivi\-diagnostic\-log\-and\-trace
.SH "SEE ALSO"
.sp
dlt\-daemon(1)