Support #488
closedJSAGA WS-GRAM adaptor
0%
Description
Please tell me how to use WS-GRAM adaptor for GT4 with an example.
Updated by Reynaud Sylvain about 15 years ago
First download the latest snapshot because this adaptor DID NOT IMPLEMENT data staging in previous releases:
http://grid.in2p3.fr/software/jsaga-dev/download.html
Check WS-GRAM FAQ for the format of URL:
http://grid.in2p3.fr/software/jsaga-dev/adaptors/jsaga-adaptor-wsgram/example.html
Tell JSAGA which security context to use:
cat << EOF > etc/jsaga-universe.xml
<UNIVERSE name="World" xmlns="http://www.in2p3.fr/jsaga">
<GRID contextType="Globus"><job type="wsgram"/></GRID>
</UNIVERSE>
EOF
Check if you are missing some configuration attributes to create a globus proxy:
jsaga-help -s missing
Create a globus proxy with command:
jsaga-context-init Globus
Then use the WS-GRAM as any other adaptor:
cat << EOF > job.txt
Executable /bin/hostname
Output output.txt
FileTransfer result.txt<output.txt
EOF
jsaga-job-run -f job.txt -r $URL
Note that this adaptor still does not pass all our tests. In particular, option -Input does not work.
Please use the forum for your next questions (in order to avoid having 2 different places for user questions):
https://forge.in2p3.fr/projects/jsaga/boards/show/11
Updated by Reynaud Sylvain about 15 years ago
- Status changed from New to Closed
- Assigned To set to Reynaud Sylvain