Schema worked so nicely on Ubuntu Karmic Koala doesn’t help any longer. Virt-install crashes right away attempting to launch VNC console. Set up Xen 4.0 Dom0 with pvops kernel 2.6.32.12 on top of Ubuntu 10.04 Server. Install just two packages virtinst and python-virtinst.
Full story »
dbaxps
14 years 22 weeks 1 day 21 hours ago
Attn lozz
root@ServerLnx:~# virt-install --connect xen:/// --name VF12PV --ram 1000 -f /dev/sda9 --vnc --location http://192.168.1.38/f12 --debug
does allow to bring up VNC console,but DomU created in not manageable.
By some reasons environment variable VIRSH_DEFAULT_CONNECT_URI
root@ServerLnx:~# env|grep URI
VIRSH_DEFAULT_CONNECT_URI=xen:///
is no longer understood by virt-install in 10.04 vs 9.10
It might be also connected with 2.6.32.X series pvops kernel back end network drivers.
But, any way I see regression in Libvirt&Virtinst support for Xen in 10.04. Why removing virt-viewer from system switch virt-install to
understand VIRSH_DEFAULT_CONNECT_URI ?
dbaxps
14 years 22 weeks 1 day 20 hours ago
Oops !
I've reinstalled from scratch Xen&Tools and got
root@ServerLnx:~# virt-install --connect xen:/// --name VF12PV --ram 1000 -f /dev/sda9 --vnc --location http://192.168.1.38/f12 --debug
properly creating the DomU via launching VNC console
Thanks.
Boris