Joseph Coleman
2010-Nov-03 15:01 UTC
[Xen-users] Changing how CPUS are presented to windows.
Is there a way to change how CPU''s are presented to Windows VM''s? Example if you have a quad core cpu server that is 8 virtual cpus, if you assign all 8 virtual cpus to a single windows server it is viewed as 8 individual processors. Is there any way to have windows see it as 4 and not 8? The reason why is for SQL licensing. I am using open xen cloud. Thanks, Joe _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jorge Armando Medina
2010-Nov-03 19:18 UTC
Re: [Xen-users] Changing how CPUS are presented to windows.
On 11/03/2010 09:01 AM, Joseph Coleman wrote:> Is there a way to change how CPU''s are presented to Windows VM''s? > Example if you have a quad core cpu server that is 8 virtual cpus, if > you assign all 8 virtual cpus to a single windows server it is viewed > as 8 individual processors. Is there any way to have windows see it as > 4 and not 8? The reason why is for SQL licensing. I am using open xen > cloud.I gues you are not using cpu and vcpus in you domu config file, like this: vcpus = ''4'' cpus = ''1-7'' You can also play with xm vcpu-set and xm vcpu-pin.> > Thanks, > Joe > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Jorge Armando Medina Computación Gráfica de México Web: http://www.e-compugraf.com Tel: 55 51 40 72, Ext: 124 Email: jmedina@e-compugraf.com GPG Key: 1024D/28E40632 2007-07-26 GPG Fingerprint: 59E2 0C7C F128 B550 B3A6 D3AF C574 8422 28E4 0632 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2010-Nov-03 22:34 UTC
RE: [Xen-users] Changing how CPUS are presented to windows.
> > Is there a way to change how CPU''s are presented to Windows VM''s?Example if> you have a quad core cpu server that is 8 virtual cpus, if you assignall 8> virtual cpus to a single windows server it is viewed as 8 individual > processors. Is there any way to have windows see it as 4 and not 8?The reason> why is for SQL licensing. I am using open xen cloud. >You need to tinker with cpuid config lines to change the way the CPU''s are presented. There are some fairly sparse comments about it in the example configs but I''m sure someone has written a wiki entry about it somewhere. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users