1VIRT-HOST-VALIDATE(1) Virtualization Support VIRT-HOST-VALIDATE(1)
2
3
4
6 virt-host-validate - validate host virtualization setup
7
9 virt-host-validate [OPTIONS...] [HV-TYPE]
10
12 This tool validates that the host is configured in a suitable way to
13 run libvirt hypervisor drivers. If invoked without any arguments it
14 will check support for all hypervisor drivers it is aware of.
15 Optionally it can be given a particular hypervisor type ('qemu' or
16 'lxc') to restrict the checks to those relevant for that virtualization
17 technology
18
20 "-v", "--version"
21 Display the command version
22
23 "-h", "--help"
24 Display the command line help
25
26 "-q", "--quiet"
27 Don't display details of individual checks being performed. Only
28 display output if a check does not pass.
29
31 Upon successful validation, an exit status of 0 will be set. Upon
32 failure a non-zero status will be set.
33
35 Daniel P. Berrange
36
38 Report any bugs discovered to the libvirt community via the mailing
39 list "http://libvirt.org/contact.html" or bug tracker
40 "http://libvirt.org/bugs.html". Alternatively report bugs to your
41 software distributor / vendor.
42
44 Copyright (C) 2012 by Red Hat, Inc.
45
47 virt-host-validate is distributed under the terms of the GNU GPL v2+.
48 This is free software; see the source for copying conditions. There is
49 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
50 PURPOSE
51
53 virsh(1), "virt-pki-validate", "virt-xml-validate"
54
55
56
57libvirt-0.10.1 2012-09-21 VIRT-HOST-VALIDATE(1)