Bugzilla – Bug 2452
non-striped gridFTP not working w/ round robin
Last modified: 2004-12-16 13:11:08
You need to log in before you can comment on or make changes to this bug.
I have a round-robin cname (tg-gridftprr.uc.teragrid.org) which points to tg-s001 thru tg-s008 (.uc.teragrid.org). tg-s001 thru tg-s008 have a host specific server certificates (not wildcard). For $i = 0 to 99 I execute the following command: globus-url-copy file:///home/navarro/input \ gsiftp://tg-gridftprr.uc.teragrid.org:2811/home/navarro/tmp/output.$i Only between ~15 to ~20 transfers work, the remaining fail with: error: globus_ftp_control: gss_init_sec_context failed globus_gsi_gssapi: Authorization denied: The name of the remote entity (/DC=org/DC=doegrids/ OU=Services/CN=host/tg-s005.uc.teragrid.org), and the expected name for the remote entity (/ CN=host/tg-s003.uc.teragrid.org) do not match error: globus_ftp_control: gss_init_sec_context failed globus_gsi_gssapi: Authorization denied: The name of the remote entity (/DC=org/DC=doegrids/ OU=Services/CN=host/tg-s008.uc.teragrid.org), and the expected name for the remote entity (/ CN=host/tg-s002.uc.teragrid.org) do not match
Created an attachment (id=477) [details] patch to 3.9.3 globus_ftp_control The attached patch to the globus_ftp_control library should fix your problem. I don't believe this will make it into 3.9.4, but it will be in the next release. Please let me know how this works for you. Mike
Created an attachment (id=478) [details] patch to 3.9.4 globus_ftp_control The fix did not make it into the 3.9.4 release. Use this patch for that release.