Changeset 17594 for trunk/DataCheck/Transfer
- Timestamp:
- 03/02/14 01:20:11 (11 years ago)
- Location:
- trunk/DataCheck/Transfer
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupAuxToWue.sh
r17573 r17594 31 31 if ! rsync -rltDvR --stats -T $rsynctempdir $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&1 32 32 then 33 printprocesslog " WARN problem rsyncing auxiliary data for "$date" from ISDC to Wue"33 printprocesslog "CONNECTION problem rsyncing auxiliary data for "$date" from ISDC to Wue" 34 34 echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue" >> $logfile 2>&1 35 echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue"35 #echo `date`": problem rsyncing auxiliary data for "$date" from ISDC to Wue" 36 36 fi 37 37 done -
trunk/DataCheck/Transfer/BackupDatabase.sh
r13305 r17594 82 82 if ! /usr/bin/rsync -avxP $path operator@coma.astro.uni-wuerzburg.de:$dbdirwue >> $logfile 2>&1 83 83 then 84 echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" 85 printprocesslog " WARN problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")"84 echo `date`": problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" >> $logfile 2>&1 85 printprocesslog "CONNECTION problem rsyncing database from LP ("$path") to Wuerzburg (coma:"$dbdirwue")" 86 86 fi 87 87 -
trunk/DataCheck/Transfer/BackupQLA.sh
r17575 r17594 35 35 date >> $logfile 36 36 37 rsync -av $from $to >> $logfile 2>&1 37 if ! rsync -av $from $to >> $logfile 2>&1 38 then 39 printprocesslog "CONNECTION problem rsyncing QLA from "$from" to "$to 40 echo `date`": problem rsyncing QLA from "$from" to "$to >> $logfile 2>&1 41 fi 42 38 43 39 44 finish >> $logfile 2>&1 -
trunk/DataCheck/Transfer/BackupRawToWue.sh
r17576 r17594 88 88 0) printprocesslog "INFO rawfile "$rawfileisdc" transferred successfully to Wue." 89 89 ;; 90 *) printprocesslog " WARN "$rawfileisdc" could not be transferred to Wue."90 *) printprocesslog "CONNECTION "$rawfileisdc" could not be transferred to Wue." 91 91 check=$check1 92 92 ;; … … 105 105 0) printprocesslog "INFO rawfile "$drsfileisdc" transferred successfully to Wue." 106 106 ;; 107 *) printprocesslog " WARN "$drsfileisdc" could not be transferred to Wue."107 *) printprocesslog "CONNECTION "$drsfileisdc" could not be transferred to Wue." 108 108 check=$check1 109 109 ;; -
trunk/DataCheck/Transfer/RsyncAuxLP.sh
r17103 r17594 75 75 if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $rsyncserverdir/ $dir >> $logfile 2>&1 76 76 then 77 printprocesslog " WARN problem rsyncing auxiliary files in "$dir" from newdaq to daq"78 echo `date`": problem rsyncing auxiliary files in "$dir" from newdaq to daq" 77 printprocesslog "CONNECTION problem rsyncing auxiliary files in "$dir" from newdaq to daq" 78 echo `date`": problem rsyncing auxiliary files in "$dir" from newdaq to daq" >> $logfile 2>&1 79 79 fi 80 80 … … 89 89 if ! /usr/bin/rsync -avxHP -T $rsynctempdirdata $bwlimit $dir/ $rsyncserverdirdata >> $logfile 2>&1 90 90 then 91 printprocesslog " WARN problem rsyncing auxiliary files in "$dir" from daq to data"92 echo `date`": problem rsyncing auxiliary files in "$dir" from daq to data" 91 printprocesslog "CONNECTION problem rsyncing auxiliary files in "$dir" from daq to data" 92 echo `date`": problem rsyncing auxiliary files in "$dir" from daq to data" >> $logfile 2>&1 93 93 fi 94 94 done -
trunk/DataCheck/Transfer/RsyncAuxToISDC.sh
r13599 r17594 58 58 if ! rsync -rltDvR -T $rsynctempdir --stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&1 59 59 then 60 printprocesslog " WARN problem rsyncing auxiliary data for "$date" from La Palma to ISDC"60 printprocesslog "CONNECTION problem rsyncing auxiliary data for "$date" from La Palma to ISDC" 61 61 echo `date`": problem rsyncing auxiliary data for "$date" from La Palma to ISDC" >> $logfile 2>&1 62 echo `date`": problem rsyncing auxiliary data for "$date" from La Palma to ISDC"63 62 fi 64 63 done -
trunk/DataCheck/Transfer/RsyncDBToWue.sh
r13047 r17594 14 14 if ! /usr/bin/rsync -avxP $dbdirlp operator@coma.astro.uni-wuerzburg.de:$dbdirwue >> $logfile 2>&1 15 15 then 16 echo `date`": problem rsyncing database from LP to Wuerzburg" 16 printprocesslog "CONNECTION problem rsyncing DB from LP to Wue" 17 echo `date`": problem rsyncing database from LP to Wuerzburg" >> $logfile 2>&1 17 18 fi 18 19 -
trunk/DataCheck/Transfer/RsyncRawLP.sh
r15435 r17594 3 3 # this script has been written to run on La Palma on the machine data 4 4 # i.e. paths are only working on this machine 5 6 echo `dirname $0`" is not to be used anymore." 7 exit 5 8 6 9 source `dirname $0`/../Sourcefile.sh -
trunk/DataCheck/Transfer/RsyncRawToISDC.sh
r17574 r17594 85 85 fi 86 86 ;; 87 *) printprocesslog " WARN "$rawfilelp" could not be transferred to ISDC (check1="$check1")."87 *) printprocesslog "CONNECTION "$rawfilelp" could not be transferred to ISDC (check1="$check1")." 88 88 check=$check1 89 89 ;; … … 132 132 fi 133 133 ;; 134 *) printprocesslog " WARN "$drsfilelp" could not be transferred to ISDC (check3="$check3")."134 *) printprocesslog "CONNECTION "$drsfilelp" could not be transferred to ISDC (check3="$check3")." 135 135 check=$check3 136 136 ;;
Note:
See TracChangeset
for help on using the changeset viewer.