Hi,
I installed GT 4.2.0 and want submit single job to a second machine and use
stage in and stage out file.
i use this instruction :
------
[EMAIL PROTECTED] $ globusrun-ws -submit -f test_filestaging.xml
------
test_filestaging.xml contains this :
<?xml version="1.0" encoding="UTF-8"?>
<job
xmlns:gram="http://www.globus.org/namespaces/2008/03/gram/job"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<factoryEndpoint>
<wsa:Address>
https://192.168.134.179:8443/wsrf/services/ManagedJobFactoryService
</wsa:Address>
<wsa:ReferenceParameters>
<gram:ResourceID>Fork</gram:ResourceID>
</wsa:ReferenceParameters>
</factoryEndpoint>
<executable>/tmp/copied_echo</executable>
<argument>Staging sample executed in hostb.</argument>
<stdout>${GLOBUS_USER_HOME}/stdout_filestaging</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr_filestaging</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://192.168.134.101:2811/bin/echo</sourceUrl>
<destinationUrl>gsiftp://192.168.134.179:2811/tmp/copied_echo
</destinationUrl>
</transfer>
</fileStageIn>
<fileStageOut>
<transfer>
<sourceUrl>gsiftp://
192.168.134.179:2811/${GLOBUS_USER_HOME}/stdout_filestaging</sourceUrl>
<destinationUrl>gsiftp://
192.168.134.101:2811/tmp/stdout_from_hostb</destinationUrl>
</transfer>
<transfer>
<sourceUrl>gsiftp://
192.168.134.179:2811/${GLOBUS_USER_HOME}/stderr_filestaging</sourceUrl>
<destinationUrl>gsiftp://
192.168.134.101:2811/tmp/stderr_from_hostb</destinationUrl>
</transfer>
</fileStageOut>
<fileCleanUp>
<deletion><file>gsiftp://192.168.134.179:2811/tmp/copied_echo
</file></deletion>
<deletion><file>gsiftp://
192.168.134.179:2811/${GLOBUS_USER_HOME}/stdout_filestaging</file>
</deletion>
<deletion><file>gsiftp://
192.168.134.179:2811/${GLOBUS_USER_HOME}/stderr_filestaging</file>
</deletion>
</fileCleanUp>
</job>
--------------------
after submit job i see this error :
[EMAIL PROTECTED]:~> globusrun-ws -submit -f test_filestaging.xml -S
Delegating user credentials...Failed.
globusrun-ws: Error trying to delegate
globus_xio_gsi: gss_init_sec_context failed.
GSS Major Status: Unexpected Gatekeeper or Service Name
globus_gsi_gssapi: Authorization denied: The name of the remote host
(mehdi), and the expected name for the remote host (omid) do not match. This
happens when the name in the host certificate does not match the information
obtained from DNS and is often a DNS configuration problem.
-----------------------
I don't why error related with DNS server , because i set my hosts and IPs
in the /etc/hosts and my DNS server is running.
do you can help me for solve this problem ?
thank you.
Omid