[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Xen 3.0.4 +HVM Linux +NIC problem


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Nagy Zoltán Márk" <moho.jojo@xxxxxxxxx>
  • Date: Tue, 3 Apr 2007 14:09:32 +0200
  • Delivery-date: Tue, 03 Apr 2007 05:08:43 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lh+eeNb8gB4bFDpgwycz3RXQJHm0WhDE/+qwpZYNrLnwN4uTUGvZpfLyme9z9zlTF7HRfAwj00xrmxj9qzqjuaG7tVFiOOCVR+waO/BMWPfawe84AuA5insoFuaH5TQo33hnjfnZHn53/2aRH7ub/yLETXbmKOFI8WwV3HwJuBY=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hi everyone!

I have installed the Xen 3.0.4 onto a Dell server.
The processor included in the server supports the HVM.
I have made a linux domain which works just fine in HVM.
The only problem with it is that with every startup the name of the NIC changes.
At the first startup its name was eth0 and now it says eth7, but i
always want it with the name eth0.

I can send the config if needed.

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

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
shadow_memory = 8
name = "linux"
vcpus=1
pae=1
acpi=1
apic=1
vif = [ 'type=ioemu, bridge=xenbr0, vifname=vif1.0' ]
#i have tried without vifname=vif1.0.

disk = [ 'phy:/dev/xen_vg/test_root,ioemu:hda,w' ,
'file:/usr/local/iso/debian-testing-i386-netinst.iso,hdc:cdrom,r' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=1
vnc=1

Best regards,
mark

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.