This file is $CDFSOFT2_DIR/FarmTools/doc/running.html
Please ask Yen-Chu Chen (chenyc@hycppc05.fnal.gov) or the outgoing Farms Production Coordinators to edit the file ~cdfprod0/.k5login on node cdffarm1.fnal.gov and add your username to the file.
Please ask Art Kreymer (kreymer@patnt2.fnal.gov) or the CDF Code Management Team (cdf_code_management@fnal.gov) for the responsibility for access to the FarmTools package, so you can update this document.
You should be logged in as user cdfprod0 on cdffarm1.fnal.gov
If you are not logged on as cdfprod0:
source farms_setup.csh
fmc
Contact People:
| ElectronValidation | Bob Wagner | rgwcdf@pcl4.hep.anl.gov |
| MuonValidation | Ken Bloom | bloom@umaxp1.physics.lsa.umich.edu |
| TrackingMon | Eiko Yu | eiko@penn01.fnal.gov |
| COTHitMon | Eiko Yu | eiko@penn01.fnal.gov |
| JetMetValidation | Jean-Francois Arguin | jarguin@physics.utoronto.ca |
| TowerValidation | Simone Dell'Agnello | simon@cdfsga.fnal.gov |
| FitBeamModule | Hartmut Stadie | stadie@ekp.physik.uni-karlsruhe.de |
| RawMonitor | Tara Shears | tara@cdfsga.fnal.gov |
| ClusterMonitor | Tara Shears | tara@cdfsga.fnal.gov |
| TrackMonitor | Tara Shears | tara@cdfsga.fnal.gov |
A good monitoring display can be found here
/cdf/scratch/cdfprod0/ directory contains
To debug the core dump use ~sexton/bin/gdbkcc. If running debugger on the core does not give you enough information to find the problem it is better to run ProductionExe directly on "bad" event. You can figure out dataset name, run number, and event number from core file and corresponding log file and then strip "bad" event to file.
pickEvent -o /cdf/scratch/stdenis/stripped/ -r "run number" -e "event number" -d "dataset"
Use
pickEvent -h
for help.
The output file has a name like
ar01d0e0.0001phys.119008.20843
This is all done by the farms production coordinator, but instructions are provided here to allow new coordinators to learn how to do this or anyone else should the fpc be unavailable.
The tcl file should be the production executable.
ProductionExe $CDFSOFT2_DIR/Production/ProductionExe.tcl \ -i /cdf/scratch/cdfprod0/4.1.0a_b/test1/stripped/ar01d0e0.0001phys.119008.20843 -o /cdf/scratch/cdfprod0/4.1.0a_b/test1/stripped/ar01d0e0.0001phys.119008.20843.root
The logs files are available on fcdflnx1 in a directory with
a name similar to
/cdf/scratch/cdfprod0/4.1.0_b/Stream_B/logs
Rick and Liz said that the core file is not as useful as the event since they have always been able to trace the problem with the event. But, the core files are available, just a bit hard to figure out. In case you really need one, the fpc can track it down.
Last updated November 1st, 2001