# # This crontab file is used for the hdsys account running on gluonraid3. # # $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_gluonraid3.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 2 so it is not run at same time as cronjob on gluonraid3 2,7,12,17,22,27,32,37,42,47,52,57 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_link_rundirs_gluonraid3.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_gluonraid3.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_gluonraid3.log /gluex/builds/devel/packages/raidUtils/hd_copy_sample.py >/dev/null 2>&1 # This information is now handled by HOSS and sent to a different DB # Run the update_runinfodb.sh script every 20 minutes # This updates the RunInfo DB on hallddb which holds individual file information. #*/20 * * * * /bin/tcsh -c "hdlog update_runinfodb.sh" >/dev/null 2>&1