Hi, I don't know how this is with PBS, but SGE expects a shared file system for the user's homes on the cluster nodes (unless your jobs are designed to work without one). I guess this is not the case? The GRID only stages the files to the cluster's headnode - all further staging has to be done either by the cluster software or the job itself. No need for GridFTP on the cluster's worker nodes - it won't be used when the jobs are scheduled by the cluster software. The GRID does not know that the job ends up beeing executed on pc9. And I guess PBS does not know that the binary on pc5 is not on a shared filesystem with pc9.
Regards, Christian -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von John Sanabria Gesendet: Dienstag, 4. September 2007 06:46 An: John Sanabria Cc: [email protected] Betreff: Re: [gt-user] error with PBS and a.rsl Sorry, here is the a.rsl file: <job> <executable>my_echo</executable> <directory>${GLOBUS_USER_HOME}</directory> <argument>Hello</argument> <argument>World!</argument> <stdout>${GLOBUS_USER_HOME}/stdout</stdout> <stderr>${GLOBUS_USER_HOME}/stderr</stderr> <fileStageIn> <transfer> <sourceUrl>gsiftp://pdclab-05.ece.uprm.edu:2811/bin/echo</sourceUrl> <destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl> </transfer> </fileStageIn> <fileCleanUp> <deletion> <file>file:///${GLOBUS_USER_HOME}/my_echo</file> </deletion> </fileCleanUp> </job> FYI, I had created my_echo file at pdclab-09 as follow: % globus-url-copy gsiftp://pdclab-05:2811/bin/echo gsiftp://pdclab-09:2811/home/josanabr/my_echo I changed file permission to my_echo, for become it an executable file. Then, execute: % globusrun-ws -Ft PBS -submit -F pdclab-05 -S -f a.rsl now, it works, :-(. What happen with the filestaging defined in a.rsl file? Any hints? > Hi list-users. > > I have configure Torque/MAUI in two computers: pdclab-05 (master) > pdclab-09 (compute node). > > Besides, > pdclab-05 has: globus 4.0.5, rft, myproxy (server). > pdclab-04 has configured globus-4.0.5, gridftp and it is a myproxy client. > > The next commands work ok: > > % globusrun-ws -Ft PBS -submit -F pdclab-05 -S -s -c /bin/date > % globus-url-copy gsiftp://pdclab-05.ece.uprm.edu:2811/bin/echo > gsiftp://pdclab-09/tmp/d > > however, next command fail: > > % globusrun-ws -Ft PBS -submit -F pdclab-05 -S -f a.rsl > > stderr's content: > > /var/spool/torque/mom_priv/jobs/103.pdclab-.SC: line 35: ./my_echo: No > such file or directory > > Thanks a lot for your hints. > > http://ece.uprm.edu/~s047267 > http://del.icio.us/josanabr > http://blog-grid.blogspot.com > > http://ece.uprm.edu/~s047267 http://del.icio.us/josanabr http://blog-grid.blogspot.com
