1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crm_verify [modifiers] data_source
10
12 crm_verify - Check a (complete) confiuration for syntax and common con‐
13 ceptual errors.
14
15 Checks the well-formedness of an XML configuration, its conformance to
16 the configured DTD/schema and for the presence of common misconfigura‐
17 tions.
18
19 It reports two classes of problems, errors and warnings. Errors must be
20 fixed before the cluster will work properly. However, it is left up to
21 the administrator to decide if the warnings should also be fixed.
22
24 -?, --help
25 This text
26
27 -$, --version
28 Version information
29
30 -V, --verbose
31 Increase debug output
32
33 Data sources:
34 -L, --live-check
35 Check the configuration used by the running cluster
36
37 -x, --xml-file=value
38 Check the configuration in the named file
39
40 -X, --xml-text=value
41 Check the configuration in the supplied string
42
43 -p, --xml-pipe
44 Check the configuration piped in via stdin
45
46 Additional Options:
47 -S, --save-xml=value
48 Save the verified XML to the named file. Most useful with -L
49
51 Check the consistency of the configuration in the running cluster:
52
53 # crm_verify --live-check
54
55 Check the consistency of the configuration in a given file and produce
56 verbose output:
57
58 # crm_verify --xml-file file.xml --verbose
59
61 Written by Andrew Beekhof
62
64 Report bugs to pacemaker@oss.clusterlabs.org
65
66
67
68Pacemaker 1.1.6-1.fc14 September 2011 PACEMAKER(8)