Hey guys! (my first post here, just wanted to throw an idea out their and get some advice on it!) I'd like to begin a project this coming year of designing and building my own cluster. I'd like to build a cluster of Rasberrypi chips (credit card sized linux boxs: rasberrypi dot org) I'd like to run a bare bones hypervisor directly on these nodes, and then run run a linux install on the hardware simulated by the hypervisor. (perhaps a windows install, perhaps both) I currently do not have experience with cluster computing other than what I've researched online. I have some experience with several flavors of linux and different virtual machines. Questions, comments, objections, suggestions?
I would suggest using KVM Hypervisor. It has many direct implementations that does not exists on other hypervisors. You can also try Xen but KVM is better.
Excellent, thank you for the advice! I am a little unclear on one big point though. Would I install that on the master node after setting up a cluster, or in some other manner?
It sounds like you want to use solusVM aswell. The hypervisor must be installed on the node (the server hosting your vms) Here is a decent tutorial to setup kvm on centos 6.x http://www.server-world.info/en/note?os=CentOS_6&p=kvm do this before installing solus You would to add the slaves to the master for a central location to control all the nodes. With KVM you can also create VMs outside solus.