voms-proxy-init -hours 7000 -voms fermilab:/fermilab/mippthen grid jobs can be submitted and they will use that proxy to authenticate to dCache.
condor_q e907 [-direct schedd]Add direct schedd if you do not get meaningful results without it, which happens frequently as of Jul 2006.
Send a courtesy e-mail to enstore-admin@fnal.gov, dcache-admin@fnal.gov, and farm-admin@fnal.gov notifying them of plans to process data. They will appreciate estimates of data being pulled from and pushed back onto Enstore.
Convention is that processed MIPP data lives in /pnfs/e907/recoN, where N is the processing round (a round is the entire process from raw2root to DST's). Before starting a round, execute the following sequence of commands from e907anaX machine:
mkdir /pnfs/e907/recoN
mkdir /pnfs/e907/recoN/{FNAL,LLNL}
mkdir /pnfs/e907/recoN/{FNAL,LLNL}/{root,histo1,histo2,root3,histo3}
cd /pnfs/e907/recoN/FNAL
cd root; enstore pnfs --file-family root; cd -
cd root3; enstore pnfs --file-family root3; cd -
cd histo1; enstore pnfs --file-family mipphisto; cd -
cd histo2; enstore pnfs --file-family mipphisto; cd -
cd histo3; enstore pnfs --file-family mipphisto; cd -
cd /pnfs/e907/recoN/LLNL
cd root; enstore pnfs --file-family root; cd -
cd root3; enstore pnfs --file-family root3; cd -
cd histo1; enstore pnfs --file-family mipphisto; cd -
cd histo2; enstore pnfs --file-family mipphisto; cd -
cd histo3; enstore pnfs --file-family mipphisto; cd -
cd /pnfs/e907/recoN
mkdir {FNAL,LLNL}/{root,root3,histo1,histo2,histo3}/{11,12,13,14,15,16,17}
(Repeat the process for /pnfs/e907/recoN/LLNL). This will create all necessary directories and label the with different Enstore file families. File family makes sure that different files go to different tapes, making access to files more efficient when files are read back from tape. In my opinion, separating root files, histo files and pass3 root files should be sufficient. To find out file family of a given directory, use the following command inside PNFS directory
enstore pnfs --file-family
By default subdirectories inherit file family of directory they are created in.
Andre Lebedev - Mar 27, 2006