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@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Feb 17, 2009 at 10:26 PM, Voyager2K8 <mail@joerivanthienen.be> wrote:> > 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. > > # This is for using an LVM volume as a virtual disk > disk = [ ''phy:/dev/xen_guests/win2k3-001,ioemu:hda,w'']Try changing this to disk = [ ''phy:/dev/xen_guests/win2k3-001,hda,w''] Also open device manager. Which disk controller is active? Is it Intel ATA controller, or is it Xen block device? Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > I''ve cloned a win2K3 VM (with acpi=1 apic=0) + GPLPV 0.9.12-pre13 butwhen I> change the IP, after resetting the machine it keeps the old one + > computername. >Can you please confirm that this is a problem with GPLPV or not? I can''t see how it would be but if it is I''d like to fix it. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users