| Hello,
I have found the error :-)
You tell xen that the Devices are Physical Drives, but there Files, is this 
right ?
This Files are on an Array Drive/Partition, is this right ?
Test This :-)
Old:
disk    = ['phy:/vm_volumes/root.dhcp1,sda1,w',
           'phy:/vm_volumes/var.dhcp1,sda2,w',
           'phy:/vm_volumes/swap.dhcp1,sda3,w']
New:
disk    = ['file:/vm_volumes/root.dhcp1,sda1,w',
           'file:/vm_volumes/var.dhcp1,sda2,w',
           'file:/vm_volumes/swap.dhcp1,sda3,w']
Regards Stefan
-----Ursprüngliche Nachricht-----
Von: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] Im Auftrag von Angel L. Mateo
Gesendet: Mittwoch, 8. März 2006 14:17
An: xen-users@xxxxxxxxxxxxxxxxxxx
Betreff: [*****SPAM***** HOM02EX - BA] - Re: AW: [Xen-users] Problem booting 
domU - Bayesian Filter detected spam
El mié, 08-03-2006 a las 09:45 +0100, Stefan Mikuszeit escribió:
>  Hello,
> 
> Can you check following entrys:
> 
> Old:
> disk  = ['phy:vm_volumes/root.dhcp1,sda1,w',
>                  'phy:vm_volumes/var.dhcp1,sda2,w',
>                  'phy:vm_volumes/swap.dhcp1,sda3,w']
> 
> 
> New:
> disk  = ['phy:/vm_volumes/root.dhcp1,sda1,w',
>                  'phy:/vm_volumes/var.dhcp1,sda2,w',
>                  'phy:/vm_volumes/swap.dhcp1,sda3,w']
> 
> I think the system can not find the images, test it plz. 
> 
        When I try this configuration I get:
felis:/etc/xen# xm create dhcp1.cfg -c
Using config file "dhcp1.cfg".
Error: Device 2049 (vbd) could not be connected.
Device /vm_volumes/root.dhcp1 is mounted in a guest domain, and so cannot be 
mounted now.
--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información     _o)
y las Comunicaciones Aplicadas (ATICA)    / \\
http://www.um.es/atica                  _(___V
Tfo: 968367590
Fax: 968398337
_______________________________________________
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
 |