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>]
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
42 /var/log/arc/accounting/blahp.log
43
44 -d loglevel
45 logging level from 0(ERROR) to 5(DEBUG)
46
47
49 You need to add BLAH logger plugin as a handler for FINISHED state,
50 e.g.:
51
52 authplugin="FINISHED timeout=10,onfailure=pass /usr/libexec/arc/arc-
53 blahp-logger -I %I -U %u -L %C/job.%I.local -P %C/job.%I.proxy"
54
55
57 There are no particular plugin configuration except passing correct
58 options.
59
60 By default BLAH log is written to /var/log/arc/accounting/blahp.log-
61 YYYYMMDD. The log prefix (without -YYYYMMDD) can be redefined with
62 optional -p option.
63
64 CE ID is generated automatically and has a format host.fqdn:2811/nor‐
65 dugrid-torque-queue in accordance to GLUE1.3 publishing. Queue is
66 added in runtime anyway, but prefix can be redefined with -c option.
67 This option should be added in case of LRMS.
68
69 To debug logger execution you can add -d 5 option and see all ARC log‐
70 ger output from all subsystems used.
71
72
74 Andrii Salnikov <manf at grid dot org dot ua>
75
76
77
78
79NorduGrid 5.4.4 2014-02-20 arc-blahp-logger(8)