Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

OS template cache preparation

98 bytes added, 10:15, 24 August 2006
added yum method Installing template utilities
=== Installing template utilities ===
You have to install a few packages in order to be able to create/update OS template cache(s).  ==== Using yum ====<pre># yum install vzpkg vzyum vzrpm43 vzrpm44</pre> ==== Using rpm ====Packages are available from [http://openvz.org/download/template/utils/ Download » Templates » Utilities]. You need both <tt>vzpkg</tt> and <tt>vzyum</tt> packages, as well as one of (or both) <tt>vzrpm43</tt>/<tt>vzrpm44</tt> (including their <tt>-python</tt> counterparts), depending on OS templates being used.
Install these utilities using rpm:
<pre>
#rpm -ihv vzpkg*.rpm vzyum*.rpm vzrpm44*.rpm
</pre>