Changes between Version 8 and Version 9 of installation_QCG_Broker

Show
Ignore:
Timestamp:
05/17/11 16:57:37 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker

    v8 v9  
    241241 
    242242* For cross-clusters job submission, edit `QCG-BROKER_DEPLOY_DIR/broker/etc/config.prop` file, and set following variables: 
    243  * '''broker.qoscos.proactive.pncURL''' - ProActvie node coordinator address 
     243 * '''broker.qoscos.proactive.pncURL''' - !ProActvie node coordinator address 
    244244 * '''broker.qoscos.ompi.pncURL''' - OpenMPI node coordinator address 
    245245 
    246 See [[QCG-ProActive Coordinator]], [[QCG-OMPI Coordinator]] for detailed information about installation of 'ProActive' and 'OpenMPI' node coordinators. 
     246See [[QCG-ProActive Coordinator]], [[QCG-OMPI Coordinator]] for detailed information about installation of !ProActive and OpenMPI node coordinators. 
    247247 
    248248= Resource Providers setup = 
    249 To allow QCG-Broker  to create and manage advance reservations on resources accessible via [[SMOA Computing]] service some additional configuration steps are needed on Administrative Domain level.  
    250 * the QCG-Broker credential must be mapped (in the <code>grid-mapfile</code> file) to the local user that is authorized to create and manage reservations. Usually the LRMS administrator user (like <code>sgeadmin</code> in SGE or <code>lsfadmin</code> in LSF) has sufficient rights, e.g.: 
     249To allow QCG-Broker  to create and manage advance reservations on resources accessible via [[QCG_BES|QCG BES/AR]] service some additional configuration steps are needed on Administrative Domain level:  
     250* the QCG-Broker credential must be mapped (in the `grid-mapfile` file) to the local user that is authorized to create and manage reservations. Usually the LRMS administrator user (like `sgeadmin` in SGE or `lsfadmin` in LSF) has sufficient rights, e.g.: 
     251{{{ 
     252#!div style="font-size: 90%" 
     253{{{#!default 
    251254 "/C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg.man.poznan.pl" sgeadmin 
     255}}} 
     256}}} 
    252257 
    253258= Starting the service = 
    254 As the qcg-broker user type: 
    255  cd /opt/QCG/qcg-broker/service 
    256  ./broker/bin/start-broker.sh 
    257  ./service/bin/startup.sh 
    258  
    259 '''IMPORTANT:''' Do not forget to set ''JAVA_HOME'' or ''JRE_HOME'' environment variables. 
    260  
     259As the `qcg-broker` user type: 
     260{{{ 
     261#!div style="font-size: 90%" 
     262{{{#!sh 
     263 $ cd /opt/QCG/qcg-broker/service 
     264 $ ./broker/bin/start-broker.sh 
     265 $ ./service/bin/startup.sh 
     266}}} 
     267}}} 
     268 
     269'''IMPORTANT:''' Do not forget to set `JAVA_HOME` or `JRE_HOME` environment variables. 
    261270= Stopping the service = 
    262  
    263 As the qcg-broker user type: 
     271As the `qcg-broker` user type: 
     272{{{ 
     273#!div style="font-size: 90%" 
     274{{{#!sh 
    264275 cd /opt/QCG/qcg-broker/service 
    265276 ./broker/bin/stop-broker.sh 
    266277 ./service/bin/shutdown.sh 
    267  
     278}}} 
     279}}} 
    268280= Veryfing the installation = 
    269281To verify the installtion please use [[QCG-BROKER CLIENT]].