Displaying 20 results from an estimated 40000 matches similar to: "Finding VBD id for disks in config file"
2006 May 18
3
problem about changing state to XenbusStateClosed resulting in vbd entry removed from xenstore
Hi,
I encountered a problem while porting Solaris as a guest OS on Xen.
The problem I found is that when frontend vbd driver get unloaded, it
will close the vbd interface by changing the state to XenbusStateClosed.
This appears to cause the dom0 hotplug scripts to remove the vbd entry 
from xenstore for the domU guest, preventing the vbd from being re-attached.
So, my questions are:
+ This
2009 Apr 01
4
Linux PV Drivers - VBD device not loading - Cannot get Major 3/22 for ide
I am trying to get PV drivers running on both Centos 5.1 and Centos 5.3
HVMs, my DomU is Centos 5.2 with Xen 3.31. For 5.1 I install the
kmod-xenpv RPM but for 5.3 the drivers seem to be built-in. 
For the network drivers to work I had to unload the Realtek NIC driver
and renamed its .ko files to stop it loading. Adding the Xen-Vnif alias
to modprobe.conf then got the PV NICs working nicely (Much
2006 Sep 12
2
How HVM domain distingush ioemu disk and VBD disk
Hi, 
From cset 10921, ioemu: prefix is removed from disk config in /etc/xen/xmexample.hvm. Now HVM VBD driver is available, this thus raises a question: how would HVM domain know if one disk is a qemu-dm disk or a VBD disk?
From current implementation, qemu-dm will recognize disk had, hdb, hdc, hdd, and VBD drive can recognize all disk (had~hdd, hde, hdf ...) . So the result is: qemu-dm will
2006 Sep 19
3
RE: How to configure VBD hard disk drives in Linux HVMdomain?
>-----Original Message-----
>From: xen-users-bounces@lists.xensource.com
>[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Liang Yang
>Sent: 2006年9月19日 8:36
>To: xen-users@lists.xensource.com
>Subject: [Xen-users] How to configure VBD hard disk drives in Linux
>HVMdomain?
>how to do it in the config file?
Your config is partly right. But it also needs a Qemu
2010 Apr 19
1
Attach CDROM to windows
Hi Guys,
Now I am using Xen-4.0.0.   I need to attach CDROM from ISO files to vitual
machines when they are running. The VMs contain RHEL4.6, Windows Server 2003
32bit and Windows Server 2006 64bit.
The disk configuration of the VMs is:
disk = [ ''tap:vhd:/guest/SS_test/vhd/hmi-100130.vhd,hda,w'']    (1)
When I attach a CDROM to RHEL4.6 VM with the command:
virsh
2010 Apr 19
1
Attach CDROM to windows
Hi Guys,
Now I am using Xen-4.0.0.   I need to attach CDROM from ISO files to vitual
machines when they are running. The VMs contain RHEL4.6, Windows Server 2003
32bit and Windows Server 2006 64bit.
The disk configuration of the VMs is:
disk = [ ''tap:vhd:/guest/SS_test/vhd/hmi-100130.vhd,hda,w'']    (1)
When I attach a CDROM to RHEL4.6 VM with the command:
virsh
2006 Mar 27
0
Randomly missing even-numbered vbd devices from domU
If I start a domain with a number of vbd devices, it''s a crap shoot if 
they''ll all show up in the domU''s /proc/partitions.  I''ll eventually see 
all the devices if I keep rebooting the domU.
The value of /local/domain/$DOMID/device/vbd/*/state are all 1 for the 
missing devices, and 4 for the ones that show up.
When it works:
domU:~# cat /proc/partitions
2006 Jun 08
0
Cannot create vbd / cannot create vif
Last week, I mentioned an error I was getting, as described below.  I''ve 
seen several mailing list posts  describing a similar problem as far 
back as December, 2005.  This seems to be a problem plaguing all Xen 3 
releases (to date).
>
> 3. After booting and then destroying approximately 25 domains, the 
> system will require a reboot before I can add further domains.  The 
2009 Jun 16
0
Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working
Hi,
have a debian 5.0 with all patches and xen 4.3.1 (debian repo)
installed. If I use a VM with paravirtualizing it works fine.
But a full virtualized image doesn''t boot.
Message:
---8<---
# xm create deb50.cfg:
Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working.
---8<---
That is my deb50.cfg
---8<---
# Debian 5.0
import os, re
arch = os.uname()[4]
2012 May 03
1
Bug#640381: error xenstore-read: couldn't read path backend/vbd/6/768/node
tail /var/log/xen/xen-hotplug.log
xenstore-read: couldn't read path backend/vbd/6/768/node
/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator
expected
/etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator
expected
xenstore-read: couldn't read path backend/vbd/6/5632/node
xenstore-read: couldn't read path backend/vbd/6/768/node
2013 Mar 02
1
vbd resize
I''m trying to add vbd resize to GPLPV, but it doesn''t seem to work:
xm block-attach w2k3test32 phy:/dev/vg-xen/virt-test-0 hdb w
xenstore-read /local/domain/0/backend/vbd/377/832/sectors
=44056576
lvextend --size=+1M /dev/vg-xen/virt-test-0
xenstore-read /local/domain/0/backend/vbd/377/832/sectors
=44056576
The xenstore backend isn''t updated to reflect the new size
2006 Oct 25
1
Q: Understanding "xm block-list"
Hi,
how can I see who''s who?:
# xm block-list vm1
Vdev  BE handle state evt-ch ring-ref BE-path
768    0    0     4      11     1036  /local/domain/0/backend/vbd/9/768
832    0    0     3      12     1037  /local/domain/0/backend/vbd/9/832
# xm block-list vm3
Vdev  BE handle state evt-ch ring-ref BE-path
768    0    0     4      11     1036  /local/domain/0/backend/vbd/10/768
832    0   
2012 Feb 02
0
xenstore-write: could not write path backend/vbd/1/2050/hotplug-error
After a few times of building xen by source, I can''t start domU anyway. I
tried "yum erase xen kernel-xen" and "yum install xen kernel-xen" again,
but the problem is still exist.
There are xenstore-write errors in /var/log/xen/xen-hotplug.log:
xenstore-write: could not write path backend/vbd/1/2050/hotplug-error
xenstore-write: could not write path
2007 Jun 05
0
Error: Device 2051 (vbd) could not be connected. Hotplug scripts not working.
Error: Device 2051 (vbd) could not be connected. Hotplug scripts not working.
Hello xen users,
                 i got the following error Device 2051 (vbd) could not be connected. Hotplug scripts not working.
my xend log (last part)looks like this
[2007-06-06 12:49:44 32539] DEBUG (__init__:1094) Storing domain details: {''console/ring-ref'': ''187566'',
2009 Jul 24
1
Long delay between xen/HVM domU shutdown and releasing vbd (drbd)
Hi,
I have a running LVM-DRBD-Xen-HVM/Win2k3 cluster-stack under debian/
lenny managed by heartbeat/crm.
At takeover/failover heartbeat first is stopping my HVM-domU with 
success apparently:
-------------- corresponding heartbeat log line -----------------
greatmama-n2 lrmd: [3382]: info: RA output: 
(xendom_infra_win:stop:stdout) Domain infra-win2003sbs terminated All 
domains terminated
2006 Mar 04
0
Error: Device 768 (vbd) could not be connected. Backend device not found.
Hi. I''ve just upgrade my xen 3.0.1 to xen unstable. I noticed that there is no 
vmx driver here, only hvm. Actually I cannot start my VT domain:
root@akira:/etc/xen# xm create bluszcz.hvm
Using config file "bluszcz.hvm".
Error: Device 768 (vbd) could not be connected. Backend device not found.
root@akira:/etc/xen#        
my config:
import os, re
arch = os.uname()[4]
if
2010 Jun 06
3
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
Hi!
Please help me.
# xm create win7.hvm
Using config file "./win7.hvm".
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
grep -v ^# /etc/xen/win7.hvm | grep -vx ''''
kernel = "/usr/lib/xen/boot/hvmloader"
builder=''hvm''
memory = 2048
name = "win7"
vif = [
2006 Jun 30
0
[PATCH 0/2][Resend] Display VBD information by xentop. ver.2
I sent  before few days.
However, anyone did not comments.
So, I resend this patch series.
I hope to response for this patch series.
 
This patch series provides the function to display VBD information through xentop.
VBD information will be possible to get through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx,
by previous patch.
In this patch series, libxenstat collects these
2006 Jun 28
0
[PATCH 0/2] Display VBD information ver.2
This patch series provides the function to display VBD information through xentop.
VBD information will be possible to get through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx,
by previous patch.
In this patch series, libxenstat collects these information and xentop display tem.
The change from ver.1 is only libxenstat in order to handle sysfs information.
I appreciate any
2011 Jan 23
1
DRBD VBD script not working in squeeze ?
Hi,
since I upgraded from Lenny, DRBD VBD scripts not works at all.
This config works :
disk        = [ 'phy:/dev/drbd/by-res/ads-disk,xvda,w' ]
But his one doesn't work at all :
disk        = [ 'drbd:ads-disk,xvda,w' ]
I obtain this error :
# xm create ads.cfg
Using config file "/etc/xen/ads.cfg".
Error: Device 51712 (vbd) could not be connected. Hotplug scripts