Changes between Version 58 and Version 59 of InstallingUsingRPMS

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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v58 v59  
    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 == Configuring WP4 queue == 
     50= Restricting Advance Reservation = 
    5151Sample Maui configuration that gives 8 machines to exclusive use of the Work Package 4: 
    5252{{{ 
    5353#!div style="font-size: 90%" 
    5454{{{#!default 
    55 # WP4 
    56 # all users by default can use only DEFAULT partition (i.e. ALL minus WP4) 
    57 SYSCFG           PLIST=DEFAULT 
    58    
    59    
    60 # increase priority of the plgrid-wp4-produkcja queue 
    61 CLASSCFG[plgrid-wp4-produkcja] PRIORITY=90000 
    62 # jobs submitted to the plgrid-wp4 queue CAN use and CAN ONLY (note the &) use the wp4 partition 
    63 CLASSCFG[plgrid-wp4] PLIST=wp4& 
    64    
    65 # devote some machines to the Work Package 4 
    66 NODECFG[r512] PARTITION=wp4 
    67 NODECFG[r513] PARTITION=wp4 
    68 NODECFG[r514] PARTITION=wp4 
    69 NODECFG[r515] PARTITION=wp4 
    70 NODECFG[r516] PARTITION=wp4 
    71 NODECFG[r517] PARTITION=wp4 
    72 NODECFG[r518] PARTITION=wp4 
    73 NODECFG[r519] PARTITION=wp4 
    74 }}} 
    75 }}} 
    76  
    77 Now you need also to add the two queues in the Torque resource manager: 
    78 {{{ 
    79 #!div style="font-size: 90%" 
    80 {{{#!sh 
    81 # 
    82 # Create and define queue plgrid-wp4 
    83 # 
    84 create queue plgrid-wp4 
    85 set queue plgrid-wp4 queue_type = Execution 
    86 set queue plgrid-wp4 resources_max.walltime = 72:00:00 
    87 set queue plgrid-wp4 resources_default.ncpus = 1 
    88 set queue plgrid-wp4 resources_default.walltime = 72:00:00 
    89 set queue plgrid-wp4 acl_group_enable = True 
    90 set queue plgrid-wp4 acl_groups = plgrid-wp4 
    91 set queue plgrid-wp4 acl_group_sloppy = True 
    92 set queue plgrid-wp4 enabled = True 
    93 set queue plgrid-wp4 started = True 
    94   
    95 # 
    96 # Create and define queue plgrid-wp4-produkcja 
    97 # 
    98 create queue plgrid-wp4-produkcja 
    99 set queue plgrid-wp4-produkcja queue_type = Execution 
    100 set queue plgrid-wp4-produkcja resources_max.walltime = 72:00:00 
    101 set queue plgrid-wp4-produkcja resources_max.ncpus = 256 
    102 set queue plgrid-wp4-produkcja resources_default.ncpus = 1 
    103 set queue plgrid-wp4-produkcja resources_default.walltime = 72:00:00 
    104 set queue plgrid-wp4-produkcja acl_group_enable = True 
    105 set queue plgrid-wp4-produkcja acl_groups = plgrid-wp4 
    106 set queue plgrid-wp4-produkcja acl_group_sloppy = True 
    107 set queue plgrid-wp4-produkcja enabled = True 
    108 set queue plgrid-wp4-produkcja started = True 
    109 }}} 
    110 }}} 
    111  
     55# all users can use both the DEFAULT and RENABLED partition 
     56SYSCFG           PLIST=DEFAULT,RENABLED 
     57   
     58# mark some set of the machines (e.g. 64 nodes) as reservable 
     59NODECFG[node01] PARTITION=RENABLED 
     60NODECFG[node02] PARTITION=RENABLED 
     61NODECFG[node03] PARTITION=RENABLED 
     62... 
     63NODECFG[node64] PARTITION=RENABLED 
     64 
     65}}} 
     66}}} 
    11267= Installation using provided RPMS = 
    11368* Create the following users: