|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Re: My 10th virtual machine doesn't start
Thanks all.
I don't know why, but the solution of change the modprobe.conf file not work
for my FC5-x86_64 dom0.
For me, the solution was adding loop_max=32 to the grub.conf
So, my grub.conf file looks like:
title Xen 3.0 / XenLinux 2.6
kernel /xen-3.0.gz dom0_mem=262144
module /vmlinuz-2.6-xen ro root=/dev/XenVol/Root rhgb quiet max_loop=32
module /initrd-2.6.16.29-xen
Thanks all, for your support.
Regards
Luis
-----Mensaje original-----
De: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] En nombre de Thomas
Enviado el: Viernes, 06 de Octubre de 2006 13:39
Para: xen-users@xxxxxxxxxxxxxxxxxxx
Asunto: [Xen-users] Re: My 10th virtual machine doesn't start (Luis
RaddatzL.)
> 8. My 10th virtual machine doesn't start (Luis Raddatz L.)
>
> There is a maximum number of virtual machines?
> Cause my virtual machine number 10, can't start.
> This is the error.
>
> [root@pinot4 auto]# xm create vmwin10.hvm
> Using config file "vmwin10.hvm".
> Error: Device 5632 (vbd) could not be connected. Backend device not
> found.
>
> When I shutdown any of the other virtual machines, vmwin10 start
> normally.
>
> Any suggestions?
>
> Thanks
> Luis
>
>
You are being limited by the amount of loop devices available.
Depending on your system, e.g. Centos, add `options loop max_loop=32`
to /etc/modprobe.conf and give your dom0 a restart.
It will boot up and generate /dev/loop0-31 rather than the default /
dev/loop0-7
Thanks,
Thomas Brenneke
Network Redux, LLC
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|