3 virt-host-validate - validate host virtualization setup
7 B<virt-host-validate> [I<OPTIONS>...] [I<HV-TYPE>]
11 This tool validates that the host is configured in a suitable
12 way to run libvirt hypervisor drivers. If invoked without any
13 arguments it will check support for all hypervisor drivers it
14 is aware of. Optionally it can be given a particular hypervisor
15 type ('qemu', 'lxc' or 'bhyve') to restrict the checks
16 to those relevant for that virtualization technology
22 =item C<-v>, C<--version>
24 Display the command version
26 =item C<-h>, C<--help>
28 Display the command line help
30 =item C<-q>, C<--quiet>
32 Don't display details of individual checks being performed.
33 Only display output if a check does not pass.
39 Upon successful validation, an exit status of 0 will be set. Upon
40 failure a non-zero status will be set.
48 Report any bugs discovered to the libvirt community via the
49 mailing list L<https://libvirt.org/contact.html> or bug tracker
50 L<https://libvirt.org/bugs.html>.
51 Alternatively report bugs to your software distributor / vendor.
55 Copyright (C) 2012 by Red Hat, Inc.
59 virt-host-validate is distributed under the terms of the GNU GPL v2+.
60 This is free software; see the source for copying conditions. There
61 is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
66 L<virsh(1)>, L<virt-pki-validate(1)>, L<virt-xml-validate(1)>