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 Pacemaker configuration for errors
13
14 Check the well-formedness of a complete Pacemaker XML configuration,
15
16 its conformance to the configured schema, and the presence of common
17
18 misconfigurations. Problems reported as errors must be fixed before the
19
20 cluster will work properly. It is left to the administrator to decide
21
22 whether to fix problems reported as warnings.
23
25 -?, --help
26 This text
27
28 -$, --version
29 Version information
30
31 -V, --verbose
32 Specify multiple times to increase debug output
33
34 Data sources:
35 -L, --live-check
36 Check the configuration used by the running cluster
37
38 -x, --xml-file=value
39 Check the configuration in the named file
40
41 -X, --xml-text=value
42 Check the configuration in the supplied string
43
44 -p, --xml-pipe 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 users@clusterlabs.org
65
66
67
68Pacemaker 2.0.0-5.fc29 April 2019 PACEMAKER(8)