Param@sun.com
2009-Jan-23 01:11 UTC
Device 768 (vbd) could not be connected. Backend device not found error
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>
John Levon
2009-Jan-23 01:34 UTC
Re: Device 768 (vbd) could not be connected. Backend device not found error
On Thu, Jan 22, 2009 at 05:11:32PM -0800, Param@sun.com wrote:> I am getting the error " xend.err ''Device 768 (vbd) could not be > connected. Backend device not found " when trying to start the hvmcheck /var/log/xen/xpvd-event.log regards john
Param@sun.com
2009-Jan-23 03:16 UTC
Re: Device 768 (vbd) could not be connected. Backend device not found error
Hi John, Here is what I see in /var/log/xen/xpvd-event.log.. please let me know what I should do to solve this issue.. 2009-01-22 19:04:31: domain 12: vbd/5632: debug: parameters: action=add domain=12 vdev=5632 2009-01-22 19:04:31: domain 12: vbd/5632: debug: parameters: device=xdb0 devclass=vbd febe=backend 2009-01-22 19:04:31: domain 12: vbd/5632: debug: device specific script is /usr/lib/xen/scripts/vbd-event. 2009-01-22 19:04:31: domain 12: vbd/768: debug: parameters: action=add domain=12 vdev=768 2009-01-22 19:04:31: domain 12: vbd/768: debug: parameters: device=xdb1 devclass=vbd febe=backend 2009-01-22 19:04:31: domain 12: vbd/5632: debug: using script /usr/lib/xen/scripts/vbd-default for action add. 2009-01-22 19:04:31: domain 12: vbd/768: debug: device specific script is /usr/lib/xen/scripts/vbd-event. 2009-01-22 19:04:31: domain 12: vif/0: debug: parameters: action=add domain=12 vdev=0 2009-01-22 19:04:31: domain 12: vbd/768: debug: using script /usr/lib/xen/scripts/vbd-default for action add. 2009-01-22 19:04:31: domain 12: vif/0: debug: parameters: device=xnbo0 devclass=vif febe=backend 2009-01-22 19:04:31: domain 12: vif/0: debug: device specific script is /usr/lib/xen/scripts/vif-event. 2009-01-22 19:04:31: domain 12: vif/0: debug: using script /usr/lib/xen/scripts/vif-vnic for action add. 2009-01-22 19:04:31: domain 12: vif/0: debug: using NIC e1000g0. 2009-01-22 19:04:31: domain 12: vbd/768: error: "/reware-pool1/xvm/os-media/windows-2003-server-32bit/en_windows_server_2003_with_sp1_standard.iso" is already attached. 2009-01-22 19:04:31: domain 12: vbd/768: debug: hotplug status: error. 2009-01-22 19:04:31: domain 12: vif/0: debug: created VNIC vnic9. 2009-01-22 19:04:31: domain 12: vif/0: debug: hotplug status: connected. 2009-01-22 19:04:31: domain 12: vbd/5632: debug: hotplug status: connected. 2009-01-22 19:04:32: domain 12: vif/0: debug: parameters: action=remove domain=12 vdev=0 2009-01-22 19:04:32: domain 12: vbd/768: debug: parameters: action=remove domain=12 vdev=768 2009-01-22 19:04:32: domain 12: vbd/5632: debug: parameters: action=remove domain=12 vdev=5632 2009-01-22 19:04:32: domain 12: vif/0: debug: parameters: device=xnbo0 devclass=vif febe=backend 2009-01-22 19:04:32: domain 12: vbd/5632: debug: parameters: device=xdb0 devclass=vbd febe=backend 2009-01-22 19:04:32: domain 12: vbd/768: debug: parameters: device=xdb1 devclass=vbd febe=backend 2009-01-22 19:04:32: domain 12: vif/0: debug: device specific script is /usr/lib/xen/scripts/vif-event. 2009-01-22 19:04:32: domain 12: vbd/5632: debug: device specific script is /usr/lib/xen/scripts/vbd-event. 2009-01-22 19:04:32: domain 12: vbd/768: debug: device specific script is /usr/lib/xen/scripts/vbd-event. 2009-01-22 19:04:32: domain 12: vif/0: debug: using script /usr/lib/xen/scripts/vif-vnic for action remove. 2009-01-22 19:04:32: domain 12: vbd/5632: debug: using script /usr/lib/xen/scripts/vbd-default for action remove. 2009-01-22 19:04:32: domain 12: vbd/768: debug: using script /usr/lib/xen/scripts/vbd-default for action remove. 2009-01-22 19:04:32: domain 12: vif/0: debug: destroying VNIC vnic9. Thanks for all your help.... Regards, -Param John Levon wrote:> On Thu, Jan 22, 2009 at 05:11:32PM -0800, Param@sun.com wrote: > > >> I am getting the error " xend.err ''Device 768 (vbd) could not be >> connected. Backend device not found " when trying to start the hvm >> > > check /var/log/xen/xpvd-event.log > > regards > john >
Max Zhen
2009-Jan-23 03:35 UTC
Re: Device 768 (vbd) could not be connected. Backend device not found error
> > 2009-01-22 19:04:31: domain 12: vbd/768: error: > "/reware-pool1/xvm/os-media/windows-2003-server-32bit/en_windows_server_2003_with_sp1_standard.iso" > is already attached. > 2009-01-22 19:04:31: domain 12: vbd/768: debug: hotplug status: error.Hmm...6772442?
Piotr Jasiukajtis
2009-Jan-23 07:21 UTC
Re: Device 768 (vbd) could not be connected. Backend device not found error
I guess this path is too long... file=''/revirtual-pool1/xvm/os-media/windows-2003-server-32bit/en_windows_server_2003_with_sp1_standard.iso''/> I get something similar with Windows7 beta iso. Param@sun.com pisze:> 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 > xen-discuss@opensolaris.org-- Regards, Piotr Jasiukajtis | estibi | SCA OS0072 http://estseg.blogspot.com
Param@sun.com
2009-Jan-23 20:14 UTC
Re: Device 768 (vbd) could not be connected. Backend device not found error
Hi Piotr, You are absolutely right... after reducing the iso path length I am able to start the domain without any errors-) Thanks a lot for your tip.. -Param Piotr Jasiukajtis wrote:> I guess this path is too long... > > file=''/revirtual-pool1/xvm/os-media/windows-2003-server-32bit/en_windows_server_2003_with_sp1_standard.iso''/> > > > I get something similar with Windows7 beta iso. > > > Param@sun.com pisze: >> 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 >> xen-discuss@opensolaris.org > >