1ngconfigtest(1) NorduGrid ARC ngconfigtest(1)
2
3
4
6 ngconfigtest - checks the arc.conf for inconsistencies, known problems
7 or (in a future development) just general bad taste.
8
9
11 ngconfigtest --printall
12
13
15 The motivation behind this little script was to have a repository for
16 automated tests on issues that came up on the NorduGrid developers
17 mailing list. As such this script indicates directories that are not
18 present or indicates that the cache directory does not reside on a file
19 system that knows how to implement UNIX locking properly. The tool is
20 supposed to help both the newbie and the experts to improve overall
21 reliability of the grid.
22
23 BECAUSE EVERY INSTALLATION OF ARC IS DIFFERENT THIS UTILITY ONLY SUG‐
24 GESTS WHAT COULD BE WRONG. SOMETIMES IT IS OVERRESTRICTIVE. AND SOME‐
25 TIMES IT CAN MISS SOME MISCONFIGURATION. NEVER TREAT RESULTS PRODUCED
26 BY IT AS ULTIMATE TRUTH.
27
28
30 --config <string>
31 Specifies the location of the config file, by default it is
32 /etc/arc.conf
33
34 --printall
35 Lists all variable names of the config file together with their
36 values.
37
38 --timeserver <server>
39 Allows the specification of a server against which to test the
40 local system's time.
41
42 --skip-warnings
43 Do not show warnings.
44
45 --help Quick summary of options
46
47 --man Detailed man page.
48
49
51 Steffen Moeller
52
53
54
55NorduGrid ARC 1.1.0 2011-10-24 ngconfigtest(1)