ComputingDocumentation: Difference between revisions

Jump to navigation Jump to search
== Accessing Wisconsin storage ==
 
## ssh to the login server
ssh <login name>@login.hep.wisc.edu
## create voms-proxy
voms-proxy-init --voms=lz ## it will prompt password for you to type
## it will prompt password for you to type
 
## This will tell you that you are grid user with LZ VO
gsido whoami (should return something like lz00x)
 
## Create your user directory in
gsido mkdir -p /hdfs/lz/user/<login name>
 
## Copy files from local directory to the storage area
gsido cp <some file> /hdfs/lz/user/<login name>
 
## copy using OSG copy clients and storage elements
lcg-cp /tmp/tmpfile -bvvD srmv2 srm://cmssrm2.hep.wisc.edu:8443/srm/v2/server?SFN=/hdfs/lz/user/tapas/tt
#OR
gfal-copy -v file:///tmp/tmpfile srm://cmssrm2.hep.wisc.edu:8443/srm/v2/server?SFN=/hdfs/lz/user/tapas/
 

Navigation menu