Every day at 01:55 the TT analysis machine kauri starts
the shell script
/ncc/ttpro/cron/collect-and-process-data
This page describes the various steps, their output and solutions for occasional problems. Also see the pages on filesystem structure, tape handling and the data processing FAQ.
fixed width
font refers to commands in the script)
ABORT: index file /ncc/ttpro/collected_data already exists!
This indicates a previously started collect_data is either still running, or the output of it has not been further processed. The operator will have to find the particular reason and when necessary take corrective action.
ABORT: /ncc/ttpro/collected_data: empty list??
The collect_data process finished but did not transfer any new files.
Obviously, there's no more work left for the data processing cron job,
which is why the job aborts. However, it is a strange situation which
certainly needs checking by the operator. In any case, the file
/ncc/ttpro/tapes/collected_data
must be removed to prevent problems with the next run of data collection.
ABORT: RVEC analysis failed !!!
The traceroute Database could not be updated. Maintainer(s) of this software will have to correct this problem ASAP. Once it is fixed, the RVEC analysis for this day will have to be redone and all other remaining steps of collect-and-process-data will have to be redone by hand.
index file /ncc/ttpro/tapes/processed_data already exists.
ABORTING data processing!
This indicates a previously started merge_data is either still running, or the output of it has not been further processed. The operator will have to find the particular reason and when necessary take corrective action. (for example: once the active job has finished, restart merge_data and continue with ROOT file creation and storage)
index file /ncc/ttpro/tapes/root_data already exists.
ABORTING data processing!
This indicates a previously started make_root is either still running, or the output of it has not been further processed. The operator will have to find the particular reason and when necessary take corrective action. (for example: create & store ROOT files from the processed_data list).
ABORT: /ncc/ttpro/tapes/root_data: empty list?
The make_root process finished but did not create any new files.
Obviously, there's no more work left for the data processing cron job,
which is why the job aborts. However, it is a strange situation which
certainly needs checking by the operator (did merge_data complete
succesfully?). In any case, the files /ncc/ttpro/tapes/collected_data,
/ncc/ttpro/tapes/processed_data
and /ncc/ttpro/tapes/root_data
must
be renamed to prevent problems with the next run of
collect-and-process-data.