#
#    File:	Runfiles/aLigo/LHO_Redundant_Start.h1dmt2
#
#    Installed: $prefix/share/gds/procmgt
#
#    Purpose:	This file contains a list of processes needed to set up
#		the environment when the node is rebooted.
#
#    Used by:	procmgt
#
#    Author:	John G. Zweizig
#
#    svn ID:    $Id$
#
#-----------------------------  Remove any Trigger processes
-wait trigRmNode $HOST
#
#-----------------------------  Initialize the shared memory
-wait smrepair $LIGOSMPART
-wait smcreate $LIGOSMPART -nbuf $SMPBUFFCNT -lbuf $SMPBUFFLEN
-hup FrTest -partition $LIGOSMPART -maxframes 10
#
#-----------------------------  Initialize gate signal shared memory
-wait smrepair $DQGATEPART
-wait smcreate $DQGATEPART -nbuf $DQGATEBUFFCNT -lbuf $DQGATEBUFFLEN
-hup FrTest -p $DQGATEPART
#
#-----------------------------  Initialize the h(t) shared memory
-wait smrepair $HOFTSMPART
-wait smcreate $HOFTSMPART -nbuf $HOFTBUFFCNT -lbuf $HOFTBUFFLEN
-hup FrTest -p $HOFTSMPART
#
#-----------------------------  Initialize the iDQ shared memory
-wait smrepair $IDQPART
-wait smcreate $IDQPART -nbuf $IDQBUFFCNT -lbuf $IDQBUFFLEN
-hup FrTest -p $IDQPART
#
#-----------------------------  Initialize the DQ shared memory
-wait smrepair $DQHOFTPART
-wait smcreate $DQHOFTPART -nbuf $DQHOFTBUFFCNT -lbuf $DQHOFTBUFFLEN
-hup FrTest -p $DQHOFTPART
#
