Changes between Version 12 and Version 13 of Doc/LCG2/TemplateLayout


Ignore:
Timestamp:
Jun 22, 2006, 7:10:52 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/LCG2/TemplateLayout

    v12 v13  
    104104}}}
    105105 * {{{SITE_NFS_ACL}}} : this is a list of hostname patterns to be used in the export entry for each file system listed in {{{WN_NFS_AREAS}}}. Default is to export all file systems to CE, SE, and WNs and should generably be appropriate.
    106  * {{{NFS_THREADS}}} : this is a nlist with one entry for each NFS server you want to define a non default value of NFS threads (8). An entry for an unused server is just ignored. The key must be the escaped host name and the value the number of threads. A typical example is :
     106 * {{{NFS_THREADS}}} : this is a nlist with one entry for each NFS server you want to define a non default value of NFS threads (8). An entry for an unused server is just ignored. The key must be the host name and the value the number of threads. A typical example is :
    107107{{{
    108108variable NFS_THREADS = nlist(
     
    119119}}}
    120120This means that {{{/home}}} is NFS mounted on WNS and that the server is the CE.
     121
     122=== PBS/Torque ===
     123
     124 * CE_NFS_ENABLED : this variable must be set to true if WN home directories are on a shared NFS file system (even
     125if the server is not the CE, the variable name is kept for backward compatibility). When set to true, PBS/Torque client is configured to redirect {{{TMPDIR}}} and {{{EDG_WL_SCRATCH}}} to a local directory on the WN.
     126
     127
     128=== MAUI ===
     129
     130=== CE ===