xen-users
Re: [Xen-users] Xen 3.1.4: HVM Configuration
Hi,
I manage to configure my xen 3.1.4 HVM installation and launch the VM but "xm console <id>" seem not to work! I have a HVM Linux guest running. The error I get is following:
xenconsole: Could not read tty from store: No such file or directory
Is some thing missing in my configuration? Further, I am using the following xen configuration file:
kernel="/usr/lib/xen/boot/hvmloader" builder='hvm'
device_model='/usr/lib64/xen/bin/qemu-dm' memory=2048 name='Atlas-14.2.10'
vif=[ 'type=ioemu,bridge=xenbr0' ]
gateway= "128.xxx.xxx.xxx" netmask = "255.xxx.xxx.xxx"
disk=['phy:/dev/vg1/slc4_hvm,ioemu:hda1,w','phy:/dev/vg1/slc4_swap, ioemu:hda2,w','phy:/dev/vg1/athena-14.2.10,ioemu:hdb1,w']
root= "/dev/hda1 ro" boot='d' on_reboot = 'restart'
on_crash = 'restart' >
Thanks for your help. Regards
Omer On Mon, Aug 18, 2008 at 2:42 AM, Todd Deshane <deshantm@xxxxxxxxx> wrote:
On Sun, Aug 17, 2008 at 11:51 AM, Omer Khalid <Omer.Khalid@xxxxxxx> wrote:
> Hi,
> I just installed Xen 3.1.4 on an x86_64 machine, and as I verified for the
> HVM configuration file for my VM e.g.
> kernel="/usr/lib/xen/boot/hvmloader"
> builder='hvm'
> device_model='/usr/lib/xen/bin/qemu-dm'
> memory=4188
> name='SLC4_64'
> vif=[ 'type=ioemu,bridge=xenbr0' ]
> disk=['phy:/dev/sda6,ioemu:hda,w','file:/usr/local/iso/edgy_amd64.iso,hdc:cdrom,r']
> boot='d'
> #vcpu=
> #cpu=
> Q1: I noticed that there is no /usr/lib/xen/bin/qemu-dm file for the
> device_model entry. Why this line is required in the configuration file, and
> how could I get this qemu-dm file.
The device model entry tells Xen which backend device model to use.
For paravirtual (PV)
guests this is the standard front/back PV device model, so it is
assumed. For full
virtualization (HVM) guests it is typically the QEMU device model.
The location of the qemu-dm binary depends on how you installed Xen
(by source or by
a distribution package.).
a simple way to find it is to do:
updatedb
locate qemu-dm
it is typically in
/usr/<your architecture lib directory>/xen/bin/
> Q2: Secondly, in the disk entry: can I use "xvda1" or "xvda2" rather than
> "ioemu:hda"? Why "ioemu:hda" necessary?
Since HVM guests use the QEMU device model by default you can't use xvda
devices unless you install the PV drivers on the HVM guest. You can get the
latest GPL PV drivers from:
http://wiki.xensource.com/xenwiki/XenWindowsGplPv
Cheers,
Todd
--
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|