FileTransferService: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
The FTS is a Computing Division product that watches a drop box for new files, then | |||
* declares the files to SAM | |||
* copies the file to tape-backed dCache | |||
* when the file is on tape, add that tape location to the SAM record | |||
The code is locally installed on mu2esamgpvm01, 02 , and 03. | |||
The code has options controlled by a config file. Is provides status web page, linked to the [[OfflineOps]] page. | |||
Mu2e uploaded all files by the FTS for a while around 2016, but currently (2022) we only use it for uploading DAQ files by the [[RawDataMover| Raw Data Mover]] | |||
==References== | ==References== | ||
[https://cdcvs.fnal.gov/redmine/projects/filetransferservice/files install/update] | |||
[[Category:Computing]] | [[Category:Computing]] | ||
[[Category:Workflows]] | [[Category:Workflows]] | ||
[[Category:DataHandling]] | [[Category:DataHandling]] |
Latest revision as of 03:37, 27 January 2022
Introduction
The FTS is a Computing Division product that watches a drop box for new files, then
- declares the files to SAM
- copies the file to tape-backed dCache
- when the file is on tape, add that tape location to the SAM record
The code is locally installed on mu2esamgpvm01, 02 , and 03. The code has options controlled by a config file. Is provides status web page, linked to the OfflineOps page.
Mu2e uploaded all files by the FTS for a while around 2016, but currently (2022) we only use it for uploading DAQ files by the Raw Data Mover