-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
- -- Andy Harrison public key: 0x67518262
Andy Harrison spake the following on 9/24/2007 11:57 AM:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
There are quite a few similar products, but from what I read about Solaris Zones, it is more like Zen or VMWare that just chroot.
http://en.wikipedia.org/wiki/Virtual_private_server Has some links to some things out there.
Scott Silva wrote:
Andy Harrison spake the following on 9/24/2007 11:57 AM:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
There are quite a few similar products, but from what I read about Solaris Zones, it is more like Zen or VMWare that just chroot.
Zones uses one system-wide Solaris kernel, its only userspace and devices and such that are virtualized. It does create per zone network devices, as well as security.
On Mon, 24 Sep 2007, John R Pierce wrote:
Scott Silva wrote:
Andy Harrison spake the following on 9/24/2007 11:57 AM:
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
There are quite a few similar products, but from what I read about Solaris Zones, it is more like Zen or VMWare that just chroot.
Zones uses one system-wide Solaris kernel, its only userspace and devices and such that are virtualized. It does create per zone network devices, as well as security.
OpenVZ is what you are looking for. Short summary:
- only one kernel shared between host and guests (lower overhead) - memory and VFS cache can be shared (huge memory win) - easy to setup and manage
There are some drawbacks as well because of the characteristics. But depending on what you want to do, OpenVZ can be useful.
Andy Harrison wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
Xen allows one to create fully virtualized virtual machines via hardware virtualization and para-virtualized "Xen" machines.
In this regard it is probably more functional then Zones and if the PV machines are properly designed it should be more reliable.
I think Sun released a Xen PV enabled version of the Solaris kernel recently, so you could run Zones in a Solaris PV under Xen, if you were so inclined...
-Ross
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
Andy Harrison wrote:
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
you might want to take a look at the openvz project, its one of many userspace only partitioning systems around on Linux these days.
they natively support CentOS4 and maybe even CentOS5
Quoting Andy Harrison aharrison@gmail.com:
I just wondered if there was an equivalent to Solaris Zones available for Linux. Not necessarily a full blown separate operating system like vmware, but more like chroot on steroids...
We are using openvz at work, and is a excellent alternative to full blown virtualization.
we have install now under centos4 and centos5 for example for dev groups that have dedicated environments. openvz will provide tools and kernels for both ones. The only "problem" that have is not full support for x86_64 system. but we have solved this problem (thanks to the openvz wiki) and have servers with centos4 and centos5 VE (virtual environments).
we are prefering openvz over xen in centos5 install in almost all the installs. The only diference is when we have a need to full virt (like running rh7/rh8 inside a xen domain)
-- Black Hand powered by CentOS and lots of GNU Force ^_^
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.