Changes between Version 7 and Version 8 of installation_QCG_BES_AR
- Timestamp:
- 05/16/11 13:33:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_BES_AR
v7 v8 517 517 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. 518 518 519 '' Note:''' Later in this manual you will read that the [[GRMS]] credentials must be mapped to this user (see [[GRMS#Resource_Providers_setup%23Resource%20Providers%20setup| GRMS Resource Providers setup]]).520 {{Security Note}}519 '''Note:''' Later in this manual you will read that the [[GRMS]] credentials must be mapped to this user (see [[GRMS#Resource_Providers_setup%23Resource%20Providers%20setup| GRMS Resource Providers setup]]). 520 [[Security Note]] 521 521 522 522 Finally make this configuration file readable '''only''' by the <code>smoa_comp</code> user (in order to protect database password): … … 529 529 530 530 == Configuring BAT accounting module (PL-Grid only) == 531 In order to report resource usage to the central PL-Grid accounting service you must enable the <code>bat_updater</code> module. You can do this by including the following snippet in the configuration (just before the <code>Database</code> section): 532 <sm:Module xsi:type="bat_updater"> 533 <BATServiceURL>tcp://acct.grid.cyf-kr.edu.pl:61616</BATServiceURL> 534 <SiteName>psnc-smoa-plgrid</SiteName> 535 <QueueName>test-jobs</QueueName> 536 </sm:Module> 537 531 In order to report resource usage to the central PL-Grid accounting service you must enable the `bat_updater` module. You can do this by including the following snippet in the configuration (just before the `Database` section): 532 533 {{{ 534 #!div style="font-size: 90%" 535 {{{#!xml 536 <sm:Module xsi:type="bat_updater"> 537 <BATServiceURL>tcp://acct.grid.cyf-kr.edu.pl:61616</BATServiceURL> 538 <SiteName>psnc-smoa-plgrid</SiteName> 539 <QueueName>test-jobs</QueueName> 540 </sm:Module> 541 }}} 542 }}} 538 543 where: 539 ;BATServiceURL : URL of the BAT accounting service 540 ;SiteName : local site name as reported to the BAT service 541 ;QueueName : queue name to which report usage data 544 BATServiceURL:: 545 URL of the BAT accounting service 546 SiteName:: 547 local site name as reported to the BAT service 548 QueueName:: 549 queue name to which report usage data 542 550 543 551 = Note on the security model =