programming4us
programming4us
ENTERPRISE

Xen Virtualization - Managing Xen : Virtual Machine Manager

8/28/2012 1:03:22 AM
The Virtual Machine manager (virt-manager) is another graphical management application for virtual machines. It provides a dashboard view of currently running domains and their statistics. It also contains an embedded VNC client viewer that enables you to connect to a guest domain and display its full graphical console. It also comes with a command line tool called virt-install that can be used for provisioning new virtual machines. Virt-manager is intended to be used with any virtualization, not just Xen. However, currently Xen, Qemu, and KVM are the only supported hypervisors. In this section we will install virt-manager and examine its capabilities for managing Xen.

Time for Action—Running virt-manager

virt-manager is an application that is well integrated with the Xen support provided in Fedora Core 6, and is available in the Fedora repositories. Installing Xen in Fedora Core automatically installs virt-manager for you. This means that you will be using Fedora Core's Xen packages instead of Xen compiled from the Xensource mercurial repository. In order to use virt-manager, Fedora Xen packages were installed as the version compiled from the latest source release had trouble working with the latest pre-release versions of Xen.

  1. If you don't already have the virt-manager, install it using yum.

    # yum install virt-manager
  2. Launch virt-manager to display the connection screen.

    $ virt-manager
    						

  3. Connect to the local Xen host to view a summary of the domains in the Xen environment.

  4. Right click a domain and select Details to see its properties:

    The details screen for a domain has two tabs—Overview and Hardware. The following screenshot shows the overview screen:

  5. Click on the Hardware tab to see the hardware details for the selected domain:

What Just Happened?
virt-manager uses the Python bindings provided by the libvirt project (http://libvirt.org) to communicate with the Xen hypervisor. Libvirt provides an API to interface with various hypervisors such as Xen, Qemu, and KVM in a hypervisor independent way. So virt-manager can be used not only with the Xen hypervisor, but also with these other virtualization technologies. It provides a great way to manage your local Xen domains. The virt-install command line tool provided by the virt-manager can be used for provisioning systems.
Other  
  •  Xen Virtualization - Managing Xen : XenMan—Installing and Running
  •  Dual-Core Or Quad-Core?
  •  IBM WebSphere Process Server 7 and Enterprise Service Bus 7 : Getting Started with WID (part 2) - Working with Modules and Libraries
  •  IBM WebSphere Process Server 7 and Enterprise Service Bus 7 : Getting Started with WID (part 1) - Business Integration perspective
  •  Google vs. Apple vs. Microsoft
  •  DSLs in Boo : Implementing the Scheduling DSL
  •  DSLs in Boo : Combining domain-driven design and DSLs
  •  Active Directory Domain Services 2008 : Restore Group Policy Objects and Starter GPOs
  •  Active Directory Domain Services 2008 : Comment Group Policy Objects and Starter GPOs, View, Print, and Save a Report for Group Policy Objects, Back Up Group Policy Objects and Starter GPOs
  •  Apple Society … Money x Property
  •  
    video
     
    Video tutorials
    - How To Install Windows 8

    - How To Install Windows Server 2012

    - How To Install Windows Server 2012 On VirtualBox

    - How To Disable Windows 8 Metro UI

    - How To Install Windows Store Apps From Windows 8 Classic Desktop

    - How To Disable Windows Update in Windows 8

    - How To Disable Windows 8 Metro UI

    - How To Add Widgets To Windows 8 Lock Screen

    - How to create your first Swimlane Diagram or Cross-Functional Flowchart Diagram by using Microsoft Visio 2010
    programming4us programming4us
    programming4us
     
     
    programming4us