Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Determine which of the output files is the run you want.  File format is:
    No Format
    <ApId>-<GroundId>-<Time>-<nFirst>-<nEnd>.lsf
    
     

    GroundId is the run number, without the 077000000, in hex.
    Verify that nFirst is 0000.
  2. Login to lat-dmz01 and enter the following to connect to the MySQL database:
    No Format
    
    mysql --user elogbook elogbook --password
    
    (enter elogbook for the password)
  3. Enter the following command to reset the analysis state:
    No Format
    
     update LICOS_activities set JobCompleteList = '[None]', AnalysisState_FK = 7 where RunID_FK = '999999999';
    
    (replace 999999999 with the acquire run id)
  4. Copy the lsf file(s) to /nfs/data/lsf. If the corresponding DAQ run had multiple steps, there will be multiple lsf files.
  5. AnalysisEngine will see them and should be able to reprocess the run.