In case it is a GT4.2 job the following explains how to get localJobId:
http://www.globus.org/toolkit/docs/4.2/4.2.0/execution/gram4/user/gram4-user-query.html#gram4-user-query-single
Martin
Stuart Martin wrote:
I forgot to mention here, that the localJobId is new in GT 4.2. So, it
is not available in 4.0.x.
-Stu
On Aug 6, 2008, at Aug 6, 10:50 AM, Stuart Martin wrote:
Correct. This is not available in GRAM2, but it IS in GRAM4.
In GRAM4, there is a "localJobId" resource property. So you can query
the service to get the value.
http://viewcvs.globus.org/viewcvs.cgi/ws-gram/common/schema/gram/jdd/managed_executable_job_port_type.wsdl?revision=1.9
<xsd:element name="localJobId" type="xsd:string"/>
-Stu
On Aug 6, 2008, at Aug 6, 10:39 AM, Steven Timm wrote:
I'm pretty sure the answer is no. The GRAM protocol doesn't have a
function like that. but it will be interesting
to see what the others say.
Steve
------------------------------------------------------------------
Steven C. Timm, Ph.D (630) 840-8525
[EMAIL PROTECTED] http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group
Leader.
On Wed, 6 Aug 2008, John Sanabria wrote:
Hi,
I wonder if there is a globus command that allows to query the id of
a job submitted to a batch scheduler.
For example:
globus-job-submit komolongma.ece.uprm.edu/jobmanager-sge
/bin/hostname -f
https://komolongma.ece.uprm.edu:39819/4081/1218036507/
globus-job-status
https://komolongma.ece.uprm.edu:39819/4081/1218036507/
PENDING
globus-job-??? https://komolongma.ece.uprm.edu:39819/4081/1218036507/
4781
Is there a command that provides this info?
Thanks a lot,