Personal tools
You are here: Home CE Changelog Short entry on the copy manager
« October 2008 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Recent entries
Update of documentation for using ROOT Aaron 2007-11-09
Installed ROOT version 5.16.00 in /mnt/nfs04/opt/root_exe Aaron 2007-11-09
ToDo List clundst 2007-10-30
Blacklisting a dcache pool makofu 2007-09-13
CE Changes admin 2007-05-11
Categories
default
 
Document Actions

Short entry on the copy manager

by admin posted at 2006-05-05 11:03 last modified 2006-10-06 15:47
To drain a pool Pool1 to pool Pool2, do the following:
  1. Startup the copy manager on thpc-1: /opt/d-cache/jobs/copy start
  2. Login to the dCache admin interface
  3. cd Pool1
  4. p2p set max active 40
  5. ..
  6. cd Pool2
  7. pp set max active 40
  8. ..
  9. cd copy0
  10. copy Pool1 Pool2 -max=40 -precious
  11. info
Watch the network traffic in Ganglia, and periodically check the progress through dCache with the "info" command.  This should net around 1 MB / transfer.  In our case, this would be about 40 MB/s.
Category(s)
default

Powered by Plone, the Open Source Content Management System