WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] can't get networking to work with HVM XEN VM for windows ser

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] can't get networking to work with HVM XEN VM for windows server 2008
From: James Shoemaker <james.shoemaker@xxxxxxxxxxxxxxxx>
Date: Tue, 12 Oct 2010 15:15:54 -0500
Delivery-date: Tue, 12 Oct 2010 13:21:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimxMD8cf24Cokq5Q_chrD1utiexqqRmQjai9srP@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTimxMD8cf24Cokq5Q_chrD1utiexqqRmQjai9srP@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100913 Icedove/3.0.7
Given the following config why doesn't the vm launch? the only error I seem to get is [2010-10-12 15:13:00 1840] ERROR (XendDomainInfo:2205) VM winserver2008 restarting too fast (Elapsed time: 0.241631 seconds). Refusing to restart to avoid loops.

  If I comment out the vif line it launches fine.

I have several para virtualized linux installs working fine with similar vif lines. I'm running routed if it matters.

#
#  Kernel + memory size
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen-4.0/boot/hvmloader"

builder='hvm'

memory = 2048
#memory = 512

vcpus  = 4

shadow_memory=4

# Hostname
name = 'winserver2008'

# Networking
vif         = [ 'ip=10.222.5.140, vifname=eth9' ]

# Disks
disk = [
     'phy:/dev/virtual_volume/win_server2008,hda,w',
     'file:/isos/server2008.iso,hdc:cdrom,r']

#device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
device_model = '/usr/lib/xen/bin/qemu-dm'
# Behaviour
boot='dc'

sdl=0
vnc=1
vncconsole=1
vncpasswd=''
stdvga=0
serial='pty'
usbdevice='tablet'

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>