Logging will need a Policy file to specify:

   * Machine name of central logging node for cluster
   * Port number for connection to central logging node
        (or we can leave this hard-coded)
   * Full-qualified pathname for central logfile on central node
        (assumes one central file for all logging)

Cheers,
Michelle

On Wed, 2 Aug 2006, Robyn Allsman wrote:

Hi Ray,

You wanted a list of file locators required by various pieces of software.

For PipelineHarness:
policyDir = directory containing policy files
batchPolicy = batch policy filename if different from 'batch.policy'


For Consumer:
policyDir = directory containing policy files
pipelinePolicy = pipeline policy filename if different from 'pipeline.policy'
diskRootPolicy = file containing hardwired file locators for Consumer use.

Currently, within diskRootPolicy the following locators are defined:
   gpfs = root directory for gpfs files
   ram = root directory for ramfs files
   queue = root directory for queue files  (not currently used)
   scratch = root directory for scratch files
In the future, they would be moved into the real-time Locator Policy file.

Within the pipelinePolicy, the name of each individual stage policy is defined.
   Those policies are expected to be resident in policyDir. I would not
   expect these names to change nor the contents to be modified in real-time.

Both codes will need:
log = root directory for logging files


There are probably more that we'll uncover as the DC environment matures.

Robyn


_______________________________________________
LSST-data mailing list
[email protected]
http://www.lsstmail.org/mailman/listinfo/lsst-data

Reply via email to