Virtual Machine Manager 0.5.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Virtual Machine Manager 0.5.4 (Default branch)
# 1  
Old 03-11-2008
Virtual Machine Manager 0.5.4 (Default branch)

Image The Virtual Machine Manager (virt-manager for short) is a desktop application for managing virtual machines. Since it uses libvirt, it is capable of managing machines from any hypervisor supported by libvirt. Xen is the current primary target. The application's views provide summaries and detailed statistics on performance and resource utilization. A wizard facilitates creation of new guest domains, both para-virtualized and fully-virtualized. Console access is enabled either to a text based serial console or fully graphical access via an embedded VNC client. License: GNU General Public License (GPL) Changes:
Smooth resize of the guest console, support for all libvirt authentication methods including Kerberos and PolicyKit, a Solaris portability fix for the text console, and support for detecting bonding and VLAN devices for attaching guest NICs. fullvirt guests are now allowed to install off kernel and initrd as well as existing CD-ROM methods. Invocation of DBus methods was fixed to use an interface. Setting of autostart flag and changing boot device ordering is now allowed. New VM creation is controlled based on declared hypervisor capabilities.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies
Login or Register to Ask a Question
VIRT-MANAGER(1) 					      Virtual Machine Manager						   VIRT-MANAGER(1)

NAME
virt-manager - display the virtual machine desktop management tool SYNOPSIS
virt-manager [OPTIONS] DESCRIPTION
virt-manager is a desktop tool for managing virtual machines. It provides the ability to control the lifecycle of existing machines (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. OPTIONS
The following options are accepted when running "virt-manager": -h, -help Display command line help summary -c URI, --connect=URI Specify the hypervisor connection URI --debug List debugging output to the console (normally this is only logged in ~/.virt-manager/virt-manager.log). This function implies --no-fork. --no-fork Don't fork "virt-manager" off into the backround: run it blocking the current terminal. Useful for seeing possible errors dumped to stdout/stderr. --no-dbus Disable the DBus API used for remote control of the "virt-manager" UI --no-conn-autostart Don't autostart any libvirt connections when launching "virt-manager". --show-domain-creator Display the wizard for creating new virtual machines --show-domain-editor=UUID Display the dialog for editing properties of the virtual machine with unique ID matching "UUID" --show-domain-performance=UUID Display the dialog for monitoring performance of the virtual machine with unique ID matching "UUID" --show-domain-console=UUID Display the virtual console of the virtual machine with unique ID matching "UUID" --show-host-summary Display the main window summarizing performance for all virtual machines on the host. AUTHOR
Written by Daniel P. Berrange. BUGS
Please see http://virt-manager.org/page/BugReporting <http://virt-manager.org/page/BugReporting> COPYRIGHT
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License "http://www.gnu.org/licenses/gpl.html". There is NO WARRANTY, to the extent permitted by law. SEE ALSO
virsh(1), "virt-viewer(1)", the project website "http://virt-manager.org" 2010-03-23 VIRT-MANAGER(1)