Changes between Version 16 and Version 17 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Jan 5, 2007, 11:36:38 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

    v16 v17  
    129129
    130130
     131=== VO Specific Areas ===
     132
     133There are a couple of variables available to customize VO specific areas (software area, VO accounts home directories...) :
     134
     135 * `VO_SW_AREAS` : a nlist with one entry per VO (key is the VO name as used in `VOS` variable). The value is a directory to use for the VO software area. Be sure to list this directory or its parent in `WN_NFS_AREA` if you want to use a shared filesystem for this area (this is highly recommended).
     136 * `VO_HOMES` : a nlist with one entry per VO (key is the VO name as used in `VOS` variable). The value is a directory prefix to use when creating home directories for accounts. A suffix will be added to this name corresponding to the VO role suffix for role accounts or the the account number for pool accounts. By default, VO accounts are created in `/home`.
     137 * `VO_SWMGR_HOMES` : a nlist with one entry per VO (key is the VO name as used in `VOS` variable). The value is a directory to use as the home directory for the VO software manager. If there is not entry for a VO, VO_HOMES is used. Main purpose of this variable is to define home directory for the software manager as the VO software area. This can be achieved easily by assigning `VO_SW_AREAS` to this variable.
     138
    131139=== Tuning VO configuration on a specific node ===
    132140
     
    142150
    143151'''Note : before modifying default VO configuration for a specific machine, be sure what you want to do is valid. Misconfiguring VO can have dramatic effects on service availability.'''
     152
    144153
    145154== Allocation of Service Accounts ==