Difference between revisions of "ARC HTCondor Accounting"

From GridPP Wiki
Jump to: navigation, search
(Created page with "This page explains how APEL accounting is done at the RAL Tier-1.")
 
Line 1: Line 1:
 
This page explains how APEL accounting is done at the RAL Tier-1.
 
This page explains how APEL accounting is done at the RAL Tier-1.
 +
 +
We include the following line in the ''[grid-manager]'' section of /etc/arc.conf:
 +
 +
authplugin="FINISHING timeout=60,onfailure=pass,onsuccess=pass /usr/local/bin/scaling_factors_plugin.py %S %C %I"
 +
 +
where scaling_factors_plugin.py is https://gist.github.com/alahiff/3a427620e73b42d9282d#file-scaling_factors_plugin-py

Revision as of 10:56, 5 June 2014

This page explains how APEL accounting is done at the RAL Tier-1.

We include the following line in the [grid-manager] section of /etc/arc.conf:

authplugin="FINISHING timeout=60,onfailure=pass,onsuccess=pass /usr/local/bin/scaling_factors_plugin.py %S %C %I"

where scaling_factors_plugin.py is https://gist.github.com/alahiff/3a427620e73b42d9282d#file-scaling_factors_plugin-py