0

I have two physical servers - Dell Power Egde R710. I installed vCenter Server in order to manage both of them, I have created a cluster and added my 2 ESXi (servers) hosts.

I created a virtual machine but Im wondering if its possible that this single machine use resources of both servers? I mean, my servers have 2 CPUs (one server - 2 CPUs, two servers - 4 CPUs). Is it possible to create a virtual machine and if, how) to be able to use 4 CPUs, two from one server + two from the second server?

2 Answers2

0

No, that is not possible.

There is no way to map memory from a physically separate server to another server. [1]

A CPU needs to see 'local' memory. So, the cores on the other server somehow must be able to see the memory on the other server. Since that is not (practically) doable, the short answer is No.

[1] Actually, there are ways to do that, but the latency would be a killer; every write to the memory must be synced over the network, back and forth, or else the separate CPUs will not see a consistent memory, resulting in crash or corrupted data. Needless to say, this will severely impact any performance gain due to the additional core.

pepoluan
  • 5,248
0

It is possible, but you do not want it. What you lok for is a single image virtualization.

Starting with the bad news: No ESX, no vmware. this is nieche technology.

Going on: your servers are not worh it ;) The hardware requirements are terrific - as in extreme, especially on the network side (infiniband). It also depends on the application.

So, practically - the answer is no, but it is possible to make them one image.

The technology you ask for is "SIngle System Image" - http://en.wikipedia.org/wiki/Single_system_image

Standard virtualization goes the other way - with good reason. It assumes a (large) machine is cut down to smaller elements. Because seriously speaking any mid range server these days is waaaaay overpowered for most servers that could live on a lot smaller hardware - and standard virtualiaztion allows you to take big savings here on hardware. And large hardware solution - really large - are most of the time better served with a standard HPC cluster where individual nodes work on work tasks. Between those two and special software solution (Oracle RAC) there is not a lot of real world use for single system images these days.

TomTom
  • 52,109
  • 7
  • 59
  • 142