Changes between Version 15 and Version 16 of Doc/gLite/TemplateCustomization/Services


Ignore:
Timestamp:
Feb 23, 2012, 3:38:28 PM (12 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=IPHC/CN=Jerome Pansanel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization/Services

    v15 v16  
    282282
    283283WN configuration is derived from CE and batch system configuration. To configure your WN for specific local requirements, use variable `WN_CONFIG_SITE`` which must be a template with all the specific actions required on your local nodes.
     284
    284285
    285286=== WN Profile Cloning ===
     
    312313In addition to these variable definitions, another variable `WN_DUMMY_DISABLED` is available. This is a nlist where the key is an escaped node name and the value must be `true` to disable the use of profile cloning on a specific node. This allows to add `USE_DUMMY` variable the site-specific machine type definition for a WN, with a default value of `true`. And then, editing just one template (rather than editing each profile template individually), control the specific nodes where you want to disable the use of profile cloning. `WN_DUMMY_DISABLED` is typically defined in a site-specific template like `site/wn-cloning-config`, that is included in the site-specific definition of a WN.
    313314
     315=== gLexec ===
     316
     317To enable gLexec on the worker nodes, you need to define the following variable in your [source:templates/trunk/sites/example/site/glite/config.tpl gLite parameters]:
     318{{{
     319variable GLEXEC_WN_ENABLED ?= true;
     320}}}
     321
    314322
    315323== SE Configuration ==