1PACEMAKER(8)            System Administration Utilities           PACEMAKER(8)
2
3
4

NAME

6       Pacemaker - Part of the Pacemaker cluster resource manager
7

SYNOPSIS

9       crm_verify [modifiers] data_source
10

DESCRIPTION

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

OPTIONS

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 Check the configuration piped in via stdin
44
45   Additional Options:
46       -S, --save-xml=value
47              Save the verified XML to the named file.  Most useful with -L
48

EXAMPLES

50       Check the consistency of the configuration in the running cluster:
51
52              # crm_verify --live-check
53
54       Check the consistency of the configuration in a given file and  produce
55       verbose output:
56
57              # crm_verify --xml-file file.xml --verbose
58

AUTHOR

60       Written by Andrew Beekhof
61

REPORTING BUGS

63       Report bugs to users@clusterlabs.org
64
65
66
67Pacemaker 1.1.19-8.el7_6.4       January 2019                     PACEMAKER(8)
Impressum