1arc-blahp-logger(8) NorduGrid Toolkit arc-blahp-logger(8)
2
3
4
6 arc-blahp-logger - ARC authplugin to store BLAH accouting logs about
7 FINISHED jobs
8
9
10
12 ARC BLAH logger is an authplugin to store FINISHED jobs information in
13 log files used by BLAH parser. Generated logs can be used by APEL/DGAS
14 client tools to send accounting information.
15
16
18 arc-blahp-logger -I <jobID> -U <user> -P <proxy file> -L <job status
19 file> [-c <ceid prefix>] [-p <log prefix> ] [-d <log level>] [-i]
20
21
22
24 -I jobID
25 A-REX job identifier
26
27 -U user
28 local account that own the job files and processes
29
30 -P user proxy
31 path to user proxy certificate file to get VOMS membership info
32
33 -L job status file
34 A-REX jobstatus .local file containint more info about job (like
35 LRMS id)
36
37 -c ceid prefix
38 prefix to generate CE ID in accordance to GLUE1.3 publishing
39
40 -p log prefix
41 logs location and filename prefix. Default is /var/log/arc/ac‐
42 counting/blahp.log
43
44 -d loglevel
45 logging level from 0(ERROR) to 5(DEBUG)
46
47 -i Ignore failed jobs. Default is to publish them.
48
49
51 You need to add BLAH logger plugin as a handler for FINISHED state,
52 e.g.:
53
54 authplugin="FINISHED timeout=10,onfailure=pass /usr/libexec/arc/arc-
55 blahp-logger -I %I -U %u -L %C/job.%I.local -P %C/job.%I.proxy"
56
57
59 There are no particular plugin configuration except passing correct op‐
60 tions.
61
62 By default BLAH log is written to /var/log/arc/accounting/blahp.log-
63 YYYYMMDD. The log prefix (without -YYYYMMDD) can be redefined with op‐
64 tional -p option.
65
66 CE ID is generated automatically and has a format host.fqdn:2811/nor‐
67 dugrid-torque-queue in accordance to GLUE1.3 publishing. Queue is
68 added in runtime anyway, but prefix can be redefined with -c option.
69 This option should be added in case of LRMS.
70
71 To debug logger execution you can add -d 5 option and see all ARC log‐
72 ger output from all subsystems used.
73
74
76 Andrii Salnikov <manf at grid dot org dot ua>
77
78
79
80NorduGrid 6.13.0 2014-02-20 arc-blahp-logger(8)