Reconcile with timestamps from the command line


FlowTracer vovconsole offers a menu to "Reconcile Timestamps". The tool looks at timestamps of input and output files of jobs and validates the job when outputs have been created after the inputs and all jobs in the upcone of the flow are also valid.

In order to call the same routine from the command line, run this tcl command inside vovsh so see the full usage information:

vovsh -Y "RECONCILE_WITH_FILE_SYSTEM -h"

vovsh -Y "RECONCILE_WITH_FILE_SYSTEM -h"

vovsh: Usage Message


      USAGE:
      RECONCILE_WITH_FILE_SYSTEM [OPTIONS]

      OPTIONS:
      -h                -- This help
      -v                -- Verbose
      -r                -- Recursive on subsets
      -nop              -- No-Operation (ignored)
      -setname <NAME>   -- Specify name of set to reconcile (default System:jobs)
      -setid   <ID>     -- Specify id of set to reconcile (wins over -setname)
      -progressbar      

Example:

Validate all jobs in the set "System:jobs"

vovsh -Y "RECONCILE_WITH_FILE_SYSTEM -setname System:jobs"