Changes between Version 121 and Version 122 of Download/SCDB


Ignore:
Timestamp:
Apr 15, 2014, 11:00:40 PM (12 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v121 v122  
    272272
    273273
    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
     276Quattor 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{{{
     278cat > /root/.quattor/yumroot/quattor.repo <<EOF
     279[quattor_release]
     280name=quattor_release
     281baseurl=http://yum.quattor.org/current
    295282EOF
    296283}}}
     
    300287yum install aii-pxelinux ncm-ncd ncm-ccm
    301288}}}
     289
     290''Note: when you have succeeding installing and configuring Quattor, it is recommended to add a profile for your deployment server so that it will be managed by Quattor! This will help to keep it consistent and up-to-date.''
    302291
    303292== SCDB Initialization ==