Anybody else interested in this little 'project'?
'SME Server 7.0 as Xen host to host multiple copies of SME Server 7.0, 6.x'
Objective(s)
- Figure out what is required to run Xen on SME Server 7.x
- Figure out what (kernel) changes a guest SME Server needs
- Package them nicely into RPM's
It would be great to have a "Xen-SME Server" (see this link for a nice Xen usage example:
www.unixshell.com , NO commercial intention here)
"Xen is developed to operate and perform like mainframe servers on commodity Intel and AMD servers. Xen is currently in use at companies such as IBM, HP, RedHat, Novell, and Los Alamos National Laboratory as a replacement for aging mainframe systems. Performance of Xen is very good with very little overhead for the virtualization layer, with the worst case being 8% and average overhead being 2%. Xen currently supports running Linux, Plan 9, NetBSD, and FreeBSD servers."
For those that never heard of Xen;
-----
Modern computers are sufficiently powerful to use virtualization to present the illusion of many smaller virtual machines (VMs), each running a separate operating system instance. Successful partitioning of a machine to support the concurrent execution of multiple operating systems poses several challenges. Firstly, virtual machines must be isolated from one another: it is not acceptable for the execution of one to adversely affect the performance of another. This is particularly true when virtual machines are owned by mutually untrusting users. Secondly, it is necessary to support a variety of different operating systems to accommodate the heterogeneity of popular applications. Thirdly, the performance overhead introduced by virtualization should be small.
Xen is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software, released under the terms of the GNU General Public License. We have a fully functional ports of Linux 2.4 and 2.6 running over Xen, and regularly use it for running demanding applications like MySQL, Apache and PostgreSQL. Any Linux distribution (RedHat, SuSE, Debian, Mandrake) should run unmodified over the ported OS.
----
(from
www.xensource.com )
guest