StoRM dumps instructions

Administrator (or user having an account on the machine hosting the diskpool):

The dump can be easily produced by using the "find" Unix-command.

Example (based on StoRM@CNAF):

>find /storage/gpfs_storm/atlas/atlasdatadisk/*/ -type f -printf 'FileName: %p Size: %s  \n' 
gives the complete list of the files for the spacetoken atlasdatadisk:
FileName: /storage/gpfs_storm/atlas/atlasdatadisk/ccrc08_m5/ESD/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.ESD.o1_r436_tid022491/ESD.022491._01505.pool.root.16 Size: 86508615  
FileName: /storage/gpfs_storm/atlas/atlasdatadisk/ccrc08_m5/ESD/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.ESD.o1_r436_tid022491/NTUP.022491._01505.root.16 Size: 183371659  
FileName: /storage/gpfs_storm/atlas/atlasdatadisk/ccrc08_m5/ESD/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.ESD.o1_r436_tid022491/ESD.022491._01509.pool.root.16 Size: 86411854 
.....
Another example:
>find /storage/gpfs_storm/atlas/atlasmcdisk/*/ -type f | awk '{split ($1, a, "gpfs_storm"); print "srm://storm-fe.cr.cnaf.infn.it"a[2]}' 
 
gives the list of files for the spacetoken atlasmcdisk, with the SRMpath format:
srm://storm-fe.cr.cnaf.infn.it/atlas/atlasmcdisk/ccrc08_m5/log/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.log.o1_r436_tid022491/log.022491._01504.job.log.tgz.5
srm://storm-fe.cr.cnaf.infn.it/atlas/atlasmcdisk/ccrc08_m5/log/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.log.o1_r436_tid022491/log.022491._01503.job.log.tgz.5
srm://storm-fe.cr.cnaf.infn.it/atlas/atlasmcdisk/ccrc08_m5/log/ccrc08_m5.0028997.Default_L1TT-b00000110.recon.log.o1_r436_tid022491/log.022491._01510.job.log.tgz.5

Generic user

The dump can be produced using the ClientSRM (not yet ready)

-- LorenzoRinaldi - 19 Sep 2008

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r2 - 2008-09-19 - FlaviaDonno
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    LCG All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback