Changes between Version 37 and Version 38 of installation_guide_rpm

Show
Ignore:
Timestamp:
06/13/13 09:05:37 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v37 v38  
    4141}}} 
    4242 
    43 = Database setup = 
     43== Database setup == 
    4444* Start the PostgreSQL service: 
    4545{{{ 
     
    9494}}} 
    9595 
    96  '''Note:''' You must reload the PostgreSQL server in order to make the changes visible e.g: 
     96 '''Note:''' Please reload the PostgreSQL server in order to make the changes visible e.g: 
    9797{{{ 
    9898#!div style="font-size: 90%" 
     
    108108To install QCG-Broker service please configure the system with [[http://www.qoscosgrid.org/trac/qcg/wiki/Software%20repositories | QCG Software Repositories]]. 
    109109 
    110 * install QCG-Broker service using YUM Package Manager: 
     110* install QCG-Broker service and all dependencies using YUM Package Manager: 
    111111{{{ 
    112112#!div style="font-size: 90%" 
     
    129129 * '''deploy.port_range''' the range of opened ports 
    130130 
    131 * deploy the configuration and setup the database 
     131* deploy the configuration and setup the QCG-Broker database 
    132132{{{ 
    133133#!div style="font-size: 90%" 
     
    138138 
    139139= Configuration = 
    140 * Edit the `QCG-BROKER-DEPLOY_DIR/broker/etc/providers.list` file specyfying list of resource providers (instances of QCG BES/AR services controling resources and creating together virtual pool of resources) 
     140* Edit the `QCG-BROKER-DEPLOY_DIR/broker/etc/providers.list` file specifying list of resource providers (instances of QCG BES/AR services controlling resources and creating together virtual pool of resources) 
    141141 
    142142 '''providers.count'''=<n> - number of providers 
     
    148148 '''provider.x.id'''=<PROVIDER ID> - identifier of the provider (must be globally unique),\\ 
    149149 '''provider.x.location'''=<LOCATION>  - address of provider service.\\ 
     150 '''provider.x.storage'''=<GRIDFTP>  - address of the gridFTP server\\ 
     151 '''provider.x.hostname'''=<LIST OF NAMES>  - list of names of the site separated by comma\\ 
     152 '''provider.x.props'''=<PROPERTIES>  - list of properties separated by comma. For the PLGrid sites please set the "plgrid" property\\ 
     153 '''provider.x.active'''=<STATE>  - optional parameter (true|false) determining the availability of the provider 
    150154 
    151155 For example: 
     
    156160providers.count=1 
    157161 
    158 provider.0.domain=PSNC 
    159 provider.0.id=qcg_cluster 
     162provider.0.domain=PCSS 
     163provider.0.id=reef 
    160164provider.0.type=qcg 
    161 provider.0.location=httpg://qcg.man.poznan.pl:19000 
    162 }}} 
    163 }}} 
    164  
    165 * For cross-clusters job submission, edit `QCG-BROKER_DEPLOY_DIR/broker/etc/config.prop` file, and set following variables: 
     165provider.0.location=httpg://qcg.reef.man.poznan.pl:19000 
     166provider.0.storage=qcg.reef.man.poznan.pl 
     167provider.0.hostname=reef.man.poznan.pl,reef,pcss 
     168provider.0.props=plgrid 
     169provider.0.active=true 
     170 
     171}}} 
     172}}} 
     173 
     174* For cross-clusters job submission, edit the `QCG-BROKER_DEPLOY_DIR/broker/etc/config.prop` file, and set following variables: 
    166175 * '''broker.qoscos.proactive.pncURL''' - !ProActvie node coordinator address 
    167176 * '''broker.qoscos.ompi.pncURL''' - OpenMPI node coordinator address