Is it possible to span one huge Virtual Machine across several physical commodity servers?
Here is our user case: we need to implement a 32-processor db server with 64 GB of RAM. We don't have a physical server of such capacity but we do have a lot of servers with smaller resources.
Is there a technology or (better) product that lets us utilize these servers to create a VM with required capacity? Say, are we able to combine 8 physical 4-processor machines with 8 GB of RAM each into one 32-processor "logical unit" with 64 GB of RAM and set up an Oracle server that uses all this capacity?
Before posting this question, we read similar questions but didn't find an answer.
http://serverfault.com/questions/141953/combine-several-physical-servers-into-1-virtual-server http://serverfault.com/questions/137086/cloud-computing-multiple-physical-computers-one-logical-computer
Maybe, someone could give us a hint now?
Thanks,