Hi, I'm trying to get a simple DRS example working. Here's what I've done:
[EMAIL PROTECTED]:~> globus-rls-cli query lrc lfn whatever rlsn://lysine whatever: gsiftp://lysine:2811/tmp/whatever the file exists: [EMAIL PROTECTED]:~> cat /tmp/whatever something! and i've followed the instructions, pretty much to the letter, here: http://www.globus.org/toolkit/docs/4.0/techpreview/datarep/user-index.html here's my request file: [EMAIL PROTECTED]:~> cat testrun.req whatever gsiftp://lysine:2811/tmp/whatever2 actually starting it seems to go OK... [EMAIL PROTECTED]:~> globus-replication-create --debug --start -s https://lysine:8443/wsrf/services/ReplicationService -C mycredential.epr -V myreplicator.epr file:///fs/mikehomes/gt4admin/testrun.req Argument: Option: saveEpr Value: myreplicator.epr Argument: Option: start Value: null Argument: Option: delegatedCredential Value: mycredential.epr Argument: Option: service Value: https://lysine:8443/wsrf/services/ReplicationService Argument: Option: debug Value: null Service endpoint: Address: https://lysine:8443/wsrf/services/ReplicationService Creating Replicator... Replicator created. Starting Replicator... Replicator started. BUT... the file "/tmp/whatever2" is not created. And, it seems the thing was terminated: [EMAIL PROTECTED]:~> wsrf-get-property -e myreplicator.epr "{ http://www.globus.org/namespaces/2005/05/replica/replicator}status<http://www.globus.org/namespaces/2005/05/replica/replicator%7Dstatus>" <ns1:status xmlns:ns1=" http://www.globus.org/namespaces/2005/05/replica/replicator ">Terminated</ns1:status> Any idea what's going wrong here? Thanks, Adam
