I have a cluster of machines, whose master node is pdclab-05.

I submit jobs from pdclab-01 to pdclab-05 with the command, globusrun-ws
-submit -S -f a.rsl, and it works ok. (Both machines have Globus Toolkit
4.0.5.)

However, when i try to execute the same command with the additional
parameter "-Ft PBS", I got errors,

[EMAIL PROTECTED] ~]$ globusrun-ws -Ft PBS -submit -S -f a.rsl
Delegating user credentials...Failed.
globusrun-ws: Error trying to delegate
Error querying delegation factories
Error: invalid factory EPR. Unable to query resource properties.

Any advice? FYI, I can submit jobs from pdclab-05 to the pdclab-05 cluster
master node through PBS.

[EMAIL PROTECTED] ~]$ globusrun-ws -Ft PBS -submit -S -f a.rsl
Delegating user credentials...Done.
Submitting job...Done.
Job ID: uuid:5d9cc3ca-420c-11dc-a258-00163e6ad4e0
Termination time: 08/04/2007 21:56 GMT
Current job state: StageIn
Current job state: Pending
Current job state: Active
Current job state: CleanUp
Current job state: Done
Destroying job...Done.
Cleaning up any delegated credentials...Done.

Thanks,

======= a.rsl ==============

<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>



http://ece.uprm.edu/~s047267
http://del.icio.us/josanabr
http://blog-grid.blogspot.com

Reply via email to