Declad: Difference between revisions
Jump to navigation
Jump to search
Accessing the
(→Online) |
(→Online) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction to Declad == | == Introduction to Declad == | ||
Transfer data from our DAQ machine to tape/persistent. Has been running stably on <code>mu2e-dl-01</code>. | |||
== Online == | == Online == | ||
=== Accessing the <code>mu2e-dl-01</code> === | === Accessing the <code>mu2e-dl-01</code> === | ||
Line 17: | Line 17: | ||
./stop.sh && ./start.sh | ./stop.sh && ./start.sh | ||
The <code>declad</code> will watch for new files in the dropbox area: <code>/data/DAQ/ | The <code>declad</code> will watch for new files in the dropbox area: <code>/data/DAQ/dropbox</code> | ||
== Offline == | == Offline == |
Latest revision as of 14:43, 28 May 2025
Introduction to Declad
Transfer data from our DAQ machine to tape/persistent. Has been running stably on mu2e-dl-01
.
Online
Accessing the mu2e-dl-01
Ssh tunnel
ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
In browser:
localhost:8080
Locations
The declad
runs from cvmfs, the set up code is at /home/mu2eraw/ops/0/start.sh
. To start declad
, run:
cd /home/mu2eraw/ops/0 ./stop.sh && ./start.sh
The declad
will watch for new files in the dropbox area: /data/DAQ/dropbox