> b) Since I'll be using the colleges computers I won't be allowed to
> uninstall or install a new OS..Is it possible to set it up using the
> Red Hat Linux itself.?
Hey, screwing around with a ready installed Linux that you have to take
responsiblity of isn't a good idea. You can instead get (download, buy,
whatever) yourself a ClusterKnoppix Live CD. This will enable you to do
some experimenting with clusters without modifying anything on the
machine itself as you only boot from a CD and everything needed is one
there.
You also get two kinds of cluster computing. The first kind was MOSIX,
where processes migrate to other nodes of the cluster that has
proccessor time available. For this you need to use a MOSIX enabled
kernel, thus compile a new kernel, etc. etc. The other kind is what
OSCAR does. You write scripts to give every computer a piece of a big
job using NFS and SSH. Eg to render a 1000 frames of a movie created in
Blender. You then give every computer 100 frames to render.
Google for ClusterKnoppix, for OSCAR and visit
www.mosix.org