Displaying 20 results from an estimated 146 matches for "xvdb".
Did you mean:
xvd
2012 Feb 06
8
Cdrom on Linux domU PV
I tried to use cdrom in domU linux pv (Linux Mint 11 based on Natty).
With ''/mnt/vm/iso/test.iso,raw,xvdb,ro,cdrom'', Mint sees it as internal disk
(not cdrom) and only administrators can mount it.
I tried also ''/dev/scd0,raw,xvdb,ro,cdrom'' does the same thing.
Is possible use cdrom on linux domU pv full working where also normal user
can mount it without terminal?
Did I somet...
2011 Oct 25
4
Ubuntu 11.04 DomU not showing external block Device
Hello,
I just installed Xen 4.0.1 on Ubuntu 10.04 dom0. After this i had
Ubuntu 11.04 as Para domU.
I tried to attach file based disk to the this domU.
My command is:
# xm block-attach Ubuntu-11 file:/root/ubunut-natty/Extra
/dev/xvdb w
there is no error on this.
But inside the DomU i cannot see any disk xvdb.
xend.log shows :
[2011-10-25 16:27:32 14794] DEBUG (XendDomainInfo:853)
XendDomainInfo.device_create: {''uuid'':
''18743cdb-d88a-84e3-c2e4-c5c726e06cda'', ''bootable'':...
2012 Feb 18
1
Mounting filesystems with blktap2
...filesystems through blktap2
here is how you do it, as I couldn''t find it fully documented.
The instructions on the blktap2 readme file are rather out of date.
You can mount them under Dom0 like so.
e.g. to mount a vhd file,
sudo xm block-attach 0 tap2:vhd:/home/xen/xenwin7-persist.vhd xvdb w 0
Now the device should appear under /dev
ls /dev/xvdb*
/dev/xvdb /dev/xvdb1 /dev/xvdb2
sudo mount /dev/xvdb2 /mnt
Mounts the first partition on xvdb to the path /mnt
2009 Jul 16
3
Coming across a problem when using "xm create".
...= "/boot/vmlinuz-2.6.18-128.1.16.el5xen"
ramdisk = "/boot/initrd-2.6.18-128.1.16.el5xen-no-scsi.img"
memory = "512"
name = "Ubuntu804"
vif = ['''']
dhcp = "dhcp"
disk = [''tap:aio:/home/samuel/VirtualMachines/ubuntu.8-04.img,xvdb,w'']
root = "/dev/xvdb ro"
The initrd-2.6.18-128.1.16.el5xen-no-scsi.img is created using
"mkinitrd --omit-scsi-modules --with=xennet --with=xenblk --preload=xenblk
initrd-2.6.18-128.1.16.el5xen-no-scsi.img 2.6.18-128.1.16.el5xen"
This is a prebuilt image which is down...
2009 Mar 19
2
New DomU on older Dom0
...9;'vm'', [''name'', ''EBA2''],
> [''memory'', 512], [''vcpus'', 1], [''bootloader'',
> ''/usr/lib/xen/boot/domUloader.py''], [''bootloader_args'',
> ''--entry=xvdb1:/boot/vmlinuz-xen,/boot/initrd-xen --root=/dev/xvda1
> --disks="[[\''phy:mapper/system-EBA2\'', \''xvda1\'', \''w\'', None],
> [\''file:/etc/xen/images/EBA2/disk0\'', \''xvdb\'', \''w\'', Non...
2011 Apr 15
1
Errors attaching VBDs to dom0 VM
...ce to a VM.
type: VBD
ref: 66b1f602-fe0b-f4f7-ba41-47c7f7e01dea
The VBD in question is for a VDI that exists on a Local disk SR of
type ''ext'' (i.e. mounted ext3 disk). The SR is attached and mounted,
and everything seems OK there.
After the command, there''s a ''xvdb'' device that shows up in dom0,
which seems to indicate that the attach was successful (at least at
the low level, even if not within xapi):
[root@localhost ~]# ls -l /dev/xvdb
brw-r----- 1 root disk 202, 16 Apr 15 13:45 /dev/xvdb
And tap-ctl lists the attached data disk:
[root@localhost...
2012 Apr 28
2
Segmentation Fault when Starting domUs
...domU.
This is my domU''s config:
> kernel = "/boot/vmlinuz-linux"
> ramdisk = "/boot/initramfs-linux.img"
> memory = 4096
> name = "vflex"
> vif = [ ''mac=00:16:3e:00:47:01'' ]
> vcpus=2
> disk = [ ''phy:/dev/sda7,xvdb,w'', ''phy:/dev/sda6,xvda,w'']
> hostname = "vflex"
> root = "/dev/xvdb ro"
The kernel and ramdisk are the standard ones I''m currently running in
my dom0, and include: xen_netfront xen-blkfront xen-pcifront xenfs
Neither the Arch Linux no...
2003 Dec 19
9
virtual disk/block-device problem
...ctl vbd create -n0 -w -v0 -k3827077824
xenctl vbd create -n0 -w -v1 -k8055618233
xenctl vbd create -n0 -w -v2 -k6945314927
Write access is given to domain0 (-n0) so I can initialize it. My assumption
here is that the <vdb_num> given to the -v option translates into /dev/xvda
for -v0, /dev/xvdb for -v1, etc. Is that correct?
BTW, do I need to create a distinct virtual device which grants access to
the domain whose kernel is going to use the virtual disk as its root?
Currently I do not, I just set root=/dev/xvdN in xi_build where xvdN is the
device I create/use here for dom0 initializati...
2008 Oct 30
1
How to boot from cdrom?
Hi,
for hours now, I am trying to upgrade a paravirtualized Opensuse 10.3 to
11.0. I turned it into a hvm machine, set boot="d", but I cannot get it
to work.
file:/os-images/opensuse_11.0_32bit.iso,xvdb:cdrom,r
results in
Booting from CD-Rom...
CDROM boot failure code : 0002
Boot from CD-Rom failed: could not read the boot disk
FATAL: No bootable device.
If I change xvdb to hdc, Suse''s splash screen comes up, but without any
feedback, just a green screen with the Suse logo, nothing else...
2007 Nov 20
1
Xen and multiple block devices
...trying to set up Xen paravirt guests with access to 2 block
devices: One for / and one for swap. The block devices are LVM LVs,
but that shouldn't matter.
When I create the guest using either virt-manager or virt-install, I
get asked which device to use for xvda. But I want more block devices:
xvdb for swap.
I know how to add this as an option to the config file in /etc/xen
'phy:/dev/vg1/guest1-swap,xvdb,w'
But that file only appears AFTER running the installer.
How do I make xvdb visible DURING the install of CentOS?
Thanks,
--
Francois Caen
2008 Nov 05
2
RE: RedHat DomU hanging
...ed another LVM to be available to this domU.
This were all the commands I issued :
On hypervisor
lvcreate -n lintra02data -L 30G rootvg
vi /etc/xen/lintra02 and add volume to file like this :
disk = [ "phy:/dev/mapper/rootvg-lintra02,xvda,w","phy:/dev/mapper/rootvg-lintra02data,xvdb,w" ]
Reboot virtual machine
On lintra02
pvcreate /dev/xvdb
vgcreate datavg /dev/xvdb
lvcreate --extents 100%VG -n lv_data1 datavg
mkfs.ext3 /dev/datavg/lv_data1
created /data folder
edit fstab and added /data
When I rebooted the machine again , unfortunately the guest gets stuck h...
2011 Nov 19
3
USB Pass through
Hello,
I''m trying to add a USB dongle to my domU. I searched a lot and
found an instruction
(http://wiki.xen.org/xenwiki/XenUSBPassthrough.html). I added
followings to domU''s cfg file:
usb = 1
usbdevice = ''host:0925:1234''
But when i create my domU lsusb still doesn''t show anything at
all and the device isn''t
2008 Aug 15
5
Add more disk
Hello
¿How could I add more disk space and another partition to my Windows 2k3
domu? I dont want to resize the C: partition a need a newone.
kind regards
-----Mensaje original-----
De: John Leach [mailto:john@johnleach.co.uk]
Enviado el: Viernes, 15 de Agosto de 2008 12:25
Para: Xen-users@lists.xensource.com
Asunto: Re: [Xen-users] Live migration - Networking take 2 minutes or so
to return
2007 May 16
8
2.6.20-1-amd64 Xen with RHEL5 guest
Hi
I am having some problems installing a paravirt RHEL guest on a deb amd64 xen
machine
uname -a = Linux debxen 2.6.20-1-xen-amd64 #1 SMP Tue Apr 24 22:23:22 UTC 2007
x86_64 GNU/Linux ============== xm info ==============
host : debxen
release : 2.6.20-1-xen-amd64
version : #1 SMP Tue Apr 24 22:23:22 UTC 2007
machine : x86_64
2009 Mar 26
2
Virt-manager guest install URLs!
...[''name'',
''EBA2''],
> > [''memory'', 512], [''vcpus'', 1], [''bootloader'',
> > ''/usr/lib/xen/boot/domUloader.py''], [''bootloader_args'',
> > ''--entry=xvdb1:/boot/vmlinuz-xen,/boot/initrd-xen
--root=/dev/xvda1
> > --disks="[[''phy:mapper/system-EBA2'', ''xvda1'', ''w'', None],
> > [''file:/etc/xen/images/EBA2/disk0'', ''xvdb'', ''w'', N...
2013 Oct 09
5
domU keep crashing when install ubuntu as pv domU
...c0"
# device_model_override = "/usr/lib64/xen/bin/qemu-dm"
vif = [''bridge=br0'',]
# disk = [''file:/xen/livecd/ubuntu-12.04-server-amd64.iso,xvdc:cdrom,r'',
''phy:/dev/vg/precise_root,xvda,w'', ''phy:/dev/vg/precise_swap,xvdb,w'']
disk = [''phy:/dev/vg/precise_root,xvda,w'',
''phy:/dev/vg/precise_swap,xvdb,w'']
# root = "/dev/xvdc"
vfb = [''type=vnc,vnclisten=0.0.0.0,vncunused=1'']
vcpus = 2
boot = "d"
vnclisten = "0.0.0.0&q...
2013 Feb 26
1
Bug#701744: [xen] Update to hypervisor 4.0.1-5.6 or linux-image-2.6.32-5-xen-amd64 2.6.32-48 causes networking (VIF) failures
...', 'ignore'], ['on_xend_stop', 'ignore'],
['vcpus', '2'], ['oos', 1], ['bootloader',
'/usr/lib/xen-4.0/bin/pygrub'],
['bootloader_args', ''], ['image', ['linux', ['root', '/dev/xvdb '],
['videoram', 4], ['tsc_mode', 0], ['nomigrate', 0]]],
['s3_integrity', 1],
['device', ['vbd', ['uname', 'phy:/dev/lv/vserv1-boot'], ['dev',
'xvda'],
['mode', 'w']]], ['device...
2009 Aug 26
26
Xen and I/O Intensive Loads
Hi, folks,
I''m attempting to run an e-mail server on Xen. The e-mail system is Novell GroupWise, and it serves about 250 users. The disk volume for the e-mail is on my SAN, and I''ve attached the FC LUN to my Xen host, then used the "phy:/dev..." method to forward the disk through to the domU. I''m running into an issue with high I/O wait on the box (~250%)
2011 Oct 08
9
xentop reporting zero written sectors
Just moving a chunk of files from one filesysstem on xvba to another
on xvdb, and was monitoring with xentop as it was taking longer than
expected.
The VBD_RD and VBD_WR counters were both clocking-up as expected, as
was the VBD_RSECT counter, but the VBD_WSECT counter was stuck on
zero, I toggled on the individual VBD device counters and these showed
the same (with the R...
2011 Oct 08
9
xentop reporting zero written sectors
Just moving a chunk of files from one filesysstem on xvba to another
on xvdb, and was monitoring with xentop as it was taking longer than
expected.
The VBD_RD and VBD_WR counters were both clocking-up as expected, as
was the VBD_RSECT counter, but the VBD_WSECT counter was stuck on
zero, I toggled on the individual VBD device counters and these showed
the same (with the R...