# # This crontab file is used for the hdsys account running on gluonraid6. # # $Id:$ # $HeadURL:$ # # Run script to handle moving files to volatile and copying to tape */10 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_stage_to_tape_gluonraid6.log /gluex/builds/devel/packages/raidUtils/hd_stage_to_tape.py -v >/dev/null 2>&1 # Run script to update links to all runs in /gluex/data/rawdata/all # n.b. runs every 5 minutes, but offset by 3 so it is not run at same time as cronjob on gluonraid3 or gluonraid4 3,8,13,18,23,28,33,38,43,48,53,58 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_link_rundirs_gluonraid6.log /gluex/builds/devel/packages/raidUtils/hd_link_rundirs.py >/dev/null 2>&1 # Run script to update db of files on each partition and free up space */30 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_disk_map_and_free_gluonraid6.log /gluex/builds/devel/packages/raidUtils/hd_disk_map_and_free.py >/dev/null 2>&1 # Run script to copy first few files from each run to gluonraid2 #*/20 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_copy_sample_gluonraid6.log /gluex/builds/devel/packages/raidUtils/hd_copy_sample.py >/dev/null 2>&1 # ---------- PXI files from gluonraid1 -------------- # Run the stage_to_tape_pxi script once a day at 8am 0 */6 * * * /gluex/etc/crontabs/tcsh_env /gluex/builds/devel/packages/scripts/stage_to_tape_pxi >/dev/null 2>&1 # n.b. This was temporarily disabled on 1/28/2020 to give the CC time # to satisfy a ServiceNow request to move the old PXI files into year- # specific directories. # Run jmigrate for PXI data once a day at 8:30am # produced ROOT files to tape 30 8 * * * /usr/local/scicomp/jasmine/bin/jmigrate /data3/Users/pxi/staging /data3/Users/pxi/staging /mss/halld/pxi # # The following are run only on gluonraid6, but look at files on other raids # # Run the hdonline_rsync.sh script every 20 minutes */20 * * * * /gluex/etc/crontabs/tcsh_env hdlog -c -o /gluex/log/hdonline_rsync.sh.gluonraid6.log hdonline_rsync.sh >/dev/null 2>&1