Ignore:
Timestamp:
01/31/06 14:53:08 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7465 r7467  
    160160 
    161161  echo "run $program..." >> $scriptlog 2>&1
     162  setstatus "start"
     163
    162164  ./ganymed -b -q -v4 -f --ind=$datapath/star --config=$ganymedrc --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
    163165  check1=$?
    164166
    165167  case $check1 in
    166      0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1
    167           echo "inserting the status for $program for dataset $dataset into the db" >> $scriptlog 2>&1
    168           statustime="Now()"
    169           failed="NULL"
    170           starttime="NULL"
    171           failedtime="NULL"
    172           var1=$no
    173           var2=$no2
    174           setstatus
     168     0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1 ;;
     169     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     170          com="ganymed failed"
     171          check=$check1
    175172          ;;
    176      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
    177173  esac
     174  echo "inserting the status for $program for dataset $dataset into the db" >> $scriptlog 2>&1
     175  setstatus "stop"
    178176done
    179177
Note: See TracChangeset for help on using the changeset viewer.