Last modified: Tue Feb 5 17:31:14 GMT 2008
Nick West
Return to home page

Reference: glite-brokerinfo - BrokerInfo

When the RB allocates a job to a CE, it sends along with it a BrokerInfo file that contains information about the job, for example the name of the CE, the files specified in the InputData attribute, the SEs where they can be found, etc. This information can be accessed by the user job using the glite-brokerinfo command.

The BrokerInfo file is created in the job working directory (that is, the current directory on the WN for the executable) and is named .BrokerInfo.

NOTE: There will be no BrokerInfo file if the job is submitted with Job Submission (glite-wms-job-submit) and the -r option specified.

The glite-brokerinfo command has the following syntax:

glite-brokerinfo [-v] [-f ] function [parameter] [parameter]
where function is one of the following: For more information, type
  glite-brokerinfo --help
The equivalent function for the EDG middleware is edg-brokerinfo

This section has been plundered from @ gLite 3 User Guide / 6.3.5 The BrokerInfo



Return to home page