OpenVZ - README =================== What is OpenVZ ? ================ OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated Linux containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict. Each container performs and executes exactly like a stand-alone server; A container can be : - rebooted independently - have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files. How to install OpenVZ in SliTaz ? ================================= At first, we have need a kernel that support OpenVZ technologie. The OpenVZ Community provide a kernel that work out of box, I packed it for our system. For create, destroy and manager containers (VEs), you should use vzctl tools. With the package manager, you need to install 4 packages: - linux-image-2.6.32-openvz (Provide a kernel image) - vzctl and vzctl-core (tool to control and manage openvz containers) - vzquota (tool to control disk quotas for OpenVZ containers) EDIT: you need also install tar and gzip Module need to load: vzdquota, vzethdev, vznetdev How to use OpenVZ ? ===================