User Tools

Site Tools


working_with_eos

Differences

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

Link to this comparison view

Next revision
Previous revision
working_with_eos [2017/01/04 17:02]
parktaehyoun created
working_with_eos [2017/01/04 17:14] (current)
parktaehyoun
Line 11: Line 11:
  
 **Copying files from EOS to Carleton** **Copying files from EOS to Carleton**
-Not sure if this is the best way, but one possibliity is to1. log in to lxplus. Take note of the node name (e.g. lxplus004)2. copy the files you want to the /tmp/$USER disk at the lxplus ​node3. once finished scp (or rcp) the file from the tmp disk to the Carleton disk+ 
 +Not sure if this is the best way, but one possibliity is to 
 + 
 +  - Log in to lxplus. ​ 
 +  - Take note of the node name (e.g. lxplus004) 
 +  - Copy the files you want to the /tmp/$USER disk at the lxplus ​node 
 +  - Once finishedscp (or rcp) the file from the tmp disk to the Carleton disk
 + 
 +**Example** 
 + 
 +<​code>​ 
 +cd /​tmp/​$USER 
 +eos ls /​eos/​atlas/​atlascerngroupdisk/​phys-higgs/​HSG1/​MxAOD/​h014/​mc15c/​ 
 +eos cp /​eos/​atlas/​atlascerngroupdisk/​phys-higgs/​HSG1/​MxAOD/​h014/​mc15c/​mc15c.PowhegPy8_ggH125.MxAODDetailed.p2669.h014.root ./ 
 +</​code>​ 
 +From Carleton, you can copy the file with the command 
 +<​code>​  
 +scp tapark@lxplus0059.cern.ch:/​tmp/​tapark/​mc15c.PowhegPy8_ggH125.MxAODDetailed.p2669.h014.root . 
 +</​code>​
working_with_eos.1483549364.txt.gz · Last modified: 2017/01/04 17:02 by parktaehyoun