rich/trb_dirich_threshold_bck
daq_readback
rush_read
+readback_logs
+old_*
+bit
+oldlogs
+oldscripts
+*.sav*
--- /dev/null
+#!/bin/bash
+
+export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "Reset the event builders (drop all buffers)")
+if [ $myvar == "256" ]; then exit; fi
+
+#$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> EBs are going to be changed to write no files." "EB" &
+
+xterm -geometry 80x24 -bg orange -fg black -e bash -c '
+ ssh hadaq@lxhadesdaq "
+ echo "Resetting event builder buffers..."
+ /usr/bin/wget -a /tmp/EB_reset.log -O /tmp/EB_resetres.txt \"http://lxhadeb12:8099/Master/BNET/ResetDAQ/execute\"
+ echo "have dropped all buffers."
+ sleep 2
+ "
+'
+
+#$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders are writing NO FILES." "EB" &
+
--- /dev/null
+#!/bin/bash
+
+# notifyall.sh "DAQ" "<I> Eventbuilders are being restarted." "EB" &
+
+export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "restart the EBs with 4 builder nodes")
+if [ $myvar == "256" ]; then exit; fi
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders are being started with 4 builder nodes." "EB" &
+
+xterm -geometry 80x24 -bg orange -fg black -e bash -c '
+ ssh hadaq@lxhadesdaqp "
+ echo "Starting Eventbuilders with 4 BNET builder nodes"
+ cd ~/trbsoft/hadesdaq/evtbuild/
+ ./start_eb_gbe.pl -e restart -n 1-16 -d on -p te -b 4
+ sleep 2
+ "
+'
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders have been restarted using 4 BNET builder nodes" "EB" &
+
--- /dev/null
+#!/bin/bash
+
+# notifyall.sh "DAQ" "<I> Eventbuilders are being restarted." "EB" &
+
+export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "restart the EBs with 8 builder nodes")
+if [ $myvar == "256" ]; then exit; fi
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders are being started with 8 builder nodes." "EB" &
+
+xterm -geometry 80x24 -bg orange -fg black -e bash -c '
+ ssh hadaq@lxhadesdaqp "
+ echo "Starting Eventbuilders with 10 BNET builder nodes"
+ cd ~/trbsoft/hadesdaq/evtbuild/
+ ./start_eb_gbe.pl -e restart -n 1-16 -d on -p te -b 8
+ sleep 2
+ "
+'
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders have been restarted using 8 BNET builder nodes" "EB" &
+
--- /dev/null
+#!/bin/bash
+
+# notifyall.sh "DAQ" "<I> Eventbuilders are being restarted." "EB" &
+
+export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "restart the EBs with 16 builder nodes")
+if [ $myvar == "256" ]; then exit; fi
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders are being started with 16 builder nodes." "EB" &
+
+xterm -geometry 80x24 -bg orange -fg black -e bash -c '
+ ssh hadaq@lxhadesdaqp "
+ echo "Starting Eventbuilders with 16 BNET builder nodes"
+ cd ~/trbsoft/hadesdaq/evtbuild/
+ ./start_eb_gbe.pl -e restart -n 1-16 -d on -p te -b 16
+ sleep 2
+ "
+'
+
+$HOME/trbsoft/hadesdaq/utils/notifyall.sh "DAQ" "<I> Eventbuilders have been restarted using 16 BNET builder nodes" "EB" &
+
use Data::Dumper;
# use Hmon;
-use lib '/home/scs/EPICS/EPICS-3.14.12.4/base/' . '/lib/perl';
-use lib '/home/hadaq/EPICS/EPICS-3.15.6/base' . '/lib/perl';
-use lib '/home/hadaq/soft/EPICS/EPICS-3.16.1/base/' . '/lib/perl';
-use lib '/home/epics/EPICS/EPICS-3.16.1/base/' . '/lib/perl';
-use lib '/home/hadaq/soft/EPICS/EPICS-7.0.1.1/base/' . '/lib/perl';
+# use lib '/home/scs/EPICS/EPICS-3.14.12.4/base/' . '/lib/perl';
+# use lib '/home/hadaq/EPICS/EPICS-3.15.6/base' . '/lib/perl';
+# use lib '/home/hadaq/soft/EPICS/EPICS-3.16.1/base/' . '/lib/perl';
+# use lib '/home/epics/EPICS/EPICS-3.16.1/base/' . '/lib/perl';
+# use lib '/home/hadaq/soft/EPICS/EPICS-7.0.1.1/base/' . '/lib/perl';
+use lib '/home/hadaq/soft/EPICS/EPICS-7.0.7/base/lib/perl/';
use CA;
#JAM 2020: back to default after EBs are done with epics
-20221201_wFW_as_PT3.trbcmd
\ No newline at end of file
+20230530_FW_analogsum_as_PT8.trbcmd
\ No newline at end of file