Changes between Version 12 and Version 13 of Doc/LCG2/TemplateLayout
- Timestamp:
- Jun 22, 2006, 7:10:52 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/LCG2/TemplateLayout
v12 v13 104 104 }}} 105 105 * {{{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 escapedhost 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 : 107 107 {{{ 108 108 variable NFS_THREADS = nlist( … … 119 119 }}} 120 120 This 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 125 if 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 ===