User Tools

Site Tools


iridium_cluster:data

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
iridium_cluster:data [2014/06/04 09:30]
florido [Generic storage]
iridium_cluster:data [2014/06/04 11:16]
florido [GRID storage]
Line 37: Line 37:
 //​Example://​ //​Example://​
  
-Moving ''​ubuntu-12.04.2-desktop-amd64.iso''​ from my local machine to ''​n12.iridium''​+Moving ''​ubuntu-12.04.2-desktop-amd64.iso''​ from my local machine to ''​n12.iridium'' ​shared folders
  
 <code bash> <code bash>
Line 59: Line 59:
     * available on windows but needs special installation     * available on windows but needs special installation
     * does **not work** with GRID storage     * does **not work** with GRID storage
 +
 +Syntax:
 +<code bash>
 +  rsync -avz -e 'ssh -l <​username>'​ --progress source destination
 +</​code>​
 +
  
 //​Examples://​ //​Examples://​
  
-Moving ''​ubuntu-12.04.2-desktop-amd64.iso''​ from my local machine to ''​n12.iridium''​+Moving ''​ubuntu-12.04.2-desktop-amd64.iso''​ from my local machine to ''​pptest-iridium'' ​shared folders
  
 <code bash> <code bash>
Line 70: Line 76:
 Note on the trailing slashes **/**: Note on the trailing slashes **/**:
  
-**without** trailing ​slashes ​on source **will create** localdir remotely:+source ​**without** trailing ​slash on source **will create** ​//localdir// remotely:
 <code bash> <code bash>
   rsync -avz -e 'ssh -l pflorido'​ --progress localdir pptest-iridium.iridium:/​nfs/​software/​pp/​   rsync -avz -e 'ssh -l pflorido'​ --progress localdir pptest-iridium.iridium:/​nfs/​software/​pp/​
 </​code>​ </​code>​
  
-**with** trailing ​slashes ​on source **will NOT create** localdir remotely but will **copy the contents** of localdir remotely+source ​**with** trailing ​slash on source **will NOT create** ​//localdir// remotely but will **copy the contents** of //localdir// remotely
 <code bash> <code bash>
   rsync -avz -e 'ssh -l pflorido'​ --progress localdir/ pptest-iridium.iridium:/​nfs/​software/​pp/​   rsync -avz -e 'ssh -l pflorido'​ --progress localdir/ pptest-iridium.iridium:/​nfs/​software/​pp/​
 </​code>​ </​code>​
 +
 +Trailing slash on destination doesn'​t have any effect.
  
 === Solution 3: FileZilla === === Solution 3: FileZilla ===
Line 120: Line 128:
     * works with ATLAS datasets     * works with ATLAS datasets
  
-//Example:// +To enable dq2 tools, you'll need to: 
-<​code>​+  - copy and configure you GRID certificate on Iridium. 
 +  - run ''​setupATLAS''​ 
 +  - run ''​localSetupDQ2Client''​ 
 +  - login to the GRID using ''​arcproxy''​ or ''​voms-proxy-init''​ as one would do on //lxplus.cern.ch// 
  
-</code>+Information about dq2 on CERN Twiki (only visible if you have a CERN account): 
 +https://​twiki.cern.ch/​twiki/​bin/​view/​AtlasComputing/​DQ2ClientsHowTo
  
  
 ---- ----
iridium_cluster/data.txt · Last modified: 2016/06/28 13:34 by florido

Accessibility Statement