Table of Contents

Observation to DRAGNET Startup Sequence

When DRAGNET participates in an observation, COBALT is started first. The COBALT runObservation.sh script contacts storage nodes via ssh to run the outputProc binary.
COBALT storage cluster specific properties are sourced by runObservation.sh from cobalt_functions.sh.

DRAGNET for Storage only

To do the above, the following software and (non-default) system config items need to be in place:

Host=dragnet dragnet.control.lofar dragproc dragproc-10g dragproc.control.lofar dragproc-10g.online.lofar drg?? drg??.control.lofar drg??-10g drg??-10g.online.lofar drg??-ib drg??-ib.dragnet.infiniband.lofar
    StrictHostKeyChecking=no
    IdentityFile=~/.ssh/id_rsa_dragnet
    ForwardX11=no

DRAGNET for Correlation & Beamforming

N/A