Changeset 7265 for trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7233 r7265 62 62 63 63 case $check0 in 64 1) echo "check0=$check0 -> ever thing ok -> do step" >> $scriptlog 2>&1 ;;64 1) echo "check0=$check0 -> everything ok -> do step" >> $scriptlog 2>&1 ;; 65 65 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;; 66 66 esac … … 104 104 105 105 case $check1 in 106 1) echo "check1=$check1 -> ever thing ok -> continue with next sequence..." >> $scriptlog 2>&1 ;;106 1) echo "check1=$check1 -> everything ok -> continue with next sequence..." >> $scriptlog 2>&1 ;; 107 107 *) echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1 108 108 echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1 … … 117 117 check2=`root -q -b $macrospath/setstatus.C+\("\"$dataset\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslogpath/setstatus-checkstardone-$dataset.log | grep int | sed -e 's/(int)//'` 118 118 case $check2 in 119 1) echo "check2=$check2 -> ever thing ok, status has been set" >> $scriptlog 2>&1 ;;119 1) echo "check2=$check2 -> everything ok, status has been set" >> $scriptlog 2>&1 ;; 120 120 *) echo "check2=$check2 -> ERROR -> step could not be set" >> $scriptlog 2>&1 ;; 121 121 esac
Note:
See TracChangeset
for help on using the changeset viewer.