Changes between Version 1 and Version 2 of installation_QCG_ProActive_Coordinator

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

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_ProActive_Coordinator

    v1 v2  
    1 = QCG ProActive Coordinator Installation = 
    2 The QCG-ProActive Node Coordinator (PNC) service is a lightweight service that coordinates startup of the remote JVMs (called Nodes in ProActive terminology) among clusters. It is an RMI based service.  
     1= QCG !ProActive Coordinator Installation = 
     2The QCG-!ProActive Node Coordinator (PNC) service is a lightweight service that coordinates startup of the remote JVMs (called Nodes in !ProActive terminology) among clusters. It is an RMI based service.  
    33 
    44= Installation = 
    5 1. Download QCG-ProActive binary [[http://node2.qoscosgrid.man.poznan.pl/~qcg/download/ProActive3.9.tar.gz package]] 
     51. Download QCG-!ProActive binary [[http://node2.qoscosgrid.man.poznan.pl/~qcg/download/ProActive3.9.tar.gz package]] 
    662. Unpack it into directory that is accessible from every worker node within cluster (e.g. `/opt/QCG/ProActive3.9`) 
    77{{{ 
     
    1212}}} 
    1313 
    14 <!-- # You may need to edit the `/opt/QCG/ProActive3.9/scripts/unix/start_pnc.sh` script and update there value of the `JAVA_HOME` variable. --> 
    1514= Starting the service = 
    1615In order to start the service simply type: 
     
    2726The first port (19007 in this case) is for the RMI registry (started automatically) and the second one (19008 in this case) is used by the actual service (remote object in the RMI terminology) 
    2827 
    29 The address of the QCG-ProActive Node Coordinator  service must be given in the [[installation_QCG_Broker| QCG Broker]] configuration file (`$QCG_BROKER/broker/etc/config.prop`, the '''broker.qoscos.proactive.pncURL''' property). Assuming that the grid machine host name is `grid.example.com` the address of the PNC service started in the above example is: `rmi://grid.example.com:19007/PNC`) 
     28The address of the QCG-!ProActive Node Coordinator  service must be given in the [[installation_QCG_Broker| QCG Broker]] configuration file (`$QCG_BROKER/broker/etc/config.prop`, the '''broker.qoscos.proactive.pncURL''' property). Assuming that the grid machine host name is `grid.example.com` the address of the PNC service started in the above example is: `rmi://grid.example.com:19007/PNC`)