| 274 | | == Quattor Server == |
| 275 | | |
| 276 | | In addition to the base system installation, you need to install the following RPMs (and their dependencies) on a Quattor server where you want to use SCDB : |
| 277 | | |
| 278 | | * Java VM > 1.5.0 |
| 279 | | * Subversion client (preferably > 1.4) |
| 280 | | * cdb-sync |
| 281 | | * ncm-template |
| 282 | | * aii-server (2.4 or higher) |
| 283 | | * ncm-lib-blockdevices (0.18.5 or 0.20) |
| 284 | | * aii-ks |
| 285 | | * aii-pxelinux |
| 286 | | * ncm-ncd |
| 287 | | * ncm-ccm |
| 288 | | |
| 289 | | All but Java and SVN client can be download from http://quattorsrv.lal.in2p3.fr/packages/quattor/sl. Always use the last version, unless explicitly mentioned. The easiest is to use YUM after configuring a repository refering to the previous URL. This can be donne with the following command: |
| 290 | | {{{ |
| 291 | | cat > /root/.quattor/yumroot/quattor_sl.repo <<EOF |
| 292 | | [quattor_sl] |
| 293 | | name=quattor_sl |
| 294 | | baseurl=http://quattor.web.lal.in2p3.fr/packages/quattor/sl |
| | 274 | == Quattor Deployment Server == #QuattorServer |
| | 275 | |
| | 276 | Quattor packages required for installing a deployment server can be easily installed by YUM. For this, create the following YUM repository definition on your server: |
| | 277 | {{{ |
| | 278 | cat > /root/.quattor/yumroot/quattor.repo <<EOF |
| | 279 | [quattor_release] |
| | 280 | name=quattor_release |
| | 281 | baseurl=http://yum.quattor.org/current |