Changeset 12561


Ignore:
Timestamp:
11/19/11 03:45:56 (13 years ago)
Author:
Daniela Dorner
Message:
minor changes
Location:
trunk/DataCheck
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/RsyncAux.sh

    r12559 r12561  
    77
    88auxdir=loc_data/aux/$date
    9 echo ""
    10 echo ""
    11 echo ""
     9echo "" >> $logfile 2>&1
     10echo "" >> $logfile 2>&1
     11echo "" >> $logfile 2>&1
    1212echo `date`": processing files in "$auxdir >> $logfile 2>&1
    1313
  • trunk/DataCheck/RsyncRaw.sh

    r12559 r12561  
    66logfile=/home/`whoami`/DataCheck/log/RsyncRaw$today.log
    77
    8 echo ""
    9 echo ""
    10 echo ""
     8echo "" >> $logfile 2>&1
     9echo "" >> $logfile 2>&1
     10echo "" >> $logfile 2>&1
    1111rawdir=loc_data/raw/$date
    1212echo `date`": processing files in "$rawdir >> $logfile 2>&1
  • trunk/DataCheck/crontab.fact1

    r12560 r12561  
    440 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
    55# rsync data from fact2 to fact1
    6 0 * * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
    7 0,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
     60 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
     70,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1  ; then /home/fact/DataCheck/RsyncAux.sh ; fi
    88# compress data on fact1
    9 0 * * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
     90 * * * * if ! ps aux | grep Zip | grep -v grep >/dev/null 2>&1  ; then /home/fact/DataCheck/ZipRawData.sh ; fi
    1010# check disk usage for /loc_data
    11110 * * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracChangeset for help on using the changeset viewer.