Ignore:
Timestamp:
11/18/08 08:20:42 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/checkmd5sum

    r9136 r9169  
    6969fi
    7070
    71 date | tee ${checkpath}/tape_${id}.md5.lapalma | tee ${checkpath}/tape_${id}.md5.wue
     71date | tee ${checkpath}/tape_${id}.md5.lapalma | tee ${checkpath}/tape_${id}.md5.wue > /dev/null
    7272muxslog=`grep muxdata/20[01][0-9].*/20[01][0-9].*.raw $file | wc -l`
    7373
     
    101101done < $file
    102102
    103 date | tee -a ${checkpath}/tape_${id}.md5.lapalma | tee -a ${checkpath}/tape_${id}.md5.wue
     103date | tee -a ${checkpath}/tape_${id}.md5.lapalma | tee -a ${checkpath}/tape_${id}.md5.wue > /dev/null
    104104
    105105if [ ! -f ${checkpath}/tape_${id}.md5.lapalma ] || [ ! -f ${checkpath}/tape_${id}.md5.wue ]
  • trunk/MagicSoft/Mars/datacenter/scripts/checktransfer

    r8886 r9169  
    5050done
    5151
    52 
    53 #checking the transfer of the rawfiles
    54 dates=`ls /magic/datacenter/fromlapalma/RAW | grep -v Test`
    55 
    56 for date in ${dates[@]}
    57 do
    58    if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished >/dev/null 2>&1
    59    then
    60       printprocesslog "WARN .finished for $date not found"
    61    fi
    62 done
    63 
    64 
    6552#checking if there are temporary zipfiles
    6653files=`find $datapath/rawfiles/20[0-1][0-9]/ -name ".*\.raw\.??????"`
     
    7057   printprocesslog "WARN found temporary zipfile $file"
    7158done
    72 
Note: See TracChangeset for help on using the changeset viewer.