Changes between Version 90 and Version 91 of Download/SCDB


Ignore:
Timestamp:
Nov 7, 2009, 7:50:16 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v90 v91  
    267267== Quattor Server ==
    268268
    269 In addition to the base system installation, you need to install the
    270 following RPMs on a Quattor server where you want to use SCDB :
     269In 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 :
    271270
    272271 * Java VM > 1.5.0
     
    281280 * ncm-ccm
    282281
    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.
     282All 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{{{
     284cat > /root/.quattor/yumroot/quattor_sl.repo <<EOF
     285[quattor_sl]
     286name=quattor_sl
     287baseurl=http://quattor.web.lal.in2p3.fr/packages/quattor/sl
     288EOF
     289}}}
     290
     291After configuring the YUM repository, you should be able to install the required RPMs with:
     292{{{
     293yum install aii-pxelinux ncm-ncd ncm-ccm
     294}}}
    287295
    288296== SCDB Initialization ==