Changeset 13056 for trunk/DataCheck/Cron


Ignore:
Timestamp:
03/09/12 22:58:38 (13 years ago)
Author:
Daniela Dorner
Message:
adapted paths in crontab files
Location:
trunk/DataCheck/Cron
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact-transfer

    r13035 r13056  
    11MAILTO=daniela.dorner@unige.ch
    22# cronjobs for user fact_opr (ISDC) on isdc-dl00 (machine for transfer)
     3# transfer of aux data from LP to isdc-dl00
     40,30 * * * * if ! ps aux | grep RsyncAuxToISDC | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/RsyncAuxToISDC.sh; fi
     5# transfer of raw data from LP to isdc-dl00
     60,30 * * * * if ! ps aux | grep RsyncRawToISDC | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/RsyncRawToISDC.sh; fi
    37# do backup of auxiliary data to Wuerzburg
    4 0,30 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupAuxToWue.sh; fi
     815,45 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupAuxToWue.sh; fi
    59# do backup of raw data to Wuerzburg
    6 0 * * * * if ! ps aux | grep BackupRawToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupRawToWue.sh; fi
     1015,45 * * * * if ! ps aux | grep BackupRawToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupRawToWue.sh; fi
  • trunk/DataCheck/Cron/crontab.fact01

    r13035 r13056  
    660 8 * * * export AUTOMATIONSETUP="lp.fact" ; /home/fact/DB_Backup/Mars.svn.2011.08.05/datacenter/scripts/budb
    77# cp databases backup to Wue
    8 10 8 * * * /home/fact/DataCheck/RsyncDBToWue.sh
     810 8 * * * /home/fact/DataCheck/Monitoring/RsyncDBToWue.sh
  • trunk/DataCheck/Cron/crontab.fact02

    r13035 r13056  
    22# cronjobs for fact02 alias aux
    33# check time offset of machine
    4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
     40 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
  • trunk/DataCheck/Cron/crontab.fact04

    r13035 r13056  
    22# cronjobs for fact04 alias gui
    33# check time offset of machine
    4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
     40 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
  • trunk/DataCheck/Cron/crontab.fact1

    r13035 r13056  
    22# cronjobs for fact1 alias data
    33# check time offset of machine
    4 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
     40 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
    55# rsync data from fact2 to fact1
    6 */30 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncRaw.sh ; fi
    7 */15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/RsyncAux.sh ; fi
     6*/30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
     7*/15 * * * * if ! ps aux | grep RsyncAuxLO | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    88# compress data on fact1
    9 42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/ZipRawData.sh ; fi
     921,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
    1010# check raw data on fact1
    11 42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/CheckRawData.sh ; fi
     1121,42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
    1212# fill auxiliary data on fact1
    13 21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/FillAuxData.sh ; fi
     1321 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
    1414# check disk usage for /loc_data
    15 0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
     150 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
    1616# check processlog for WARN and ERROR
    171710 0 * * * export AUTOMATIONSETUP="lp.fact"; /home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25/datacenter/scripts/checklogs
  • trunk/DataCheck/Cron/crontab.fact2

    r13035 r13056  
    22# cronjobs for fact2 alias daq
    33# check network status
    4 */15 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckNetworkStatus.sh
     4*/15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
    55# check time offset of machine
    6 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
     60 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
    77# check disk usage for /loc_data
    8 0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
     80 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
Note: See TracChangeset for help on using the changeset viewer.