virt-manager/man/virt-manager.pod

108 lines
2.6 KiB
Plaintext
Raw Normal View History

2007-07-24 23:38:31 +04:00
=head1 NAME
virt-manager - display the virtual machine desktop management tool
=head1 SYNOPSIS
2008-09-22 18:28:29 +04:00
B<virt-manager> [OPTIONS]
2007-07-24 23:38:31 +04:00
=head1 DESCRIPTION
B<virt-manager> is a desktop tool for managing virtual machines. It
provides the ability to control the lifecycle of existing machines
2007-07-24 23:38:31 +04:00
(bootup/shutdown,pause/resume,suspend/restore), provision new virtual
machines and various types of store, manage virtual networks,
access the graphical console of virtual machines, and view performance
statistics, all done locally or remotely.
2007-07-24 23:38:31 +04:00
=head1 OPTIONS
The following options are accepted when running C<virt-manager>:
=over 4
2015-04-05 00:43:28 +03:00
=item B<-h>
=item B<--help>
2007-07-24 23:38:31 +04:00
Display command line help summary
2015-04-05 00:43:28 +03:00
=item B<--version>
Show virt-manager's version number and exit
2015-04-05 00:43:28 +03:00
=item B<-c> URI
=item B<--connect>=URI
2007-07-24 23:38:31 +04:00
2013-07-10 20:14:24 +04:00
Specify the hypervisor connection C<URI>
2007-07-24 23:38:31 +04:00
2015-04-05 00:43:28 +03:00
=item B<--debug>
List debugging output to the console (normally this is only logged in
~/.cache/virt-manager/virt-manager.log). This function implies --no-fork.
2015-04-05 00:43:28 +03:00
=item B<--no-fork>
Don't fork C<virt-manager> off into the background: run it blocking the
current terminal. Useful for seeing possible errors dumped to stdout/stderr.
2015-04-05 00:43:28 +03:00
=item B<--show-DIALOG-WINDOW>
Display the corresponding C<DIALOG-WINDOW> when launching C<virt-manager>.
Connection autostart is skipped, and the manager window will not be shown
at startup in this case.
The following C<DIALOG-WINDOW> options are currently available:
=over 4
2015-04-05 00:43:28 +03:00
=item B<--show-domain-creator>
2007-07-24 23:38:31 +04:00
Display the wizard for creating new virtual machines
2015-04-05 00:43:28 +03:00
=item B<--show-domain-editor> NAME|ID|UUID
2007-07-24 23:38:31 +04:00
Display the dialog for editing properties of the virtual machine with
unique ID matching either the domain name, ID, or UUID
2007-07-24 23:38:31 +04:00
2015-04-05 00:43:28 +03:00
=item B<--show-domain-performance> NAME|ID|UUID
2007-07-24 23:38:31 +04:00
Display the dialog for monitoring performance of the virtual machine with
unique ID matching either the domain name, ID, or UUID
2007-07-24 23:38:31 +04:00
2015-04-05 00:43:28 +03:00
=item B<--show-domain-console> NAME|ID|UUID
2007-07-24 23:38:31 +04:00
Display the virtual console of the virtual machine with
unique ID matching either the domain name, ID, or UUID
2007-07-24 23:38:31 +04:00
2015-04-05 00:43:28 +03:00
=item B<--show-host-summary>
2007-07-24 23:38:31 +04:00
Display the main window summarizing performance for all virtual machines
on the host.
=back
2007-07-24 23:38:31 +04:00
=back
Standard GTK options like --g-fatal-warnings are also accepted.
2007-07-24 23:38:31 +04:00
=head1 BUGS
Please see L<https://virt-manager.org/bugs/>
2007-07-24 23:38:31 +04:00
=head1 COPYRIGHT
Copyright (C) Red Hat, Inc, and various contributors.
2007-07-24 23:38:31 +04:00
This is free software. You may redistribute copies of it under the terms of the GNU General
Public License C<https://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
2007-07-24 23:38:31 +04:00
permitted by law.
=head1 SEE ALSO
C<virsh(1)>, C<virt-viewer(1)>, the project website C<https://virt-manager.org>
2007-07-24 23:38:31 +04:00
=cut