Changes between Version 22 and Version 23 of installation_QCG_BES_AR
- Timestamp:
- 05/20/11 08:23:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_BES_AR
v22 v23 497 497 498 498 In most cases it should be enough to change only following elements: 499 Database::499 `Database`:: 500 500 the contact data for the Database created in the previously steps 501 !Transport/Module/Host::501 `Transport/Module/Host`:: 502 502 the hostname of the machine where the service is deployed 503 !Transport/Module/Authentication/Module/X509CertFile and Transport/Module/Authentication/Module/X509KeyFile::503 `Transport/Module/Authentication/Module/X509CertFile` and `Transport/Module/Authentication/Module/X509KeyFile`:: 504 504 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 `smoa_comp` user and the private key is not password protected (generating certificate with the `-service` option implies this). 505 Module[type="smc:notification_wsn"]/Module/ServiceURL::505 `Module[type="smc:notification_wsn"]/Module/ServiceURL`:: 506 506 the URL of the [[SMOA_Notification|SMOA Notification Service]] (You can do it later, i.e. after installing the SMOA Notification service) 507 !FactoryAttributes/ContainedResources::507 `FactoryAttributes/ContainedResources`:: 508 508 list of the all worker nodes managed by the LRMS. You should provide at least hostnames (`<bes-factory:ResourceName>`) and cpus count (`<bes-factory:CPUCount>`) for every worker node in your cluster. If you are using Torque batch system this information can be provided automatically by enabling `python/monitoring.py` module. 509 Module[type="submission_drmaa"]/@path::509 `Module[type="submission_drmaa"]/@path`:: 510 510 path to the DRMAA library (the `libdrmaa.so` - search for this file within the LRMS lib directory. e.g. `/opt/sge/lib/` or `/opt/QCG/LSF/lsf7.0.3/7.0/linux2.6-glibc2.3-x86_64/lib/`) 511 Module[type="reservation_ares"]/@path::511 `Module[type="reservation_ares"]/@path`:: 512 512 path to the ARES library (LSF only) 513 Module[type="reservation_python"]/@path::513 `Module[type="reservation_python"]/@path`:: 514 514 path to the Python reservation module (SGE only) - only if you installed SMOA Computing in location other than `/opt/QCG/smoa`. 515 !ReservationsAdministrator::515 `ReservationsAdministrator`:: 516 516 the user authorized to create and manage reservations. Usually the LRMS administrator user (like `sgeadmin` in SGE or `lsfadmin` in LSF, or any user other than root given in ADMIN* sections of the Maui config file) has sufficient rights. 517 517