1VIRT-MANAGER(1) Virtual Machine Manager VIRT-MANAGER(1)
2
3
4
6 virt-manager - display the virtual machine desktop management tool
7
9 virt-manager [OPTIONS]
10
12 virt-manager is a desktop tool for managing virtual machines. It
13 provides the ability to control the lifecycle of existing machines
14 (bootup/shutdown,pause/resume,suspend/restore), provision new virtual
15 machines and various types of store, manage virtual networks, access
16 the graphical console of virtual machines, and view performance
17 statistics, all done locally or remotely.
18
20 The following options are accepted when running "virt-manager":
21
22 -h, -help
23 Display command line help summary
24
25 -c URI, --connect=URI
26 Specify the hypervisor connection URI
27
28 --debug
29 List debugging output to the console (normally this is only logged
30 in ~/.virt-manager/virt-manager.log). This function implies
31 --no-fork.
32
33 --no-fork
34 Don't fork "virt-manager" off into the backround: run it blocking
35 the current terminal. Useful for seeing possible errors dumped to
36 stdout/stderr.
37
38 --no-dbus
39 Disable the DBus API used for remote control of the "virt-manager"
40 UI
41
42 --no-conn-autostart
43 Don't autostart any libvirt connections when launching
44 "virt-manager".
45
46 --show-domain-creator
47 Display the wizard for creating new virtual machines
48
49 --show-domain-editor=UUID
50 Display the dialog for editing properties of the virtual machine
51 with unique ID matching "UUID"
52
53 --show-domain-performance=UUID
54 Display the dialog for monitoring performance of the virtual
55 machine with unique ID matching "UUID"
56
57 --show-domain-console=UUID
58 Display the virtual console of the virtual machine with unique ID
59 matching "UUID"
60
61 --show-host-summary
62 Display the main window summarizing performance for all virtual
63 machines on the host.
64
65 --spice-disable-auto-usbredir Auto USB redirection is supportted by
66 default. This option switches off it.
67
69 Written by Daniel P. Berrange.
70
72 Please see <http://virt-manager.org/page/BugReporting>
73
75 Copyright (C) 2006-2007 Red Hat, Inc, and various contributors. This
76 is free software. You may redistribute copies of it under the terms of
77 the GNU General Public License "http://www.gnu.org/licenses/gpl.html".
78 There is NO WARRANTY, to the extent permitted by law.
79
81 virsh(1), "virt-viewer(1)", the project website
82 "http://virt-manager.org"
83
84
85
86 2017-03-22 VIRT-MANAGER(1)