-
Notifications
You must be signed in to change notification settings - Fork 0
/
cta-dcache.1cta
59 lines (53 loc) · 1.94 KB
/
cta-dcache.1cta
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
.\" @project The CERN Tape Archive (CTA)
.\" @copyright Copyright(C) 2021 DESY
.\" @license This program is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.TH CTA-DCACHE "1cta" "$Date: 2021/10/29 14:09:00 $" CTA "CTA"
.SH NAME
cta-dcache \- CTA frontend for dCache integration
.SH SYNOPSIS
.BI "cta-dcache [OPTIONS]"
.SH DESCRIPTION
\fBcta-dcache\fP is the daemon process providing integration with
dCache storage system.
.P
.SH OPTIONS
.TP
\fB\-p, \-\-port <port>
TCP port used to accept connections from dCache
.TP
\fB\-h, \-\-help
Prints the usage message.
.TP
\fB\-n, \-\-log\-header
Include timestamp and host name into the log messages.
.TP
\fB\-s, \-\-no\-log\-header
Don't include timestamp and host name into the log messages, default behaviour.
.TP
\fB\-t, \-\-tls
Enable TLS for communication. The paths to the TLS certificate, key and root-ca chan files in PEM
format should be specified by '\fBgRPC TlsCert\fP', '\fBgRPC TlsKey\fP' and '\fBgRPC TlsChain\fP'
in the cta.conf configuration file.
.TP
\fB\-v, \-\-version
Print the version number and exit.
.SH FILES
.TP
.B /etc/cta/cta.conf
The CTA configuration file.
.TP
.B /etc/cta/cta-catalogue.conf
The CTA catalog configuration file.
.SH AUTHOR
\fBCTA\fP Team