Hi All,
I am getting the error " xend.err 'Device 768 (vbd) could not be
connected. Backend device not found " when trying to start the hvm
domain. So far I have tried Solaris 11 (Nevada) builds 105, build 104,
build 103 for the xVM server. I am seeing the same issue with all these
Solaris 11 builds. I am ABLE to create and start the hvm domains using
Solaris 11 build 93. I have tried to install Windows 2003 and Redhat
HVM domains.
#virsh start reware-vm1
libvir: Xen Daemon error : POST operation failed: (xend.err 'Device 768
(vbd) could not be connected. Backend device not found.')
error: Failed to start domain reware-vm1
#/var/log/xen/xend.log
[2009-01-21 16:45:28 658] DEBUG (DevController:151) Waiting for devices vbd.
[2009-01-21 16:45:28 658] DEBUG (DevController:156) Waiting for 5632.
[2009-01-21 16:45:28 658] DEBUG (DevController:590)
hotplugStatusCallback /local/domain/0/backend/vbd/11/5632/hotplug-status.
[2009-01-21 16:45:28 658] DEBUG (DevController:604) hotplugStatusCallback 1.
[2009-01-21 16:45:28 658] DEBUG (DevController:156) Waiting for 768.
[2009-01-21 16:45:28 658] DEBUG (DevController:590)
hotplugStatusCallback /local/domain/0/backend/vbd/11/768/hotplug-status.
[2009-01-21 16:45:28 658] DEBUG (DevController:604) hotplugStatusCallback 2.
[2009-01-21 16:45:28 658] WARNING (XendDomain:1013) Failed to setup
devices for <domain id=11 name=reware-vm1 memory=20971520
00 state=paused>: Device 768 (vbd) could not be connected. Backend
device not found.
Could someone please help me to solve this issue..?
Thanks a lot,
-Param
Here is the config fille I used to create the domain using : virsh
define config.xml
$ more revirtual-vm1.config.xml
<domain type='xen'>
<name>revirtual-vm1</name>
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='hd'/>
<boot dev='cdrom'/>
<boot dev='fd'/>
</os>
<memory>2048000</memory>
<vcpu>4</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>preserve</on_crash>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<interface type='bridge'>
<source bridge='e1000g0'/>
<target dev='vif1.0'/>
<script path='vif-vnic'/>
</interface>
<disk type='file' device='disk'>
<driver name='file'/>
<source
file='/revirtual-pool1/xvm/base-images/windows-2003-server-32bit/disk0'/>
<target dev='hdc'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='file'/>
<source
file='/revirtual-pool1/xvm/os-media/windows-2003-server-32bit/en_windows_server_2003_with_sp1_standard.iso'/>
<target dev='hda'/>
<readonly/>
</disk>
<input type='mouse' bus='usb'/>
<graphics type='vnc' port='5901' listen='x.x.x.x' keymap='en-us'/>
</devices>
</domain>
_______________________________________________
xen-discuss mailing list
[email protected]