On Do, Dez 06, 2007 at 04:42:26 -0600, Peter Curran wrote:
> Thanks Igor,
> Below is the config file:
>
> #
> kernel = "/boot/vmlinuz-2.6.18-4-xen-686"
> memory = 500
> name = "g2"
> hostname = "g2.gwhopper.com"
> ip = "xx.xxx.xxx.x"
> netmask = "255.255.255.240"
> gateway = "xx.xxx.xxx.1"
> disk = ['phy:/dev/cciss/c0d0p5,c0d0p5,w']
> root = "/dev/cciss/c0d0p5 ro"
> extra = "4"
>
I think, that the disk parameter specified incorrectly.
Try to write:
disk = ['phy:/dev/cciss/c0d0p5,hda1,w']
root = "/dev/hda1 ro"
>
>
>
> Thank you.
>
>
>
>
>
> On Thu, 6 Dec 2007 21:32:02 +0200
> Igor Chubin <igor@xxxxxxx> wrote:
> > On Do, Dez 06, 2007 at 11:56:54 -0600, Peter Curran wrote:
> > > Hi,
> > > I ran "xm create -c host2 vmid=2" and got this error on a Debian Etch
> > System:
> > >
> > > "Error: int argument required"
> >
> > Please, show the config file host2.
> >
> > It's likely that there is a mistake in that file.
> >
> >
> > >
> > > The vm didn't get created. Could someone help to solve this problem?
> > > thank you
> > >
> > > --------------------------------
> > > This Email was brought to you by:
> > > http://mybestonline.com
> > >
> > > _______________________________________________
> > > Xen-users mailing list
> > > Xen-users@xxxxxxxxxxxxxxxxxxx
> > > http://lists.xensource.com/xen-users
> >
> > --
> > WBR, i.m.chubin
> >
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> --------------------------------
> This Email was brought to you by:
> http://mybestonline.com
--
WBR, i.m.chubin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|