Christoph Berlin
2006-Oct-06 14:22 UTC
RE: [Xen-users] "Error: an integer is required", starting hvm machinesduring boot, kernel errors
Yes? # A name for your domain. All domains must have different names. name = "ExampleDomain" # 128-bit UUID for the domain. The default behavior is to generate a new UUID # on each call to ''xm create''. #uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 # Number of Virtual CPUS to use, default is 1 #vcpus = 1 #----------------------------------------------------------------------- ----- # Define network interfaces. # By default, no network interfaces are configured. You may have one created # with sensible defaults using an empty vif clause: # # vif = [ '''' ] # # or optionally override backend, bridge, ip, mac, script, type, or vifname: # # vif = [ ''mac=00:16:3e:00:00:11, bridge=xenbr0'' ] # # or more than one interface may be configured: # # vif = [ '''', ''bridge=xenbr1'' ] vif = [ '''' ] Cheers -----Original Message----- From: Fabian Holler [mailto:fho@inmedias.it] Sent: 06 October 2006 15:16 To: Christoph Berlin Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] "Error: an integer is required", starting hvm machinesduring boot, kernel errors On 06.10.2006 15:32, Christoph Berlin wrote:> As far as I know is vcpus the value for the virtual cpus of each vm. > Default is 1. The cpus value allows XEN to use the cpus within the > hardware box. And "0" means Xen vcpus run on CPU0.http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html#SE CTION03000000000000000000 Manual "5.1 Configuration Files: "vcpus The number of virtual CPUs." :=) greetings Fabian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fabian Holler
2006-Oct-06 14:28 UTC
Re: [Xen-users] "Error: an integer is required", starting hvm machinesduring boot, kernel errors
On 06.10.2006 16:22, Christoph Berlin wrote:> Yes? > # List of which CPUS this domain is allowed to use, default Xen picks > #cpus = "" # leave to Xen to pick > #cpus = "0" # all vcpus run on CPU0 > #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 > > # Number of Virtual CPUS to use, default is 1 > #vcpus = 1Ah, yes now I understand :) XEN maps CPUs to virtualcpus for the guest system... So 1 CPU is assigned to the VM, but XEN makes VM things that it has $vcpus, right? :) sadly it isn''t the source of my problem. Setting vcpus=1 don''t eliminate my problems, tested it allready ./ greetings Fabian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users