.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH PACEMAKER "8" "November 2020" "Pacemaker 2.0.1" "System Administration Utilities" .SH NAME Pacemaker \- Part of the Pacemaker cluster resource manager .SH SYNOPSIS .B crm_verify [\fI\,modifiers\/\fR] \fI\,data_source\/\fR .SH DESCRIPTION crm_verify \- check a Pacemaker configuration for errors .PP Check the well\-formedness of a complete Pacemaker XML configuration, .PP its conformance to the configured schema, and the presence of common .PP misconfigurations. Problems reported as errors must be fixed before the .PP cluster will work properly. It is left to the administrator to decide .PP whether to fix problems reported as warnings. .SH OPTIONS .TP \-?, \fB\-\-help\fR This text .TP \-$, \fB\-\-version\fR Version information .TP \fB\-V\fR, \fB\-\-verbose\fR Specify multiple times to increase debug output .SS "Data sources:" .TP \fB\-L\fR, \fB\-\-live\-check\fR Check the configuration used by the running cluster .TP \fB\-x\fR, \fB\-\-xml\-file\fR=\fI\,value\/\fR Check the configuration in the named file .TP \fB\-X\fR, \fB\-\-xml\-text\fR=\fI\,value\/\fR Check the configuration in the supplied string .HP \fB\-p\fR, \fB\-\-xml\-pipe\fR Check the configuration piped in via stdin .SS "Additional Options:" .TP \fB\-S\fR, \fB\-\-save\-xml\fR=\fI\,value\/\fR Save the verified XML to the named file. Most useful with \fB\-L\fR .SH EXAMPLES Check the consistency of the configuration in the running cluster: .IP # crm_verify \-\-live\-check .PP Check the consistency of the configuration in a given file and produce verbose output: .IP # crm_verify \-\-xml\-file file.xml \-\-verbose .SH AUTHOR Written by Andrew Beekhof .SH "REPORTING BUGS" Report bugs to users@clusterlabs.org