| 283 | | All but Java and SVN client can be download from |
| 284 | | http://quattorsrv.lal.in2p3.fr/packages/quattor/sl. Always use the |
| 285 | | last version, unless explicitly mentioned. You can also use APT or YUM |
| 286 | | from http://quattorsw.web.cern.ch/quattorsw/software/quattor. |
| | 282 | 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: |
| | 283 | {{{ |
| | 284 | cat > /root/.quattor/yumroot/quattor_sl.repo <<EOF |
| | 285 | [quattor_sl] |
| | 286 | name=quattor_sl |
| | 287 | baseurl=http://quattor.web.lal.in2p3.fr/packages/quattor/sl |
| | 288 | EOF |
| | 289 | }}} |
| | 290 | |
| | 291 | After configuring the YUM repository, you should be able to install the required RPMs with: |
| | 292 | {{{ |
| | 293 | yum install aii-pxelinux ncm-ncd ncm-ccm |
| | 294 | }}} |