1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crm_verify [options]
10
12 crm_verify - check a Pacemaker configuration for errors
13
14 Check the well-formedness of a complete Pacemaker XML configuration,
15 its conformance to the configured schema, and the presence of common
16 misconfigurations. Problems reported as errors must be fixed before the
17 cluster will work properly. It is left to the administrator to decide
18 whether to fix problems reported as warnings.
19
21 -?, --help
22 This text
23
24 -$, --version
25 Version information
26
27 -V, --verbose
28 Specify multiple times to increase debug output
29
30 Data sources:
31 -L, --live-check
32 Check the configuration used by the running cluster
33
34 -x, --xml-file=value
35 Check the configuration in the named file
36
37 -X, --xml-text=value
38 Check the configuration in the supplied string
39
40 -p, --xml-pipe Check the configuration piped in via stdin
41
42 Additional Options:
43 -S, --save-xml=value
44 Save verified XML to named file (most useful with -L)
45
47 Check the consistency of the configuration in the running cluster:
48
49 # crm_verify --live-check
50
51 Check the consistency of the configuration in a given file and produce
52 verbose output:
53
54 # crm_verify --xml-file file.xml --verbose
55
57 Written by Andrew Beekhof
58
60 Report bugs to users@clusterlabs.org
61
62
63
64Pacemaker 2.0.5-10.fc33 December 2020 PACEMAKER(8)