Ignore:
Timestamp:
08/25/06 22:09:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7938 r7944  
    3535#
    3636
     37source `dirname $0`/sourcefile
     38printprocesslog "INFO starting $0"
    3739program=fillganymed
    38 source `dirname $0`/sourcefile
     40column=fFillGanymed
    3941
    4042set -C
    4143
    42 column=fFillGanymed
    43 
    44 lockfile=$lockpath/lock-$program.txt
    45 
    46 scriptlogpath=$runlogpath/$program
    47 makedir $scriptlogpath
    48 scriptlog=$scriptlogpath/run$program-$datetime.log
    49 
     44scriptlog=$runlogpath/run$program-$datetime.log
    5045date >> $scriptlog 2>&1
    5146
    5247# check if script is already running
     48lockfile=$lockpath/lock-$program.txt
    5349checklock  >> $scriptlog 2>&1
    5450
     
    7167for dataset in ${datasets[@]}
    7268do
     69   printprocesslog "INFO starting $program for dataset $dataset"
    7370   no=`printf %08d $dataset | cut -c 0-5`
    7471   no2=`printf %08d $dataset`
     
    8683   check2=`root -q -b $macrospath/fillganymed.C+\("\"$ganymedfile\""\,kFALSE\) | tee $fillganymedlog | grep int | sed -e 's/(int)//'`
    8784   case $check2 in
    88       1)   echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     85      1)   echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1
     86           printprocesslog "INFO done fillganymed successfully for dataset $dataset"
     87           ;;
    8988      0)   echo " check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     89           printprocesslog "WARN connection to DB failed"
    9090           check="no"
    9191           ;;
    92       *)  echo " check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    93           com=$Ffillganymed
    94           check=$check2
    95           ;;
     92      *)   echo " check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     93           printprocesslog "ERROR fillganymed failed for dataset $datset"
     94           com=$Ffillganymed
     95           check=$check2
     96           ;;
    9697   esac
    9798
Note: See TracChangeset for help on using the changeset viewer.