Hi,
I am using this rsl script:
<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://nodeb.globus.es: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>
> Date: Mon, 11 Apr 2011 22:04:46 +0530
> From: [email protected]
> To: [email protected]
> CC: [email protected]
> Subject: Re: [gt-user] problem in installing globus-4.2.1 -- the secondnode
>
> Hi..
>
> The problem appears to be in your rsl script (a.rsl).
> 'Invalid executable path' indicates incorrect staging directives in the
> rsl script. Recheck.
>
> Regards,
> Prashanth Chengi
> National PARAM SuperComputing Facility
> System Administration and Networking Group
> C-DAC Pune
>
> --
> Our greatest triumph is not in never falling.
> It is in getting up every time we fall.
>
>
> On Mon, 11 Apr 2011, arindam choudhury wrote:
>
> > Hi,
> >
> > I am trying to install gt-4.2.1 on fedora 9. I am following the quick
> > start guide given on the globus toolkit website. I encountered a problem
> > while I tried to set-up GRAM4 in the second node. I installed globus in
> > /opt/globus-4.2.1 and I entered in the sudoers:
> >
> > Runas_Alias GLOBUSUSERS = ALL, !root;
> > globus ALL=(GLOBUSUSERS) NOPASSWD:
> > /opt/globus-4.2.1/libexec/globus-gridmap-and-execute -g
> > /etc/grid-security/grid-mapfile
> > /opt/globus-4.2.1/libexec/globus-job-manager-script.pl *
> > globus ALL=(GLOBUSUSERS) NOPASSWD:
> > /opt/globus-4.2.1/libexec/globus-gridmap-and-execute -g
> > /etc/grid-security/grid-mapfile
> > /opt/globus-4.2.1/libexec/globus-gram-local-proxy-tool *
> >
> > and I also commented the require tty.
> >
> > I am getting this error:
> >
> > [quser@nodeb ~]$ globusrun-ws -submit -S -f a.rsl
> > Delegating user credentials...Done.
> > Submitting job...Done.
> > Job ID: uuid:d204cc5c-6455-11e0-a6e6-c5859246ff39
> > Termination time: 04/11/3011 16:07 GMT
> > Current job state: StageIn
> > Current job state: Failed
> > Destroying job...Done.
> > Cleaning up any delegated credentials...Done.
> > globusrun-ws: Job failed: Invalid executable path "my_echo".
> >
> > Please Help,
> > Arindam
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>