Changes between Version 17 and Version 18 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
06/12/11 17:13:28 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v17 v18  
    433433   the hostname of the machine where the service is deployed  
    434434 `Transport/Module/Authentication/Module/X509CertFile`  and  `Transport/Module/Authentication/Module/X509KeyFile` ::  
    435   the service private key and X.509 certificate (consult the [[http://www.globus.org/toolkit/docs/4.0/security/prewsaa/rn01re02.html|Globus User Gide]] on how to generate service certificate request or use the host certificate/key pair). Make sure that the key and certificate is owned by the `qcg_comp` user and the private key is not password protected (generating certificate with the `-service` option implies this). If you installed cert and key file in the recommended location you do not need to edit these fields. 
     435  the service private key and X.509 certificate. Make sure that the key and certificate is owned by the `qcg_comp` user. If you installed cert and key file in the recommended location you do not need to edit these fields. 
    436436 `Module[type="smc:notification_wsn"]/Module/ServiceURL` ::  
    437   the URL of the qcg Notification (QCG Notification) service (You can do it later, i.e. after [http://www.qoscosgrid.org/trac/qcg-notification/wiki/installation_in_PL-Grid installing the QCG-Notification service]) 
     437  the URL of the QCG-Notification service (You can do it later, i.e. after [http://www.qoscosgrid.org/trac/qcg-notification/wiki/installation_in_PL-Grid installing the QCG-Notification service]) 
    438438 `Module[type="submission_drmaa"]/@path` :: 
    439439  path to the DRMAA library (the `libdrmaa.so`). Also, if you installed the DRMAA library using provided SRC RPM you do not need to change this path. 
     
    444444 `FactoryAttributes/LongDescription` ::  
    445445  a human readable description of the cluster 
     446 
     447== Restricting advance reservation == 
     448In 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: 
     449{{{ 
     450#!div style="font-size: 90%" 
     451{{{#!default 
     452cmd = "setres -x BYNAME -r PROCS=1" 
     453}}} 
     454}}} 
     455to 
     456{{{ 
     457#!div style="font-size: 90%" 
     458{{{#!default 
     459cmd = "setres -x BYNAME -r PROCS=1 -p wp4" 
     460}}} 
     461}}} 
    446462 
    447463== Configuring BAT accounting cron job ==