Now reboot the machine and choose the OpenVZ Linux Kernel on the boot loader menu. If the OpenVZ kernel has been booted successfully, proceed to installing the user-level tools for OpenVZ.
== Installing the user-level tools ==
OpenVZ needs some user-level tools installed. Those are:
; vzctl
: A utility to control OpenVZ containers (create, destroy, start, stop, set parameters etc.)
; vzquota
: A utility to manage quotas for containers. Mostly used indirectly (by vzctl).
<pre>
# [sudo] apt-get install vzctl vzquota
</pre>
== Configuring ==