Changeset 12549


Ignore:
Timestamp:
11/17/11 17:30:32 (13 years ago)
Author:
Daniela Dorner
Message:
added new scripts
Location:
trunk/DataCheck
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/crontab.fact1

    r12544 r12549  
    440 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
    55# rsync data from fact2 to fact1
    6 0 8 * * * /usr/bin/rsync -avxH 10.0.100.12::loc_data/raw/2011/11/ /loc_data/raw/2011/11
    7 0 8 * * * /usr/bin/rsync -avxH 10.0.100.12::loc_data/aux/2011/11/ /loc_data/aux/2011/11
    8 0 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/ZipRawData.sh ; fi
     60 8,11,14 * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
     70 8,11,14 * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
     8# compress data on fact1
     90 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
     10# check disk usage for /loc_data
     110 8,18 * * * /home/fact/DataCheck/CheckDU.sh
  • trunk/DataCheck/crontab.fact2

    r12544 r12549  
    55# check time offset of machine
    660 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
     7# check disk usage for /loc_data
     80 8,18 * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracChangeset for help on using the changeset viewer.