Changes between Version 57 and Version 58 of installation_guide_rpm

Show
Ignore:
Timestamp:
07/23/13 13:49:38 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v57 v58  
    142142 '''IMPORTANT: The `/usr/share/qcg/qcg-broker/config.sh` script modifies QCG-Broker configuration files as well as clears QCG-Broker database. It's not recommended to run this script on already configured and running QCG-Broker instance. If you really need to reconfigure the service please use the -nodbsetup option to avoid cleaning the data base.''' 
    143143 
     144== Configuring the range of opened ports == 
     145QCG-Broker needs set of opened ports for receiving notifications and for communication with gridFTP services. 
     146To configure the range of opened ports please do changing the port range to correspond to configuration of your environment: 
     147{{{ 
     148#!div style="font-size: 90%" 
     149{{{#!sh 
     150mkdir -p ~/.globus 
     151echo "tcp.port.range=20000,25000" > ~/.globus/cog.properties 
     152}}} 
     153}}} 
     154 
    144155 
    145156== QCG Broker resource providers setup ==