Version 3.2 by luehrs on 2023/04/12 07:05

Hide last authors
luehrs 1.1 1 == Acronyms ==
2
3 |(% style="width:78px" %)AAI|(% style="width:1257px" %)Authentication and Authorization Infrastructure
4 |(% style="width:78px" %)ARD|(% style="width:1257px" %)Archival Data Repository
5 |(% style="width:78px" %)CLI|(% style="width:1257px" %)Command Line Interface
6 |(% style="width:78px" %)FTS|(% style="width:1257px" %)File Transfer Service
7 |(% style="width:78px" %)FURMS|(% style="width:1257px" %)Fenix User and Resource Management Service
8 |(% style="width:78px" %)HBP|(% style="width:1257px" %)Human Brain Project
9 |(% style="width:78px" %)ICEI|(% style="width:1257px" %)Interactive Computing E-Infrastructure
10 |(% style="width:78px" %)IdP|(% style="width:1257px" %)Identity Provider
11 |(% style="width:78px" %)OIDC|(% style="width:1257px" %)OpenID Connect
12
luehrs 2.2 13 == Introduction ==
14
15 This user guide describes how to access and submit a transfer job to FTS, the Central Data Transfer service designed for the HBP community, at BSC via CLI. In case other servers are installed at other ICEI sites in the future, a few changes will be needed to this user guide. This document refers to Use Case 1 described in the “FTS3 - Service deployment strategy” document:
16
17 [[image:image-20230412090045-1.png]]
18
luehrs 3.2 19 == Requirements ==
20
21 To use the service correctly, the user needs
22
23 * valid credentials (to access both to source hosting site and destination hosting site);
24 * valid account(s) (defined both at the source hosting site and at the destination hosting site);
25 * at least one object storage as the source; and
26 * at least one object storage as the destination.
27
28 Additionally, the user needs:
29
30 * the FTS REST client; and
31 * a valid token to be mapped.
32
33 In case the user would like to check if something is missing, she/he can open an issue with the respective local User Support services of ICEI hosting sites.
34
35 **Object store URLs**
36
37 Presently, only three ICEI sites [[are providing object storages to the HBP community>>https://fenix-ri.eu/infrastructure/resources/available-resources]]: BSC (ES), CSCS (CH), and JSC (DE). As soon as other sites will start the provisioning of these resources, the list of URLs below will be updated.
38
39 * CSCS: [[https:~~/~~/object.cscs.ch>>https://object.cscs.ch]]
40 * BSC: [[https:~~/~~/swift.bsc.es>>https://swift.bsc.es]]
41 * JSC: [[https:~~/~~/just-object.fz-juelich.de:8080>>https://just-object.fz-juelich.de:8080]]
42
43 Presently the Central Data Transfer service, to transfer data between object storages, is provided at BSC. The endpoint of the service is reported below. In case other ICEI sites will host the service, the list below will be updated.
44
45 **FTS endpoint**: [[https:~~/~~/fts.bsc.es:8446>>https://fts.bsc.es:8446]]
46
47
luehrs 1.1 48