Changeset 8525 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 05/17/07 13:47:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r8482 r8525 27 27 # This script is launching ganymed for datasets. 28 28 # 29 # In the case of ganymed only one dataset is processed. Despite of 30 # that the structure of the script is such, that also more datasets could 31 # be processed. The restriction to one dataset has been made, as ganymed 32 # takes some time. There's one todo file per dataset. 33 # First the script searches for a todo file. Then ganymed is run for the 34 # dataset from this todo file. 29 # As ganymed takes some time, only one dataset is processed at once. 30 # First the script gets a dataset number from the database, for which 31 # ganymed has to be done (function gettodo). After setting the status in 32 # the database (set fStartTime to know, that the dataset is already being 33 # processed), the background suppression is done for the dataset. 34 # Afterwards the status in the database is updated according to the return 35 # value of ganymed. 36 # The important INFOs, WARNings and ERRORs are written not only to the 37 # scriptlog but also to the processlog. 35 38 # 36 # the ganymed.rc files are stored in the setup directory39 # The ganymed.rc files are stored in the setup directory. 37 40 # 38 41
Note:
See TracChangeset
for help on using the changeset viewer.