| |||||||||
|
You can use CASTOR to store data on tapes. For a complete documentation of CASTOR , you can go to this web Each user have his own area set to use CASTOR per default. The CASTOR directory for a user use the following structure: /castor/cern.ch/user/first_letter_of_username/username For example : /castor/cern.ch/user/j/joel Listing of your CASTOR directoryTo list what is under your castor directory, you can use the command nsls. For example :
Write to CASTORTo write to castor in the command line, you can use the command rfcp. For example: Inside Gaudi, you can give the following line in your job option : FILE = '/castor/cern.ch/user/j/joel/tar/myfile.tar' Read from CASTORTo read from castor in the command line, you can use the command rfcp. For example: Inside Gaudi, you can give the following line in your job option : FILE = '/castor/cern.ch/user/j/joel/tar/myfile.tar' Query the stager to check if a CASTOR file is on disk or notWith the command stageqry , you can find if the CASTOR file that you want to read or write is on the disk pool or not. For example : stageqry -M 361122.data stageqry -M /castor/cern.ch/lhcb/mc/D216202 Last update 25 Jan 2006 by Joel Closier |