Changes between Version 7 and Version 8 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
06/12/11 16:47:50 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v7 v8  
    163163#!div style="font-size: 90%" 
    164164{{{#!sh 
    165 /opt/plgrid/qcg/qcg/share/qcg-comp/tools/qcg-comp-install.sh 
     165/opt/plgrid/qcg/share/qcg-comp/tools/qcg-comp-install.sh 
    166166Welcome to qcg-comp installation script! 
    167167  
     
    282282}}} 
    283283}}} 
    284 Copy the service certificate and key into the `/opt/plgrid/qcg/qcg/etc/certs/`. Remember to set appropriate rights to the key file. 
    285 {{{ 
    286 #!div style="font-size: 90%" 
    287 {{{#!default 
    288 cp /etc/grid-security/hostcert.pem /opt/plgrid/qcg/qcg/etc/certs/qcgcert.pem 
    289 cp /etc/grid-security/hostkey.pem /opt/plgrid/qcg/qcg/etc/certs/qcgkey.pem 
    290 chown qcg_comp /opt/plgrid/qcg/qcg/etc/certs/qcgcert.pem 
    291 chown qcg_comp /opt/plgrid/qcg/qcg/etc/certs/qcgkey.pem  
    292 chmod 0600 /opt/plgrid/qcg/qcg/etc/certs/qcgkey.pem 
     284Copy the service certificate and key into the `/opt/plgrid/qcg/etc/certs/`. Remember to set appropriate rights to the key file. 
     285{{{ 
     286#!div style="font-size: 90%" 
     287{{{#!default 
     288cp /etc/grid-security/hostcert.pem /opt/plgrid/qcg/etc/certs/qcgcert.pem 
     289cp /etc/grid-security/hostkey.pem /opt/plgrid/qcg/etc/certs/qcgkey.pem 
     290chown qcg_comp /opt/plgrid/qcg/etc/certs/qcgcert.pem 
     291chown qcg_comp /opt/plgrid/qcg/etc/certs/qcgkey.pem  
     292chmod 0600 /opt/plgrid/qcg/etc/certs/qcgkey.pem 
    293293}}} 
    294294}}} 
     
    344344 
    345345== Restricting advance reservation == 
    346 In some deployments enabling advance reservation for the whole cluster is not desirable. In such cases one can limit advance reservation to particular partition by editing `/opt/plgrid/qcg/qcg/lib/qcg-comp/modules/python/reservation_maui.py` file and changing the following line: 
     346In some deployments enabling advance reservation for the whole cluster is not desirable. In such cases one can limit advance reservation to particular partition by editing `/opt/plgrid/qcg/lib/qcg-comp/modules/python/reservation_maui.py` file and changing the following line: 
    347347{{{ 
    348348#!div style="font-size: 90%" 
     
    360360 
    361361= Service configuration = 
    362 Edit the preinstalled service configuration file (`/opt/plgrid/qcg/qcg/etc/qcg-compd.xml`): 
     362Edit the preinstalled service configuration file (`/opt/plgrid/qcg/etc/qcg-compd.xml`): 
    363363{{{ 
    364364#!div style="font-size: 90%" 
     
    524524= Verifying the installation = 
    525525 
    526 *  For convenience you can add the `/opt/plgrid/qcg/qcg/bin` and `/opt/plgrid/qcg/qcg-dep/globus/bin/` to your `PATH` variable. 
    527 *  Edit the QCG-Computing client configuration file (`/opt/plgrid/qcg/qcg/etc/qcg-comp.xml`): 
     526*  For convenience you can add the `/opt/plgrid/qcg/bin` and `/opt/plgrid/qcg/dependencies/globus/bin/` to your `PATH` variable. 
     527*  Edit the QCG-Computing client configuration file (`/opt/plgrid/qcg/etc/qcg-comp.xml`): 
    528528 *  set the `Host` and `Port` to reflects the changes in the service configuration file (`qcg-compd.xml`). 
    529529{{{