STEPS TO RUN PEGASUS FOR GRID SUMMER SCHOOL I) SETTING OF CONFIGURATION FILES mkdir ~/tutorial mkdir ~/config cp /home/home1/test/vds-tutorial/templates/chimerarc.template ~/.chimerarc cp /home/home1/test/vds-tutorial/templates/pool.config.template ~/config/pool.config.txt cp /home/home1/test/vds-tutorial/templates/tc.data.template ~/config/tc.data Edit the files ~/.chimerarc and ~/config/pool.config.txt and replace all $HOME with the actual value of $HOME variable unset VDS_HOME unset CLASSPATH declare -x VDS_HOME=/home/home1/test/vds/default/ source /home/home1/test/vds/default/setup-user-env.sh declare -x PATH=$VDS_HOME/bin:$PATH genpoolconfig --poolconfig ~/config/pool.config.txt --output ~/config/pool.config.xml cp /home/home1/test/vds-tutorial/templates/diamond.vdl.template ~/tutorial/diamond.vdl perl -pi -e 's/unique-name/test/g' ~/tutorial/diamond.vdl WHERE test is the username of the user.. <> /bin/date > ~/test.f.a WHERE test is the username of the user.. <> globus-url-copy -vb file:///$HOME/.f.a gsiftp://localhost/$HOME/storage/.f.a WHERE U HAVE TO REPLACE $HOME WITH THE VALUE OF IT and is the id of the user. rls-client --lrc=rlsn://smarty.isi.edu --mapping=.f.a,gsiftp://~/storage/.f.a where is the id of hte user (II)RUNNING CHIMERA cd ~/tutorial vdlt2vdlx diamond.vdl > diamond.xml insertvdc diamond.xml gendax -l -f .f.d -o diamond.dax where is label for workflow and is users id (III) RUNNING PEGASUS 1) log in onto the machine 2) grid-proxy-init 3) cd ~/tutorial/ 4) rm -rf ./diamond.dir 5) rm ~/workdir-clus1/test.f.* 6) rm ~/storage-clus1/test.f.* 7) gencdag --dax diamond.dax -p clus1 -o clus1 -v --dir ./diamond.dir/ -a (If no submit files are generated, it could be the dag got reduced from a previous run. one should use the force option to gencdag to override reduction) 8) cd diamond.dir 9) condor_submit_dag name of dag file 10) condor_q RLS Query Commands on smarty. setenv LD_LIBRARY_PATH /nfs/v6/palavall/rls-2.2/lib 1) sukhna:/nfs/asd2/vahi 35% globus-rls-cli q l l test.f.d rlsn://smarty test.f.d: gsiftp://server1.gs.unina.it/home/home1/test/storage-clus1/test.f.d deleting the pfn entry from above step. 2) sukhna:/nfs/asd2/vahi 36% globus-rls-cli delete test.f.d gsiftp://server1.gs.unina.it/home/home1/test/storage-clus1/test.f.d rlsn://smarty