Hi,
I'd like to crate a VM and configure SPICE for connecting to my guest instead of VNC.
I have been searching information about spice and xen... but there is not so much information in the web... but it looks xen supports SPICE (in 2014: https://wiki.xenproject.org/wiki/SPICE_support_in_Xen )
Anybody knows how to configure Oracle VM to accept spice?
I have executed the following commands:
yum install spice-server
yum install virt-install
service libvirtd start
service xend start
virt-install --import --name vdicmaster01 --ram 512 --vcpus 1 --disk device=disk,format=qcow2,path=/vdic_master/vdicmaster01.qcow2,cache=writethrough --network bridge=interconnect,model=netfront,mac=52:54:00:a0:A0:A9 --os-type=linux --graphics spice,listen=0.0.0.0,keymap=es --accelerate --noautoconsole --paravirt
Starting install...
ERROR internal error: unexpected graphics type 4
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect xen:/// start vdicmaster01
otherwise, please restart your installation.
[root@vdicnode01 vdic_master]#
Any help will be welcome!
Thanks a lot.