ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/StorageDumps/EOS/Instructions
Revision: 1.1
Committed: Thu Apr 26 06:55:31 2012 UTC (13 years ago) by ratnik
Branch: MAIN
CVS Tags: HEAD
Log Message:
Added instructions and data sample for EOS

File Contents

# User Rev Content
1 ratnik 1.1 #Technology:
2     EOS
3    
4     #Reference Site:
5     T2_CH_CERN (Rapolas)
6    
7     #Command:
8    
9     eoscms find -f --size --ctime --checksum /eos/cms/store/ |grep eos| sed "s|=| |g" | awk '{print $2"|"$4"|"$8"|"$6}' > eos_dump.txt;
10    
11     #Comments:
12    
13     In the interactive environment on lxplus.cern.ch "eoscms" command is an alias:
14    
15     [lxplus425] > which eoscms
16     eoscms='eos'
17     [lxplus425] > which eos
18     eos='/afs/cern.ch/project/eos/installation/0.1.0-22d/bin/eos.select'
19     /afs/cern.ch/project/eos/installation/0.1.0-22d/bin/eos.select
20    
21     Inside script you may need to specify the full path to eos.select.
22    
23     #More details:
24     https://savannah.cern.ch/support/index.php?126513
25    
26    
27    
28    
29    
30    
31    
32