User Tools

Site Tools


asc:workbook_grid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
asc:workbook_grid [2014/02/11 20:15] ascasc:workbook_grid [2014/11/25 23:16] asc
Line 10: Line 10:
  
 The DQ2 client is described in [[https://twiki.cern.ch/twiki/bin/view/Atlas/DQ2ClientsHowTo|this HowTo]] and [[https://twiki.cern.ch/twiki/bin/view/Atlas/WorkBookDQ2|this manual]] with further information [[http://twiki.mwt2.org/bin/view/DataServices/UsingDQ2AtUC|here]] The DQ2 client is described in [[https://twiki.cern.ch/twiki/bin/view/Atlas/DQ2ClientsHowTo|this HowTo]] and [[https://twiki.cern.ch/twiki/bin/view/Atlas/WorkBookDQ2|this manual]] with further information [[http://twiki.mwt2.org/bin/view/DataServices/UsingDQ2AtUC|here]]
- 
-Also look at: 
-[[https://twiki.atlas-canada.ca/bin/view/AtlasCanada/ATLASLocalRootBase#Using_PandaClient | Using_PandaClient]] how to setup Panda. 
-(attention: do not setup dq2-get together with panda!) 
  
  
Line 20: Line 16:
 <code bash setup.sh> <code bash setup.sh>
 #!/bin/bash #!/bin/bash
-export AVERS=17.0.4 +export ALRB_localConfigDir="/share/sl6/cvmfs/localConfig"
-export TEST_AREA=$HOME/testarea+
 export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
 source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
-asetup --release=$AVERS --testarea=$TEST_AREA+localSetupDQ2Client  --skipConfirm 
 +voms-proxy-init -voms atlas -valid 96:00
 </code> </code>
  
 Put it in a file "setup.sh" and then "source setup.sh". Put it in a file "setup.sh" and then "source setup.sh".
- 
-Then type: 
-<code> 
-localSetupDQ2Client 
-voms-proxy-init -voms atlas -valid 96:00 
-</code> 
  
 Say "yes" and type your password. Say "yes" and type your password.
Line 47: Line 37:
  
  
-Before starting using this, type: 
-<code> 
-voms-proxy-init -voms atlas  
-</code> 
  
-or using the standard (proxy for 3 days):+In this example, we use  the standard (proxy for 3 days):
 <code> <code>
 grid-proxy-init -valid  96:00  grid-proxy-init -valid  96:00 
Line 62: Line 48:
 voms-proxy-info -all  voms-proxy-info -all 
 </code> </code>
 +
 +If there is a problem run these commands to debug them:
 +
 +<code>
 +setupATLAS
 +diagnostics
 +gridCert
 +</code>
 +
  
 Then check the location of your data: Then check the location of your data:
Line 86: Line 81:
  
 The general ATLAS instructions for pathena can be found [[https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda|here]].  The general ATLAS instructions for pathena can be found [[https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda|here]]. 
 +
 +Also look at:
 +[[https://twiki.atlas-canada.ca/bin/view/AtlasCanada/ATLASLocalRootBase#Using_PandaClient | Using_PandaClient]] how to setup Panda.
 +(attention: do not setup dq2-get together with panda!)
  
  
Line 108: Line 107:
  
 <code> <code>
-dq2-put -L MWT2_UC_SCRATCHDISK  -s <folder of files> user.<username>.<custom name>+dq2-put -d -L MWT2_UC_SCRATCHDISK  -s ./<folder of files> user.<username>.<custom name>
 </code> </code>
  
 + Create and register it before doing this:
  
 +You can also register it on the grid.
 +<code>
 +dq2-register-dataset user.<name>.test1
 +dq2-register-location user.<name>.test1  MWT2_UC_SCRATCHDISK
 +</code>
  
  
asc/workbook_grid.txt · Last modified: 2023/10/04 19:04 by asc