Changes between Version 35 and Version 36 of Doc/gLite/TemplateCustomization
- Timestamp:
- Mar 24, 2007, 11:47:22 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v35 v36 237 237 It 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. 238 238 239 For example to force a restart on all WNs, you can add the following definition : 240 {{{ 241 variable LRMS_CLIENT_RESTART = nlist( 242 'DEFAULT', '2007-03-24:18:33', 243 ); 244 }}} 245 239 246 A good place to define this variable is template `pro_site_cluster_info` in cluster `site` directory. 240 247