FileTransferService: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* copies the file to tape-backed dCache | * copies the file to tape-backed dCache | ||
* when the file is on tape, add that tape location to the SAM record | * when the file is on tape, add that tape location to the SAM record | ||
The code has | 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 [[ | 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== |
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