Xen Virt-manager Install

I'm trying to install openqrm using xen, and I've gotten xm create xmexample1 to work and to create a VM. But Now virt-install is not working. I'm getting this error: ERROR A name is required for the virtual machine. I've tried these commands (actually too many to list here): virt-install /usr/sbin/virt-install -p --nonsparse -b xenbr0 /usr/sbin/virt-install -p --nonsparse -b virbr0 /usr/sbin/virt-install -p --nonsparse --name --ram -b virbr0 /usr/sbin/virt-install -p --nonsparse --name dom01--ram -b virbr0 /usr/sbin/virt-install -p --nonsparse --name dom01--ram -b xenbr0 All return the similar errors. How do i add a name?
About virt-manager’s supporting tools. Virt-install is a command line tool which provides an easy way to provision operating systems into virtual machines. Virt-install is part of the Virtual Machine Manager, a RedHat sponsored project to create, install and manage virtual machines such as, for instance Xen. Update-rc.d xencommons defaults update-rc.d xendomains defaults update-rc.d xen-watchdog defaults apt-get install virt-manager mkdir /var/log/libvirt/libxl/. Using graphical virt-manager to manage Xen on RHEL6. Some screenshots of using virt-manager with Xen on RHEL6 and installing Fedora 14 Xen PV domU. Note that you don't need (and probably shouldn't) run Xserver on dom0! You can use ssh X11 forwarding to run virt-manager on dom0 but display the virt-manager GUI on your local laptop/desktop.
What do I add as the name and ram? Khwaish Serial Full Story. I'm running centos 5.3 xen 3.3.0. Below is my xmexample1 file # -*- mode: python; -*- #============================================================================ # Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using 'xm create'. # You use a separate script for each domain you want to create, or # you can set the parameters for the domain on the xm command line. #============================================================================ #---------------------------------------------------------------------------- # Kernel image file. Kernel = '/boot/vmlinuz-2.6.18-128.7.1.el5xen' # Optional ramdisk. #ramdisk = '/boot/initrd.gz' # The domain build function.
Default is 'linux'. Builder='linux' # Initial memory allocation (in megabytes) for the new domain. # # WARNING: Creating a domain with insufficient memory may cause out of # memory errors.