Riaan van Niekerk
2006-May-08 21:14 UTC
[Fedora-xen] xenguest-install.py, DomU network fails
I am trying to install FC5 xen guests in a FC5 host, but it looks as if networking fails to come up. relevant info: - Centrino M laptop - install tree is also on laptop I tried the installtree over NFS and HTTP, with the following commandlines and error messages: xenguest-install.py -n vm1 -f /d/vm/vm1.vmdk -s 2 -r 256 -l http://192.168.3.35/5 -x "lang=en_US.UTF-8 keymap=us ip=192.168.3.39 vnc" /5/Fedora/base/stage2.img: Failed to connect to HTTP server and Unable to retrieve http://192.168.3.35/5/Fedora/base/stage2.img: Failed (I can wget the file from the host though) xenguest-install.py -n vm1 -f /d/vm/vm1.vmdk -s 2 -r 256 -l nfs:192.168.3.35:/data/fc/5/ -x "lang=en_US.UTF-8 keymap=us ip=192.168.3.39 vnc" That directory could not be mounted from the server. in the apache logs, I can see that the host, .35 is downloading images/xen/vmlinuz and images/xen/initrd.img but there is nothing in the logs which show that .39 comes up and tries to get stage2.img I have to assume that the interface in DomU does not come up correctly and no IP is assigned to this interface. Bridging looks correct: how bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no peth0 vif0.0 vif1.0 Any ideas on how to fix/troubleshoot this further? Also, does anyone know how to install off a CD-ROM image? the file /usr/sbin/xenguest-install.py has references to cdrom but I see no way to point the installer at anything but nfs, ftp or http. TIA Riaan
Jeremy Katz
2006-May-09 01:33 UTC
Re: [Fedora-xen] xenguest-install.py, DomU network fails
On Mon, 2006-05-08 at 23:14 +0200, Riaan van Niekerk wrote:> Any ideas on how to fix/troubleshoot this further?Can you ping the ip of the guest?> Also, does anyone know how to install off a CD-ROM image? the > file /usr/sbin/xenguest-install.py has references to cdrom but I see no > way to point the installer at anything but nfs, ftp or http.The CD references are just for fully virtualized guests. There''s not a driver for exposing a CD in the host to a paravirt guest as things currently stand Jeremy
Riaan van Niekerk
2006-May-12 17:33 UTC
Re: [Fedora-xen] xenguest-install.py, DomU network fails
Riaan van Niekerk wrote:> I am trying to install FC5 xen guests in a FC5 host, but it looks as if > networking fails to come up.<snip>> I tried the installtree over NFS and HTTP, with the following commandlines > and > error messages: > > xenguest-install.py -n vm1 -f /d/vm/vm1.vmdk -s 2 -r 256 -l > http://192.168.3.35/5 -x "lang=en_US.UTF-8 keymap=us ip=192.168.3.39 vnc" > > /5/Fedora/base/stage2.img: Failed to connect to HTTP server<snip> I was able to get the following workaround: use DHCP instead of static IP. I just change the IP to a static one post-install greetings Riaan