Changes between Version 60 and Version 61 of installation_guide_rpm

Show
Ignore:
Timestamp:
07/26/13 13:49:01 (11 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v60 v61  
    122122}}} 
    123123 
    124 * configure the QCG-Broker instance - all configuration variables are placed in the `/etc/qcg/qcg-broker/qcg-broker-deploy.prop` file 
     124* configure the QCG-Broker instance - all configuration variables are placed in the `/etc/qcg/qcg-broker/global-config.prop` file 
    125125 * '''deploy.dir''' - directory where QCG-Broker was installed (`/usr/share/qcg/qcg-broker/qcg-broker`). Please do not modify this property. 
     126 * '''var.dir''' - directory where QCG-Broker holds temporary files (`/var/lib/qcg/qcg-broker`). Please do not modify this property. 
     127 * '''log.dir''' - directory where QCG-Broker holds log files (`/var/log/qcg/qcg-broker`). Please do not modify this property. 
    126128 * '''deploy.certs.dir''' - directory with QCG-Broker credentials (must contain `qcg-brokercert.pem` and `qcg-brokerkey.pem` files) 
    127129 * '''deploy.cert.dn''' distinguish name of QCG-Broker credential 
     
    140142#!div style="font-size: 90%" 
    141143{{{#!sh 
    142 /usr/share/qcg/qcg-broker/config.sh 
    143 }}} 
    144 }}} 
    145  '''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.''' 
    146  
     144/usr/share/qcg/qcg-broker/config.sh initdb 
     145}}} 
     146}}} 
     147 '''IMPORTANT: The `initdb` command of 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 with `initdb` command on already configured and running QCG-Broker instance.''' 
    147148== Configuring the range of opened ports == 
    148149QCG-Broker needs set of opened ports for receiving notifications and for communication with gridFTP services.