Hi, You should have the following line in /etc/services: |gsiftp 2811/tcp # Globus Toolkit GridFTP
This is somewhere in the quickstart guide as far as I remember... Please try to look for the apropriate section for further reference. lsof -i should print something like the following: (depends on wether you actually use xinetd, which has to be configured too, of course) |xinetd 2176 root 6u IPv4 4528070 TCP *:gsiftp (LISTEN) To see if GridFTP itself is listening you could try to connect to it via telnet telnet 127.0.0.1 2811 And then type "user", you should see something like the following: |user |220 bibgrid2lx.eu.boehringer.com GridFTP Server 2.5 (gcc32dbg, 1182369948-63) ready. |530 Must perform GSSAPI authentication. |530 Must perform GSSAPI authentication. Then, try globus-url-copy again. But my guess is that you're simply missing the entry in /etc/services Regards, Christian -----Ursprüngliche Nachricht----- Von: Yongxing Luo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. Oktober 2007 14:36 An: Assfalg,Christian (AIV) BIP-DE-B; [EMAIL PROTECTED] Cc: [email protected] Betreff: Re: [gt-user]Problem with configuration of Gridftp on the second machine! Can you explain it in detail? I 've check the corresponding configurations, but I didn't find anything wrong? Thank you very much! ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[email protected]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2007 2:22 PM Subject: AW: [gt-user]Problem with configuration of Gridftp on the second machine! Hi, I think Yongxing Luo forgot to add the entries to /etc/services on the host(s?), or the GridFTP Daemon is not started properly (xinetd or directly). I'd check the output of "lsof -i", netstat, telnet to the GridFTP Port or so and make shure that the GridFTP daemon is working, and the port name gets translated correctly. Regards, Christian -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alan Sill Gesendet: Dienstag, 23. Oktober 2007 04:48 An: Yongxing Luo Cc: gt-user; Charles Bacon Betreff: Re: [gt-user]Problem with configuration of Gridftp on the second machine! Yongxing: Make sure that the /etc/hosts file is configured properly for both hosts (hostname1 and hostname2 in your example) and that you get the proper response when, for example, typing "hostname" on each of these machines. On Oct 22, 2007, at 8:34 PM, Yongxing Luo wrote: > Is there someone can help me? > thank you ! > ----- Original Message ----- > From: Yongxing Luo > To: [email protected] > Cc: [EMAIL PROTECTED] > Sent: Monday, October 22, 2007 4:41 PM > Subject: [gt-user]Problem with configuration of Gridftp on the > second machine! > > Hi! > I've got a problem when I configured gridftp on my second machine > according to the Quickstart. > Everything is OK when I execute the following test commands: > > globus-url-copy gsiftp://'hostname1'/etc/group gsiftp://'hostname2'/ > tmp/from-cognito > > It shows the following error message: > error: globus_xio:Unable to connect to 'hostname2':2811. > globus_xio: globus_libc_getaddr info failed. > globus_common: Name or service not known. > > Can you tell me what'wrong with my configuration ? > Thank you very much ! >
