|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) V
> Hi Tait,
>
> of course. I'll post the configuration file for this domain.
>
> Here we go:
> -----------------
> # general
> name = "de-smartnet-asterisk";
> memory = 128;
> cpus = "2-7";
> vcpus = 6;
> #builder = "hvm"
>
> kernel = "/boot/vmlinuz_domU"
>
> extra=" root=/dev/sda1 xencons=tty"
>
> disk = [ 'phy:images/de-smartnet-asterisk_ext3,sda1,w' ];
>
> # virtual network
> vif = [ "ip=212.86.41.22,mac=00:16:3e:1b:65:13" ];
>
> #vfb = [ 'type=vnc,vncunused=1' ]
> --------------------
>
> Very simple. Worked for all previous Domains so far :)
This may seem like a ridiculous question, but have you always used semi colons
after some of the config options? And all your domains are using the exact same
config and are able to start and run properly?
Question for anyone - Is there any limit to the length of the domU name in the
config file?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|