Changes between Version 8 and Version 9 of Documentation/Manuals/ARCNativeAPELClients


Ignore:
Timestamp:
Jul 3, 2013 7:40:12 PM (11 years ago)
Author:
Andrii Salnikov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Manuals/ARCNativeAPELClients

    v8 v9  
     1= Using native APEL Client to report usage statistics from ARC CE =
     2== Installation ==
    13
    24Install ARC BLAHP-logger:
     
    911{{{
    1012yum -y install nordugrid-arc-client
    11 }}}
    12 
    13 Configure ARC to call logger to write BLAHP log. In the {{{/etc/arc.conf}}} add following configuration and restart A-REX:
    14 {{{
    15 authplugin="FINISHED timeout=10,onfailure=pass /usr/libexec/arc/arc-blahp-logger /var/log/arc/accounting/blahp.log- %W %C %I %u ce.fqdn:2811/nordugrid-torque-"
    1613}}}
    1714
     
    3936}}}
    4037
     38== Configuration ==
     39
     40Configure ARC to call logger to write BLAHP log. In the {{{/etc/arc.conf}}} add following configuration and restart A-REX:
     41{{{
     42authplugin="FINISHED timeout=10,onfailure=pass /usr/libexec/arc/arc-blahp-logger /var/log/arc/accounting/blahp.log- %W %C %I %u ce.fqdn:2811/nordugrid-torque-"
     43}}}
     44
    4145Edit APEL parser configuration file ({{{/etc/apel/parser.cfg}}}) and specify DB access settings, batch system _accounting_ logs path, and ARC BLAH plugin logs path:
    4246{{{
     
    5963
    6064[batch]
    61 enabled = false
     65enabled = true
    6266reparse = false
    6367type = PBS
     
    154158/usr/bin/apelclient
    155159}}}
     160
     161== Running ARC CE along with CREAM ==
     162Not a problem, on your ARC CE you just does not need to parse LRMS logs (once they are already parsed on CREAM box) and does not need to run {{{apelclient}}} for the same reason. All you need is BLAH logger and APEL parser to parse only one more BLAH logs.
     163{{{
     164[batch]
     165enabled = false
     166
     167}}}