Project

General

Profile

Actions

Support #488

closed

JSAGA WS-GRAM adaptor

Added by P Karuna over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
High
Assigned To:
Category:
-
Target version:
-
Start date:
03/18/2010
Due date:
% Done:

0%

Estimated time:

Description

Please tell me how to use WS-GRAM adaptor for GT4 with an example.

Actions #1

Updated by Reynaud Sylvain over 14 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

Actions #2

Updated by Reynaud Sylvain over 14 years ago

  • Status changed from New to Closed
  • Assigned To set to Reynaud Sylvain
Actions

Also available in: Atom PDF