280 | | You can define a list of several SEs on your site, in variable (list) `SE_HOSTS`. There must be one corresponding entry for each SE host in variable `SE_TYPES`, a nlist where the key is the host name as defined in `SE_HOSTS`. |
| 280 | The list of SEs available at your site must be defined in variable `SE_HOSTS`. This variable is a nlist with one entry for each local SE. The key is the SE host name and the value is a nlist defining SE parameters. |
| 281 | |
| 282 | Supported parameters for each SE are : |
| 283 | * `type` : define SE implementation. Must be `SE_Classic`, `SE_dCache` or `SE_DPM`. This parameter is required and has no default. Note that SE Classic is deprecated. |
| 284 | * `accessPoint` : define the root path of any VO specific area on the SE. This parameter is required with Classic SE and dCache. It is optional with DPM where it defaults to `/dpm/dom.ain.name/homes`. |
| 285 | * `arch` : used to define `GlueSEArchitecture` for the SE. This parameter is optional and defaults to `multidisk` that should be appropriate for standard configurations. |
| 286 | |
| 287 | For more details, look at [source:templates/trunk/sites/example/site/pro_lcg2_config_site.tpl example] and comments in [source:/templates/trunk/grid/glite-3.0.0/defaults/glite.tpl gLite defaults]. |
| 288 | |
| 289 | Format of `SE_HOSTS` has been changed in gLite-3.0.2-11 release of QWG templates. Look at [wiki:ReleaseNotes/gLite-3.0#gLite-3.0.2-11:SE_HOSTSformatchange release notes] to know how to migrate from previous format. |
| 290 | |