Score:0

Is it possible to run a virtual machine with the combined processing power of multiple physical machines?

gs flag

I have two physical servers, can I launch an instance using all the resources from my servers ? Or are the ressources of my VM limited to one physical machine ? And if this is possible, how can it be achieved ?

Michael Hampton avatar
cz flag
Does this answer your question? [Multiple servers acting like a single one with all the hardware?](https://serverfault.com/questions/106580/multiple-servers-acting-like-a-single-one-with-all-the-hardware)
Score:3
cn flag

No, commodity hypervisors commonly used for enterprise cannot span a virtual machine across multiple physical hosts. More difficult to do, and outside their typical use cases of consolidation of "small" workloads on large hosts.

Scaling out is where many small instances are started across multiple hosts. Requires applications that can be distributed this way, such as with a load balancer. Possibly not your use case, as you suggested one large guest.

Scaling up means buy bigger boxes. Single systems can get quite large these days, 2 sockets x 64 cores of EPYC x86, or perhaps 16 sockets x 12 cores of POWER9. A giant VM could use most of such a host, although there would be NUMA effects. The vendor takes care of the processor interconnects, VMs and applications run unmodified.

Single kernel image systems bigger than the servers enterprise buys exist, typically in HPC supercomputers that can span many racks. However, these need fast intconnects and applications aware of the special remote memory access to distant nodes. A HPC cluster is scale up, quite different from an OpenStack cluster which is scale out.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.