Ignore:
Timestamp:
02/14/06 15:40:16 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
3 edited

Legend:

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

    r7486 r7503  
    8989   case $check1 in
    9090      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           ;;
    9194      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9295           com=$Ffilesavail
  • trunk/MagicSoft/Mars/datacenter/scripts/checkstardone

    r7486 r7503  
    101101      case $check1 in
    102102         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              ;;
    103106         *)   echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1
    104107              echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r7501 r7503  
    174174                      statustime="Now()"
    175175                      ;;
     176                 no)  echo ", nothing new"
     177                      $check="ok"
     178                      ;;
    176179                  *)  echo " failed"
    177180                      starttime=noreset
     
    183186                      fi
    184187                      failedtime="Now()"
     188                      $check="ok"
    185189                      ;;
    186190               esac
Note: See TracChangeset for help on using the changeset viewer.