Declad: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
(Created page with "Introduction to Declad Online Offline")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Introduction to Declad
== Introduction to Declad ==


Online
== Online ==
<code>declad</code> is running on the <code>mu2e-dl-01</code>


Offline
=== Accessing the <code>mu2e-dl-01</code> ===
 
Ssh tunnel
ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
In browser:
localhost:8080
 
=== Locations ===
 
The <code>declad</code> runs from cvmfs, the set up code is at <code>/home/mu2eraw/ops/0/start.sh</code>. To start <code>declad</code>, run:
  cd /home/mu2eraw/ops/0
  ./stop.sh && ./start.sh
 
The <code>declad</code> will watch for new files in the dropbox area: <code>/data/DAQ/declad</code>
 
== Offline ==

Revision as of 15:15, 21 May 2025

Introduction to Declad

Online

declad is running on the mu2e-dl-01

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/declad

Offline