Changes between Version 61 and Version 62 of InstallingUsingRPMS

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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v61 v62  
    4848Most of the grid services and security infrastructures are sensitive to time skews. Thus we recommended to install a Network Time Protocol daemon or use any other solution that provides accurate clock synchronization. 
    4949 
    50 = Restricting Advance Reservation = 
    51 By default the QCG-Computing service can reserve any number of hosts. One can limit it by configuring the !Maui/Moab scheduler and the QCG-Computing service properly: 
    52  
    53 * In !Maui/Moab mark, using partition mechanism, some subset of nodes as reservable for QCG-Computing: 
    54 {{{ 
    55 #!div style="font-size: 90%" 
    56 {{{#!default 
    57 # all users can use both the DEFAULT and RENABLED partition 
    58 SYSCFG           PLIST=DEFAULT,RENABLED 
    59    
    60 # mark some set of the machines (e.g. 64 nodes) as reservable 
    61 NODECFG[node01] PARTITION=RENABLED 
    62 NODECFG[node02] PARTITION=RENABLED 
    63 NODECFG[node03] PARTITION=RENABLED 
    64 ... 
    65 NODECFG[node64] PARTITION=RENABLED 
    66  
    67 }}} 
    68 }}} 
    69  
    70 * Tell the QCG-Computing to limit reservation to the aforementioned partition 
     50 
    7151 
    7252= Installation using provided RPMS =