- xuanli's home page
- Posts
- 2015
- 2014
- 2013
- December (4)
- November (2)
- October (6)
- September (4)
- August (6)
- July (4)
- June (4)
- May (4)
- April (3)
- March (15)
- February (6)
- January (5)
- 2012
- December (3)
- November (10)
- October (9)
- September (4)
- August (5)
- July (11)
- June (3)
- May (1)
- April (1)
- March (1)
- January (2)
- 2011
- December (3)
- October (4)
- September (3)
- August (3)
- July (2)
- June (6)
- May (13)
- April (7)
- March (10)
- February (2)
- January (1)
- 2010
- 2009
- My blog
- Post new blog entry
- All blogs
FGT daq file
From Steve:
Here's one method, perhaps there are better ways. You will also need the
filename, which you can get via
get_file_list.pl -cond "filename~daq,runnumber=13144118,storage=hpss" -keys "path,filename"
Then do
mkdir -p /star/data03/daq/2012/144/13144118/
hpss_user.pl /home/starsink/raw/daq/2012/144/13144118/st_physics_13144118_raw_1020001.daq /star/data03/daq/2012/144/13144118/st_physics_13144118_raw_1020001.daq
and use similar hpss_user.pl calls for the other files. A few may be
enough for the tests you want.
From Jerome:
Yes, restoring files from HPSS would go through using the
data carousel. For more than one file, create a file.lis (as
and example) containing pairs fo fileInHPSS fileonDisk like
(one line example for your case)
/home/starsink/raw/daq/2012/144/13144118/st_physics_13144118_raw_1020001.daq
/star/data03/daq/2012/144/13144118/st_physics_13144118_raw_1020001.daq
and use
% hpss_user.pl -f file.lis
and that's it. Accounting interface is at
http://www.star.bnl.gov/devcgi/display_accnt.cgi where you can
see what is happening. Help is at
http://drupal.star.bnl.gov/STAR/comp/sofi#HPSS-Tools
Hope all will be clear ... many of those questions I
am sure can be answered by many if you send an EMail to starsofi
(or even the fgt Hypernews lists).
- xuanli's blog
- Login or register to post comments