1VIRT-MANAGER(1) User Contributed Perl Documentation VIRT-MANAGER(1)
2
3
4
6 virt-manager - display the virtual machine desktop management tool
7
9 virt-viewer [OPTIONS]
10
12 virt-manager is a desktop tool for managing virtual machines. It pro‐
13 vides the ability to control the lifecycle of existing machines
14 (bootup/shutdown,pause/resume,suspend/restore), provision new virtual
15 machines, manage virtual networks, access the graphical console of vir‐
16 tual machines, and view performance statistics.
17
19 The following options are accepted when running "virt-manager":
20
21 -h, -help
22 Display command line help summary
23
24 -c URI, --connect=URI
25 Specify the hypervisor connection URI
26
27 --no-dbus
28 Disable the DBus API used for remote control of the "virt-manager"
29 UI
30
31 --show-domain-creator
32 Display the wizard for creating new virtual machines
33
34 --show-domain-editor=UUID
35 Display the dialog for editing properties of the virtual machine
36 with unique ID matching "UUID"
37
38 --show-domain-performance=UUID
39 Display the dialog for monitoring performance of the virtual
40 machine with unique ID matching "UUID"
41
42 --show-domain-console=UUID
43 Display the virtual console of the virtual machine with unique ID
44 matching "UUID"
45
46 --show-host-summary
47 Display the main window summarizing performance for all virtual
48 machines on the host.
49
51 Written by Daniel P. Berrange.
52
54 Report bugs to the mailing list "http://www.redhat.com/mail‐
55 man/listinfo/et-mgmt-tools"
56
58 Copyright (C) 2006-2007 Red Hat, Inc, and various contributors. This
59 is free software. You may redistribute copies of it under the terms of
60 the GNU General Public License "http://www.gnu.org/licenses/gpl.html".
61 There is NO WARRANTY, to the extent permitted by law.
62
64 virsh(1), "virt-viewer(1)", the project website "http://virt-man‐
65 ager.org"
66
67
68
69perl v5.8.8 2008-01-10 VIRT-MANAGER(1)