Changeset 7503 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 02/14/06 15:40:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7486 r7503 89 89 case $check1 in 90 90 1) echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;; 91 2) echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 92 check="no" 93 ;; 91 94 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 92 95 com=$Ffilesavail -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7486 r7503 101 101 case $check1 in 102 102 1) echo "check1=$check1 -> everything ok -> continue with next sequence..." >> $scriptlog 2>&1 ;; 103 2) echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 104 check="no" 105 ;; 103 106 *) echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1 104 107 echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1 -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7501 r7503 174 174 statustime="Now()" 175 175 ;; 176 no) echo ", nothing new" 177 $check="ok" 178 ;; 176 179 *) echo " failed" 177 180 starttime=noreset … … 183 186 fi 184 187 failedtime="Now()" 188 $check="ok" 185 189 ;; 186 190 esac
Note:
See TracChangeset
for help on using the changeset viewer.