|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error: destorydevice ()
/boot/grub/grub.conf
title Red Hat Enterprise Linux Server (2.6.18-8.el5xen)
root (hd0,1)
kernel /boot/xen.gz-2.6.18-8.el5
module /boot/vmlinuz-2.6.18-8.el5xen ro root=LABEL=/ rhgb quiet
loop.max_loop=888
module /boot/initrd-2.6.18-8.el5xen.img
/etc/modprobe.conf
alias eth0 bnx2
alias eth1 bnx2
alias scsi_hostadapter cciss
alias peth0 bnx2
options loop max_loop=888
I have changed the network setting earlier problem was with
loopbackdevices now I have changed them to 888 in grub.conf and
/etc/modprobe.conf but still I m not able to start virtual machines
more that 7 at a time I can only start 7 machines. Similar problem I
have faced in past but after inc the number of loop back devices
system started work is their any other place where I have to set this
number ?
thanks
On 5/10/08, Todd Deshane <deshantm@xxxxxxxxx> wrote:
>
>
>
>
> On Sat, May 10, 2008 at 11:07 AM, Arpan Jindal <jindalarpan@xxxxxxxxx> wrote:
>
> >
> > Hi
> > I am having xen running on RHEL5. after re boot of server i m not able to
> > to start any domU i am getting error message as:
> >
> > Error: destorydevice() requires 3 arguments given 2.
> >
> >
>
> >
> >
> > what could be issue.
> >
>
>
> destroydevice sounds like a function that would be called when a domU gets
> shutdown or destroyed. So that probably
> means that the domU you are trying to create is getting shutdown for some
> reason.
>
> You should be able to get more information from the /var/log/xen/* log files,
> particularly watch for changes when you
> try to start the domU.
>
> Also, does the guest show up at all in xm list?
>
>
> >
> >
> > thanks
> >
> > _______________________________________________
> > 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
|
|
|
|
|