Changes between Version 10 and Version 11 of Documentation/Manuals/ARCNativeAPELClients
- Timestamp:
- Jul 11, 2013 6:11:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Manuals/ARCNativeAPELClients
v10 v11 1 1 = Using native APEL Client to report usage statistics from ARC CE = 2 == Installation ==2 == Installation (EL6) == 3 3 4 Install ARC CE plugin to write logs for APEL BLAH parser :4 Install ARC CE plugin to write logs for APEL BLAH parser from Blackjack repo: 5 5 {{{ 6 yum -y localinstall http://blackjack.grid.org.ua/pub/linux/rhel/6x/base/x86_64/nordugrid-arc-blahp-logger-1-1.noarch.rpm 7 mkdir /var/log/arc/accounting/ 8 }}} 9 10 Make sure {{{arcproxy}}} tool is available on ARC CE node: 11 {{{ 12 yum -y install nordugrid-arc-client 6 yum -y localinstall http://blackjack.grid.org.ua/pub/linux/rhel/6x/base/x86_64/blackjack-release-6-2.noarch.rpm 7 yum -y install nordugrid-arc-blahp-logger 13 8 }}} 14 9