LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Linux-Vserver or lxc or anything else (https://www.linuxquestions.org/questions/linux-server-73/linux-vserver-or-lxc-or-anything-else-839204/)

vishesh 10-20-2010 02:22 AM

Linux-Vserver or lxc or anything else
 
Dear member
I need to implement operating system level virtualization
to isolate a application on RHEL 5.5. Which one tool in following you would suggest me for implementation
Linux-VServer, lxc, OpenVZ or anyone else.

Thanks and waiting for your valuable suggestion.

kbp 10-22-2010 01:19 AM

Maybe KVM ?

Skaperen 11-19-2010 03:25 PM

LXC, OpenVZ, and Vserver are not really virtualization. Instead, they are more like containerization (or zones), which can be done at system level (life begins at the init program), or application level (life begins at the app startup script). If all you need is getting a special mix of libraries and/or packages to make this app work, containerization, if not plain old vanilla chroot (BTDT), is all you need. Everything runs on the same kernel that supports cgroups (but plain old chroot can still do a few things even without cgroups).

OTOH, if security is needed, true virtualization (KVM, VirtualBox, VMware) is what you need.

If running a 64-bit app on a 32-bit system or kernel is needed, then you need QEMU.


All times are GMT -5. The time now is 09:12 PM.