Changeset 7265 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7258 r7265 75 75 76 76 case $check0 in 77 1) echo "check0=$check0 -> ever thing ok -> run ganymed" >> $scriptlog 2>&1;;77 1) echo "check0=$check0 -> everything ok -> run ganymed" >> $scriptlog 2>&1;; 78 78 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;; 79 79 esac … … 153 153 154 154 case $check1 in 155 0) echo "check1=$check1 -> ever thing ok " >> $scriptlog 2>&1155 0) echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1 156 156 echo "-> inserting the status for ganymed for dataset $dataset into the db" >> $scriptlog 2>&1 157 157 setstatuslogpath=$logpath/setstatus/ganymed/$no … … 161 161 check4=`root -q -b $macrospath/setstatus.C+\("\"$dataset\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'` 162 162 case $check4 in 163 1) echo "check4=$check4 -> ever thing ok, status has been set" >> $scriptlog 2>&1;;163 1) echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;; 164 164 *) echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;; 165 165 esac
Note:
See TracChangeset
for help on using the changeset viewer.