Changeset 9122 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 08/15/08 13:49:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r9088 r9122 37 37 scriptspath=$mars/datacenter/scripts 38 38 39 webpath=/www/htdocs/datacenter40 41 39 datetime=`date +%F-%H-%M-%S` 42 40 … … 69 67 70 68 makedir $lockpath 71 makedir $listpath72 69 73 70 # set checkvalue to ok at the beginning of the scripts … … 107 104 #again run process status 108 105 FCompmux=26 106 Fdowebplots=27 109 107 110 108 # setup for jobmanager: … … 160 158 function checklock() 161 159 { 162 date > $lockfile 160 date > $lockfile 163 161 checklock0=$? 164 162 case $checklock0 in … … 309 307 numproc= 310 308 getdbsetup 311 column=${scriptscolname[$i]}312 309 getstepinfo 313 310 # get query … … 324 321 query=$query" group by $column " 325 322 # echo " QUERY: "$query 326 numproc=0327 323 if ! numproc=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "` 328 324 then … … 336 332 function setstatus() 337 333 { 334 if [ "$column" = "no" ] 335 then 336 return 337 fi 338 338 resetstatusvalues 339 339 evalstatus $@
Note:
See TracChangeset
for help on using the changeset viewer.