1GLOBUS-GRAM-AUDIT(8) Grid Community Toolkit Manual GLOBUS-GRAM-AUDIT(8)
2
3
4
6 globus-gram-audit - Load GRAM5 audit records into a database
7
9 globus-gram-audit [ --conf CONFIG-FILE ] [ --create |
10 --update=OLD-VERSION ] [ --check ] [ --delete ] [
11 --audit-directory=AUDITDIR ] [ --quiet ]
12
14 The globus-gram-audit program loads audit records to an SQL-based
15 database. It reads /etc/globus-job-manager.conf by default to determine
16 the audit directory and then uploads all files in that directory that
17 contain valid audit records to the database configured by the
18 globus_gram_job_manager_auditing_setup_scripts package. If the upload
19 completes successfully, the audit files will be removed.
20
21 The full set of command-line options to globus-gram-audit consist of:
22
23 --conf CONFIG-FILE
24 Use CONFIG-FILE instead of the default from the configuration file
25 for audit database configuration.
26
27 --check
28 Check whether the insertion of a record was successful by querying
29 the database after inserting the records. This is used in tests.
30
31 --delete
32 Delete audit records from the database right after inserting them.
33 This is used in tests to avoid filling the databse with test
34 records.
35
36 --audit-directory AUDITDIR
37 Look for audit records in AUDITDIR, instead of looking in the
38 directory specified in the job manager configuration. This is used
39 in tests to control which records are loaded to the database and
40 then deleted.
41
42 --query SQL
43 Perform the given SQL query on the audit database. This uses the
44 database information from the configuration file to determine how
45 to contact the database.
46
47 --quiet
48 Reduce the amount of output for common operations.
49
51 The globus-gram-audit uses the following files:
52
53 /etc/globus-gram-job-manager.conf
54 GRAM5 job manager configuration. It includes the default path to
55 the audit directory
56
57 /etc/globus-gram-audit.conf
58 Audit configuration. It includes the information needed to contact
59 the audit database.
60
62 Copyright © 1999-2016 University of Chicago
63
64
65
66Grid Community Toolkit 6 03/31/2018 GLOBUS-GRAM-AUDIT(8)