Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Zimbra on OpenVZ on Debian

262 bytes added, 09:15, 23 March 2010
Typo "install install"
These are instructions for getting Zimbra [[http://www.zimbra.com|/ Zimbra]]
to work under OpenVZ
using a Debian-3.1 (sarge) base. They are inpired inspired by
[[Zimbra on OpenVZ on CentOS]]...
== Prepare the VE container ==
=== Template ===
=== Create ===
Create a VE container for Zimbra. Make sure it has at least 6GB of free
disk space available.
Adjust its resource limts:
<code>
vzctl set $VEID CTID \
--kmemsize 30000000:30000000 \
--privvmpages 2400000:2400000 \
Use vzctl to give it an IP address but not a hostname:
<code>vzctl set $VEID CTID --ip A.B.C.D --save</code>
== Add/Remove packages ==
Enter the VE container and install/remove some packages: <code> dpkg --purge exim4 apt-get install sudo libidn11 curl fetchmail \ libgmp3 libxml2 openssl libstdc++6 apt-get install perl perl-modules libexpat1 ssh file</code>  For Debian 4 (etch) :
<code>
dpkg --purge exim4
apt-get install install sudo libidn11 curl fetchmail \
libgmp3 libgmp3c2 libxml2 openssl libstdc++6 libltdl3
apt-get install perl perl-modules libexpat1 ssh file
</code>
Check /proc/user_beancounters. If there is anything but zero
in the <code>failcnt</code> column, start over with higher limits.
 
[[Category:Debian]]
Anonymous user