To select a resource you must user the ERET/ESTO functionality in gridftp. You can use with with
globus-url-copy with the options:
-mn | -module-name <gridftp storage module name>
Set the backend storage module to use for both the source and
destination in a GridFTP transfer
-mp | -module-parameters <gridftp storage module parameters>
Set the backend storage module arguments to use for both the source
and destination in a GridFTP transfer
-smn | -src-module-name <gridftp storage module name>
Set the backend storage module to use for the source in a GridFTP
transfer
-smp | -src-module-parameters <gridftp storage module parameters>
Set the backend storage module arguments to use for the source
in a GridFTP transfer
-dmn | -dst-module-name <gridftp storage module name>
Set the backend storage module to use for the destination in a GridFTP
transfer
-dmp | -dst-module-parameters <gridftp storage module parameters>
Set the backend storage module arguments to use for the destination
in a GridFTP transfer
so to put a file to a specific resource:
globus-url-copy -dmn srb -dmp <resouce> file:///path/to/source
gsiftp://hostname:port/path/to/dest
[EMAIL PROTECTED] wrote:
Dear all,
I installed SRB-DSI on a testbed. However, I'm curious the item
"srb_default_resource" in $GLOBUS_LOCATION/etc/gridftp_srb.conf. Because I have
3 resources in this srb server and would like to assign them to 3 different domains, what
value should I set this item??
Br,
Fu-Ming