Changes between Version 35 and Version 36 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Mar 24, 2007, 11:47:22 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v35 v36  
    237237It is possible to force a restart of LRMS (batch system) client on all WNs by defining variable `LRMS_CLIENT_RESTART`. This variable, if present, must be a nlist with one entry per WN to restart (key is the WN name) or 'DEFAULT' for all WNS without a specific entry. When the value is changed (or first defined), this triggers a LRMS client restart. The value itself is not relevant but it is advised to use a timestamp for better tracking of forced restart.
    238238
     239For example to force a restart on all WNs, you can add the following definition :
     240{{{
     241variable LRMS_CLIENT_RESTART = nlist(
     242  'DEFAULT', '2007-03-24:18:33',
     243);
     244}}}
     245
    239246A good place to define this variable is template `pro_site_cluster_info` in cluster `site` directory.
    240247