Next: 2.4
Where's what ? Up: 2
Pipeline Overview Previous: 2.2
General caracteristics of
2.3 Geometry of the pipeline
- Master parfile
The exact geometry of the archive pipeline is defined in the master
parfile archive.par. This parfile contains the name of all the daemons
making up the pipeline, the path to their executable code, to their parfile
and to their logfile and the mail alias of the archive manager. One of
the nice feature of the new archive pipeline lies in the fact that adding
or removing a daemon from the pipeline is very easy (refer to chapter 5
for details).
# Name of the currently active daemons
daemon_names = "copyd distd tarexad tarexa2d stripheadd aiqed"
arch_names = "tarexad tarexa2d"
misc_names = "stripheadd aiqed"
# For each daemon, list name of exefile, parfile and logfile
copyd_exefile = "$ARCHDIR/sw/daemon/copyd"
copyd_parfile = "$ARCHDIR/sw/par/copyd.par"
copyd_logfile = "$ARCHDIR/sw/log/copyd.log"
distd_exefile = "$ARCHDIR/sw/daemon/distd"
distd_parfile = "$ARCHDIR/sw/par/distd.par"
distd_logfile = "$ARCHDIR/sw/log/distd.log"
tarexad_exefile = "$ARCHDIR/sw/daemon/tarexad"
tarexad_parfile = "$ARCHDIR/sw/par/tarexad.par"
tarexad_logfile = "$ARCHDIR/sw/log/tarexad.log"
tarexa2d_exefile = "$ARCHDIR/sw/daemon/tarexa2d"
tarexa2d_parfile = "$ARCHDIR/sw/par/tarexa2d.par"
tarexa2d_logfile = "$ARCHDIR/sw/log/tarexa2d.log"
stripheadd_exefile = "$ARCHDIR/sw/daemon/stripheadd"
stripheadd_parfile = "$ARCHDIR/sw/par/stripheadd.par"
stripheadd_logfile = "$ARCHDIR/sw/log/stripheadd.log"
aiqed_exefile = "$ARCHDIR/sw/daemon/aiqed"
aiqed_parfile = "$ARCHDIR/sw/par/aiqed.par"
aiqed_logfile = "$ARCHDIR/sw/log/aiqed.log"
# parfile of tarexah
tarexah_parfile = "$ARCHDIR/sw/par/tarexah.par"
# Mail address of the archive managers
arch_mail = "archive'
archive@cfht.hawaii.edu