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 [<options>]
10

DESCRIPTION

12       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

OPTIONS

21   Help Options:
22       -h, --help
23              Show help options
24
25       --help-all
26              Show all help options
27
28       --help-output
29              Show output help
30
31       --help-data
32              Show data options
33
34       --help-additional
35              Show additional options
36
37   Output Options:
38       --output-as=FORMAT
39              Specify output format as one of: text (default), xml
40
41       --output-to=DEST
42              Specify file name for output (or "-" for stdout)
43
44       --text-fancy
45              Use more highly formatted output (requires --output-as=text)
46
47   Data sources:
48       -L, --live-check
49              Check the configuration used by the running cluster
50
51       -x, --xml-file=FILE
52              Check the configuration in the named file
53
54       -p, --xml-pipe
55              Check the configuration piped in via stdin
56
57       -X, --xml-text=XML
58              Check the configuration in the supplied string
59
60   Additional options:
61       -S, --save-xml=FILE
62              Save verified XML to named file (most useful with -L)
63
64   Application Options:
65       -$, --version
66              Display software version and exit
67
68       -V, --verbose
69              Increase debug output (may be specified multiple times)
70

EXAMPLES

72       Check the consistency of the configuration in the running cluster:
73
74              crm_verify --live-check
75
76       Check  the consistency of the configuration in a given file and produce
77       verbose output:
78
79              crm_verify --xml-file file.xml --verbose
80

AUTHOR

82       Written by Andrew Beekhof
83
84
85
86Pacemaker 2.1.0-0.2.rc1.fc34       May 2021                       PACEMAKER(8)
Impressum