3 Access from a DEISA machine
private
First, make sure the deisa and globus modules have been loaded via the 'module load deisa' and 'module load globus' commands. This sets the $DEISA_HOME and $DEISA_DATA environment variables and make the Globus client commands like globus-url-copy available.
module load deisa globus
echo $DEISA_HOME /deisa/lrz/home/lrz00001/lrz015ab
echo $DEISA_DATA /deisa/lrz/data/lrz00001/lrz015ab
Then copy the file myfile to $DEISA_HOME and $DEISA_DATA directories mounted on the GridFTP server at RZG:
globus-url-copy file://`pwd`/myfile gsiftp://`deisa_service –i –f rzg`/$DEISA_HOME/myfile
globus-url-copy file://`pwd`/myfile gsiftp://`deisa_service –i –f rzg`/$DEISA_DATA/myfile


