Changes between Version 80 and Version 81 of Download/SCDB
- Timestamp:
- Mar 11, 2009, 7:48:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v80 v81 315 315 options). This will download SCDB, QWG, and compile the example to 316 316 ensure that everything works. To populate the `cdb` subdirectory for example, 317 with SCDB and QWG templates gLite-3.0.2-10do:318 {{{ 319 check-compile.sh -d cdb /templates/tags/gLite-3.0.2-10317 with SCDB and last version from gLite 3.1 branch do: 318 {{{ 319 check-compile.sh -d cdb glite-3.1 320 320 }}} 321 321 The equivalent can be done manually. See the following link for SCDB and QWG: … … 363 363 want to customize it later, you are probably better to start with a 364 364 configuration similar to what is provided in `repository` directory of 365 `sites/example` directory. You can retrieve an initial directory 366 content for each RPM repository by downloading the contents of the URL 367 specified in comments at the beginning of each repository templates. 365 `sites/example` directory. 366 367 You can retrieve an initial directory content for each RPM repository by downloading the contents of the URL 368 specified in comments at the beginning of each repository templates. A convenient way to do it is: 369 {{{ 370 src/utils/misc/rpmUpdates /your/dir/ectory URL_found_in_template_header > /dev/null 371 }}} 372 373 ''Note: this command produce a rather verbose output, just ignore it.'' 374 375 You have to do it for the following repository templates: 376 * OS: to start, you need only to download the OS version you plan to use. ''Note: there are several repositories per OS versions, be sure to download all of them.'' 377 * gLite: to start download all the repositories related to the version you are planning to use, ignore others. 378 * All the repositories not related to an OS or gLite version 379 380 You are probably better to remove any template you think you will not use (you can always revert your change in case of mistakes). 368 381 369 382 === Basic System Configuration === 370 383 371 384 Basic system configuration (network parameters, DNS servers, ...) are 372 grouped in template `pro_site_c luster_info.tpl`in `site` directory of385 grouped in template `pro_site_config.tpl` and `pro_site_global_variables.tpl` in `site` directory of 373 386 your site. Look at comments to understand what you need to modify. 374 387 … … 379 392 comments to understand what you need to modify. 380 393 394 ''Note: do not be afraid of putting wrong values in your gLite parameters, this can easily be refined later. As a general rule, keep the example values when you don't understand how to change them.'' 395 381 396 382 397 == Cluster Configuration == 383 398 384 399 After creating your site, you need to create your first cluster. You 385 can do this by copying `clusters/example ` directoryand customizing a400 can do this by copying `clusters/example-3.1` directory, removing all profiles from `clusters/example-3.1/profiles` and customizing a 386 401 few templates. 387 402 … … 389 404 390 405 You need to create a template describing the hardware configuration of 391 your machines. This is generally placed in `hardware`sub-directory of 392 site directory. Look at examples. 406 your machines. This is generally placed in `hardware` sub-directory of 407 site directory. Look at examples, copy one with a configuration close to yours as a starting point. The name of the hardware template is at your convenience and will be associated with a host name later. 408 409 ''Note: recommendation is to have name of templates describing HW boxes derived from box location rather than its current host name as the same HW may be affected to another host later.'' 393 410 394 411 === Adding Machine to pro_site_database.tpl === 395 412 396 413 Before being able to configure the machine, you need to create an 397 entry for the machine name in both tables of 398 `pro_site_database.tpl`. First entry defines the address associated 399 with the machine name, second entry defines the hardware template 400 associated with the machne. 414 entry for the machine name in both variables of 415 `pro_site_database.tpl`. First variable defines the address associated 416 with the machine name, second variable defines the hardware template 417 associated with the machine. 418 419 In both variable, the key is the escaped host name. The value is an IP address in the first case, the name of the template (relative to your site name in `sites` directory) you created in the previous step for the second variable. 401 420 402 421 === Creating Machine Profile === … … 404 423 Copy an existing profile in examples corresponding to the machine type 405 424 you want to create. 425 426 ''Note: as a first node, it is recommended to configure a site BDII as this is the most simple node. When successful with site BDII, the next ones are generally CE and one WN.'' 406 427 407 428 == Quattor Server Final configuration ==