.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH PACEMAKER "8" "June 2017" "Pacemaker 1.1.16" "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 (complete) confiuration for syntax and common conceptual errors. .PP Checks the well\-formedness of an XML configuration, its conformance to the configured DTD/schema and for the presence of common misconfigurations. .PP It reports two classes of problems, errors and warnings. Errors must be fixed before the cluster will work properly. However, it is left up to the administrator to decide if the warnings should also be fixed. .SH OPTIONS .TP \-?, \fB\-\-help\fR This text .TP \-$, \fB\-\-version\fR Version information .TP \fB\-V\fR, \fB\-\-verbose\fR 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