The PPD dCache Storage ElementDCache is the main disk storage system in us on the PPD Unix/Linux systems. It allows us to aggregate the storage space on many servers and present this as a unified namespace to users. Files in dCache can be accessed/written using the SRM "grid" protocol or the "local" protocols dcap and xrootd. The dCache namespace can also be browsed like a normal filesystem on the PPD linux nodes but the contents of the files cannot be accessed through this (i.e. ls or find will work cp, open or mv will fail). VOs and/or groups have area to store files under their name dCache namespace in /pnfs/pp.rl.ac.uk/data/Inspecting a file using the pnfs mountCopying/Reading a file using the Grid toolsTo copy a file into dCache without registering it in a Logical File Catalogue lcg-cp -v file:/path/to/local/file![]() Reading a file using local protocolscopying a file out of dCache using dcap: | ||||||||
Changed: | ||||||||
< < | dccp dcap://heplnx204.pp.rl.ac.uk/pnfs/pp.rl.ac.uk/data/vo/path/to/your/file ./file | |||||||
> > | dccp dcap://heplnx209.pp.rl.ac.uk/pnfs/pp.rl.ac.uk/data/vo/path/to/your/file ./file | |||||||
Access a file directly from dCache using root: | ||||||||
Changed: | ||||||||
< < | root dcap://heplnx204.pp.rl.ac.uk/pnfs/pp.rl.ac.uk/data/vo/path/to/your/file | |||||||
> > | root dcap://heplnx209.pp.rl.ac.uk/pnfs/pp.rl.ac.uk/data/vo/path/to/your/file | |||||||
Changed: | ||||||||
< < | -- ChrisBrew - 2009-10-28 | |||||||
> > | -- ChrisBrew / RobHarper - 2010-03-02 | |||||||
|