System config:-
bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 192.168.1.53 netmask ffffff00 broadcast 192.168.1.255
        ether 0:1e:8c:25:cc:a5 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128 
bash-3.2# dladm show-link
LINK        CLASS    MTU    STATE    OVER
rge0        phys     1500   up       --
vnic18      vnic     1500   unknown  rge0

Setting properties for xend:-
# svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\"
# svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\"
# svccfg -s xvm/xend setprop config/default-nic="rge0"
# svcadm refresh xvm/xend
# svcadm restart xvm/xend
Virt-install passes package deployment phase OK
After HVM guest reboot immediately after vnc password request
vncviewer gets disconnected from HVM.
HVM keeps staying in running phase:-

bash-3.2# xm list -l Solaris10
(domain
    (domid 37)
    (on_crash restart)
    (uuid d7453a3e-c917-f08d-e6a6-8821b843f7d7)
    (bootloader_args )
    (vcpus 1)
    (name Solaris10)
    (on_poweroff destroy)
    (on_reboot restart)
    (bootloader )
    (maxmem 1000)
    (memory 1000)
    (shadow_memory 9)
    (cpu_weight 256)
    (cpu_cap 0)
    (features )
    (on_xend_start ignore)
    (on_xend_stop shutdown)
    (start_time 1206443868.4)
    (cpu_time 13.191853939)
    (online_vcpus 1)
    (image
        (hvm
            (kernel /usr/lib/xen/boot/hvmloader)
            (boot c)
            (device_model /usr/lib/xen/bin/qemu-dm)
            (keymap en-us)
            (pae 1)
            (usb 1)
            (notes (SUSPEND_CANCEL 1))
        )
    )
    (status 2)
    (state r-----)
    (store_mfn 255998)
    (device
        (vif
            (mac 00:16:3e:57:18:08)
            (script vif-vnic)
            (uuid a1a00a71-a537-1a62-5fc6-585839f3e6d6)
            (backend 0)
        )
    )
    (device
        (vbd
            (uname file:/export/home/images/solaris.img)
            (uuid e1675b51-aa33-cf81-d4e7-76d7407574db)
            (mode w)
            (dev hda:disk)
            (backend 0)
            (bootable 1)
        )
    )
    (device (vkbd (backend 0)))
    (device
        (vfb
            (vncunused 1)
            (type vnc)
            (uuid deab2073-2f11-2643-bce5-90451b4be650)
            (location localhost:5900)
        )
    )
    (device
        (console
            (protocol vt100)
            (location 3)
            (uuid df16ee0b-a5e5-bc65-c358-6e26d59c0991)
        )
    )
)
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to