Ignore:
Timestamp:
08/15/08 13:49:05 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9088 r9122  
    3737scriptspath=$mars/datacenter/scripts
    3838
    39 webpath=/www/htdocs/datacenter
    40 
    4139datetime=`date +%F-%H-%M-%S`
    4240
     
    6967
    7068makedir $lockpath
    71 makedir $listpath
    7269
    7370# set checkvalue to ok at the beginning of the scripts
     
    107104#again run process status
    108105FCompmux=26
     106Fdowebplots=27
    109107
    110108# setup for jobmanager:
     
    160158function checklock()
    161159{
    162    date > $lockfile
     160   date > $lockfile 
    163161   checklock0=$?
    164162   case $checklock0 in
     
    309307   numproc=
    310308   getdbsetup
    311    column=${scriptscolname[$i]}
    312309   getstepinfo
    313310   # get query
     
    324321   query=$query" group by $column "
    325322#   echo " QUERY: "$query
    326    numproc=0
    327323   if ! numproc=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "`
    328324   then
     
    336332function setstatus()
    337333{
     334   if [ "$column" = "no" ]
     335   then
     336      return
     337   fi
    338338   resetstatusvalues
    339339   evalstatus $@
Note: See TracChangeset for help on using the changeset viewer.