Caltech Tier 2
Overview
Quota: TBD
CMS-Caltech Computing Team
Access files in T2 HDFS space
- Login to
lxplus.cern.ch
; create your own proxy with voms-proxy-init -voms cms
. For any command below, you always need to have a valid proxy.
- To list a specific directory (e.g. bottom list all
/store/user/
directory and all users):
-
gfal-ls -l srm://cit-se.ultralight.org:8443/srm/v2/server?SFN=/mnt/hadoop/store/user/
- To remove a specific file from T2_US_Caltech:
-
gfal-rm srm://cit-se.ultralight.org:8443/srm/v2/server?SFN=/mnt/hadoop/store/user/jbalcas/my_file/from_my_analysis/file_name.root
- You can also use
rm -r
(Remove everything recursively (Be careful and double check full path what you delete))
-
gfal-rm -r srm://cit-se.ultralight.org:8443/srm/v2/server?SFN=/mnt/hadoop/store/user/jbalcas/my_file/
- To copy file from T2_US_Caltech to your working directory:
-
gfal-copy srm://cit-se.ultralight.org:8443/srm/v2/server?SFN=/mnt/hadoop/store/user/jbalcas/a.test a.test
- To copy file from your working directory to T2_US_Caltech storage:
-
gfal-copy a.test srm://cit-se.ultralight.org:8443/srm/v2/server?SFN=/mnt/hadoop/store/user/jbalcas/a-new.test
--
ThongNguyen - 2018-03-06
This topic: Sandbox
> ThongNguyen > CaltechTier2
Topic revision: r2 - 2018-03-07 - ThongNguyen