.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PACEMAKER "8" "February 2024" "Pacemaker 2.1.6" "System Administration Utilities" .SH NAME Pacemaker \- Part of the Pacemaker cluster resource manager .SH SYNOPSIS crm_verify [] .SH DESCRIPTION Check a Pacemaker configuration for errors .PP Check the well\-formedness of a complete Pacemaker XML configuration, its conformance to the configured schema, and the presence of common misconfigurations. Problems reported as errors must be fixed before the cluster will work properly. It is left to the administrator to decide whether to fix problems reported as warnings. .SH OPTIONS .SS "Help Options:" .TP \fB\-h\fR, \fB\-\-help\fR Show help options .TP \fB\-\-help\-all\fR Show all help options .TP \fB\-\-help\-output\fR Show output help .TP \fB\-\-help\-data\fR Show data options .TP \fB\-\-help\-additional\fR Show additional options .SS "Output Options:" .TP \fB\-\-output\-as\fR=\fI\,FORMAT\/\fR Specify output format as one of: text (default), xml .TP \fB\-\-output\-to\fR=\fI\,DEST\/\fR Specify file name for output (or "\-" for stdout) .TP \fB\-\-text\-fancy\fR Use more highly formatted output (requires \fB\-\-output\-as\fR=\fI\,text\/\fR) .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\,FILE\/\fR Check the configuration in the named file .TP \fB\-p\fR, \fB\-\-xml\-pipe\fR Check the configuration piped in via stdin .TP \fB\-X\fR, \fB\-\-xml\-text\fR=\fI\,XML\/\fR Check the configuration in the supplied string .SS "Additional options:" .TP \fB\-S\fR, \fB\-\-save\-xml\fR=\fI\,FILE\/\fR Save verified XML to named file (most useful with \fB\-L\fR) .SS "Application Options:" .TP \-$, \fB\-\-version\fR Display software version and exit .TP \fB\-V\fR, \fB\-\-verbose\fR Increase debug output (may be specified multiple times) .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 and the Pacemaker project contributors