Changes between Version 154 and Version 155 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Feb 8, 2010, 8:29:13 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v154 v155  
    515515}}}
    516516
     517A few other variables specific to CREAM CE are available, in particular to define log locations:
     518 * `CREAMCE_LOG_DIR`: location of CREAM CE log. Default: `/var/log/glite`.
     519 * `BLPARSER_LOG_DIR`: location of BLParser log file. Default: `/var/log/glite`.
     520 * `GLEXEC_LOG_DIR`; location of glexec log files. '''This must be different from the 2 other log locations''' because the permissions are not compatible (none belong to `root`). Default: `/var/log/glexec`.
     521 
     522CREAM CE relies on ''BLParser'' to interact with the batch system and get status back about submitted jobs. The BLParser must run on a machine with access to the batch system logs. The default is to run it on the LRMS master, which can be defined explicitly with variable `LRMS_HOST` and defaults to the first CE in `CE_HOSTS`. For specific needs, it is possible to define explicitly the BLParser host with variable `BLPARSER_HOST`.
     523
    517524=== Home Directories of VO Accounts ===
    518525