Changes between Version 63 and Version 64 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
10/03/11 16:13:35 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v63 v64  
    432432}}} 
    433433 
    434 * Tell the QCG-Computing to limit reservation to the aforementioned partition 
    435  
    436 In some deployments enabling advance reservation for the whole cluster is not desirable. In such cases one can limit advance reservation to particular partition by editing `/opt/plgrid/qcg/etc/qcg-comp/sysconfig/qcg-compd`  and adding the following line: 
    437  
    438 {{{ 
    439 #!div style="font-size: 90%" 
    440 {{{#!default 
    441 export QCG_AR_MAUI_PARTITION="wp4" 
    442 }}} 
    443 }}} 
    444  
    445 where `wp4` is the name of Maui partition denoting set of reservable hosts. 
     434* Tell the QCG-Computing to limit reservation to the aforementioned partition, by editing the `/opt/plgrid/qcg/etc/qcg-comp/sysconfig/qcg-compd` configuration file: 
     435 
     436{{{ 
     437#!div style="font-size: 90%" 
     438{{{#!default 
     439export QCG_AR_MAUI_PARTITION="RENABLED" 
     440}}} 
     441}}} 
    446442= Configuring BAT Updater = 
    447443== Installation ==