Difference between revisions of "HOSS: Hall-D Online Skim System"

From GlueXWiki
Jump to: navigation, search
(Created page with " == Introduction == The HOSS system integrates the last leg of raw data transport in the Hall-D counting house and generation of skim files using gluon farm computers. A brie...")
 
Line 14: Line 14:
 
The source code for the HOSS system is maintained in the subversion repository here:
 
The source code for the HOSS system is maintained in the subversion repository here:
  
https://halldsvn.jlab.org/repos/trunk/online/packages/HDdataflow
+
  https://halldsvn.jlab.org/repos/trunk/online/packages/HDdataflow
  
On the gluons, it is in the directory: ''/gluex/builds/devel/packages/HDdataflow''
+
On the gluons, it is in the directory:  
 +
  /gluex/builds/devel/packages/HDdataflow
  
The configuration files are stored in ''~hdops/CDAQ/daq/config/HOSS''
+
The configuration files are stored in
 +
  ~hdops/CDAQ/daq/config/HOSS
  
 
== Presentations ==
 
== Presentations ==

Revision as of 23:56, 26 October 2019

Introduction

The HOSS system integrates the last leg of raw data transport in the Hall-D counting house and generation of skim files using gluon farm computers. A brief summary is:

  • DAQ (CODA) system writes raw data to a large RAM disk on a buffer server
  • HOSS distributes raw data from buffer to one of several RAID servers
  • HOSS copies raw data to one of several farm nodes to produce skim files

(see below for more details)

The system is driven by a configuration file that can be set to an arbitrary level of complexity. The simplest configuration would just distribute the raw data files over several RAID partitions.

The source code for the HOSS system is maintained in the subversion repository here:

  https://halldsvn.jlab.org/repos/trunk/online/packages/HDdataflow

On the gluons, it is in the directory:

  /gluex/builds/devel/packages/HDdataflow

The configuration files are stored in

  ~hdops/CDAQ/daq/config/HOSS

Presentations