Changes between Version 34 and Version 35 of client_installation_guide_rpm

Show
Ignore:
Timestamp:
10/02/12 12:33:31 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_installation_guide_rpm

    v34 v35  
    124124}}} 
    125125 
    126 == gridFTP service == 
     126== GridFTP service == 
    127127For the user convenience QCG client is able to stage in input data accessible from the host where it is installed and also to stage out output data there. The functionality require the data to be accessible via gridFTP service. The gridFTP service can be installed on the client machine or it can be any gridFTP service having access to the data on client machine. 
    128128 
     
    188188 
    189189 
    190 * setup deployment configuration - all configuration variables are placed in `/opt/plgrid/qcg/share/qcg-broker-client/client-deploy.prop` file 
    191  * '''client.deploy.dir''' - directory where the QCG-Broker client was installed (`/opt/plgrid/qcg/share/qcg-broker-client`). Please do not modify this property. 
    192  * '''client.service.host''' - QCG-Broker service hostname 
    193  * '''client.service.port''' - QCG-Broker service port 
    194  * '''client.service.dn''' - QCG-Broker credential DN 
    195 {{{ 
    196 #!div style="font-size: 90%" 
    197 {{{#!sh 
    198 vim /opt/plgrid/qcg/qcg-broker/client/etc/qcg-broker-client.conf 
    199 }}} 
    200 }}} 
    201 *  configure QCG-Broker command-line client  
    202 {{{ 
    203 #!div style="font-size: 90%" 
    204 {{{#!sh 
    205 /opt/plgrid/qcg/share/qcg-broker-client/config.sh 
    206 }}} 
    207 }}} 
    208