This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
working_with_eos [2017/01/04 17:04] parktaehyoun |
working_with_eos [2017/01/04 17:14] (current) parktaehyoun |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Not sure if this is the best way, but one possibliity is to | Not sure if this is the best way, but one possibliity is to | ||
| - | - log in to lxplus. | + | - Log in to lxplus. |
| - Take note of the node name (e.g. lxplus004) | - Take note of the node name (e.g. lxplus004) | ||
| - Copy the files you want to the /tmp/$USER disk at the lxplus node | - Copy the files you want to the /tmp/$USER disk at the lxplus node | ||
| - Once finished, scp (or rcp) the file from the tmp disk to the Carleton disk. | - Once finished, scp (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> | ||