booting Linux inside MOL (was RE: mac-on-linux freeze)

Greg Alexander mol-general@lists.maconlinux.org
Mon, 06 May 2002 16:30:52 -0500


Two words: Workload consolidation.

This is incredibly useful, and is what IBM does with LOTS of their
servers.

If the performance is good, you can run two linux installations on the
same machine, (say, your database and your web server), and they get the
advantages of VERY high speed networking, workload balancing, etc.,
while keeping many of the advantages of running them on different
servers.

This takes some tweaking to get right, but can be a big deal if you run
a several servers that you don't want on the same system, but tend to
have different peak times, or where communication overhead is the
primary bottleneck.

Basically, the parent linux is there to provide resources to the child
linux installations.

It's also very useful to people like kernel developers and others who
need a way to look at the nitty gritty of what's going on, beyond what
is normally available on real hardware.



This makes me wonder, can multiple instances of MOL run on the same
machine?

Thanks,

GREG

samuel@ibrium.se wrote:
> 
> On Mon, May 06, 2002 at 12:54:19PM -0600, Keary Suska wrote:
> > I don't understand what this exactly accomplishes--does this mean that we
> > can now boot into MOL without first booting into Linux, and then boot into
> > Linux at some later point if we so choose?
> >
> 
> No, it means that it is possible to boot Linux inside Linux.
> I guess this is primarily useful for developers and perhaps
> for people putting together Linux distributions.
> 
> /Samuel