Changes between Version 8 and Version 9 of Documentation/Manuals/ARCNativeAPELClients
- Timestamp:
- Jul 3, 2013 7:40:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Manuals/ARCNativeAPELClients
v8 v9 1 = Using native APEL Client to report usage statistics from ARC CE = 2 == Installation == 1 3 2 4 Install ARC BLAHP-logger: … … 9 11 {{{ 10 12 yum -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-"16 13 }}} 17 14 … … 39 36 }}} 40 37 38 == Configuration == 39 40 Configure ARC to call logger to write BLAHP log. In the {{{/etc/arc.conf}}} add following configuration and restart A-REX: 41 {{{ 42 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-" 43 }}} 44 41 45 Edit APEL parser configuration file ({{{/etc/apel/parser.cfg}}}) and specify DB access settings, batch system _accounting_ logs path, and ARC BLAH plugin logs path: 42 46 {{{ … … 59 63 60 64 [batch] 61 enabled = false65 enabled = true 62 66 reparse = false 63 67 type = PBS … … 154 158 /usr/bin/apelclient 155 159 }}} 160 161 == Running ARC CE along with CREAM == 162 Not 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] 165 enabled = false 166 167 }}}