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] cloned win2k3 resets static ip

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] cloned win2k3 resets static ip
From: Voyager2K8 <mail@xxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Feb 2009 07:26:12 -0800 (PST)
Delivery-date: Fri, 01 May 2009 10:21:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I've cloned a win2K3 VM (with acpi=1 apic=0) + GPLPV 0.9.12-pre13 but when I
change the IP, after resetting the machine it keeps the old one +
computername.

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 = 2048

name = 'win2k3'

vcpus=1
acpi=1
apic=0
pae=1

vif = [ 'bridge=eth0' ]


# This is for using an LVM volume as a virtual disk
disk = [ 'phy:/dev/xen_guests/win2k3-001,ioemu:hda,w']
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot='c'
vnc=1
stdvga=0
usb=1
usbdevice='tablet'
nographic=0
vncviewer=0
sdl=0
vnclisten='0.0.0.0'
 
-- 
View this message in context: 
http://www.nabble.com/cloned-win2k3-resets-static-ip-tp22059478p22059478.html
Sent from the Xen - User mailing list archive at Nabble.com.


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

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