| 248 | == SE Configuration == |
| 249 | |
| 250 | ''Note : This section covers the generic SE configuration, not a specific implementation.'' |
| 251 | |
| 252 | === List of site SEs === |
| 253 | |
| 254 | 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`. |
| 255 | |
| 256 | === Default SE === |
| 257 | |
| 258 | Variable `SE_HOST_DEFAULT` is used to define the default SE for the site. By default, if not explicitly defined, this is the first host in `SE_HOSTS` list. It can be a SE outside your site (probably not recommended for general configurations). |
| 259 | |
| 260 | === CE Close SEs === |
| 261 | |
| 262 | Variable `CE_CLOSE_SE_LIST` (list) defines the SEs that must be registered in BDII as a close SE for the current CE. It defaults to `SE_HOSTS_DEFAULT`. If you want all your SEs to be registered as close SEs, you need to add the following declaration : |
| 263 | |
| 264 | variable CE_CLOSE_SE_LIST SE_HOST_DEFAULT. |
| 265 | |
| 266 | |