Changeset 15309 for trunk/DataCheck/Cron


Ignore:
Timestamp:
04/12/13 13:03:22 (12 years ago)
Author:
Daniela Dorner
Message:
adapted paths for automatic analysis scripts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact2

    r14843 r15309  
    1111*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    1212# first step of the automatic analysis (rsync newdaq->daq, sequ writing, callisto, star)
    13 */15 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
    14 0 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
     13*/15 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
     140 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    1515# second step of the automatic analysis (ganymed in different time ranges)
    16 */10 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
    17 0 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
     16*/10 19-23,0-7 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
     170 8-18 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.