Changeset 7467 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 01/31/06 14:53:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7465 r7467 160 160 161 161 echo "run $program..." >> $scriptlog 2>&1 162 setstatus "start" 163 162 164 ./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 163 165 check1=$? 164 166 165 167 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 175 172 ;; 176 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;177 173 esac 174 echo "inserting the status for $program for dataset $dataset into the db" >> $scriptlog 2>&1 175 setstatus "stop" 178 176 done 179 177
Note:
See TracChangeset
for help on using the changeset viewer.